You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rmf_traffic_editor consists of a interface and tools to create a simulation .world file from a sketched building floor plan.
These simulation .world file can be used by other applications, not just limited to RMF.
Once done with the editing of the building map with traffic_editor, user can now generate the simulated world file from the saved .building.yaml file (${building_map_path}).
Generate a world file from building map
ros2 run rmf_building_map_tools building_map_generator gazebo \
${building_map_path}${output_world_path}${output_model_dir}
switch arg gazebo to ignition for generating a world file for ignition
Download models used in newly created traffic editor building map.
ros2 run rmf_building_map_tools building_map_model_downloader \
${building_map_path} -f -e ~/.gazebo/models
Generate Traffic Navigation Path File
ros2 run rmf_building_map_tools building_map_generator nav \
${building_map_path}${output_nav_graphs_dir}
About
GUI, CLI, and ROS 2 messages for robot traffic flows in buildings