Skip to content

CLI: support paths to URDF files (i.e. without ament_index_python ROS package registry) #110

@mhubii

Description

@mhubii
  1. The URDFParser factory inside the CLI:

    urdf_parser = URDFParser.from_ros_xacro(

    internally relies on ament_index_python:

    from ament_index_python import get_package_share_directory

    to turn xacro into URDF.

  2. The Robot factory:

    robot = Robot.from_urdf_parser(

    internally uses the ament_index_python:

    from ament_index_python import get_package_share_directory

    to compile the mesh paths.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions