resolve_relative#
Fully qualified name: isaacsim::core::includes::utils::path::resolve_relative
- inline std::string isaacsim::core::includes::utils::path::resolve_relative( )#
- Calculates the relative path of target relative to base. - Parameters:
- base – The base path. 
- target – The target path. 
 
- Throws:
- std::invalid_argument – If base or target is not a valid path. 
- Returns:
- The relative path of target relative to base.