Replies: 1 comment 2 replies
-
You are currently running the command with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create my own map world in rmf_traffic_editor. However, when running the following command, I encountered an error stating that
""building_map_generator: error: argument command: invalid choice: 'ignition' (choose from 'gazebo', 'nav', 'navgraph_visualization')""
source /opt/ros/jazzy/setup.bash
source /home/aoi/Documents/rmf_map_editor/install/setup.bash
ros2 run rmf_building_map_tools building_map_generator ignition hotel_2.building.yaml hotel_2.world ./hotel_2_world
The error message is:
usage: building_map_generator [-h] {gazebo,nav,navgraph_visualization} ...
building_map_generator: error: argument command: invalid choice: 'ignition' (choose from 'gazebo', 'nav', 'navgraph_visualization')
[ros2run]: Process exited with failure 2
My current environment:
Ubuntu 24.04
ROS 2:Jazzy
Gazebo:GZ Harmonic (LTS)
rmf_traffic_editor version:1.9.2
It seems that the building_map_generator tool does not support ignition. How should I proceed?
Beta Was this translation helpful? Give feedback.
All reactions