Skip to content

Commit

Permalink
rename launcher gazebo
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jan 10, 2025
1 parent 7155887 commit cfd33f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nanosaur/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Dictionary of simulation tools and their commands
simulation_tools = {
"Isaac Sim": "ros2 launch nanosaur_isaac_sim isaac_sim.launch.py",
"Gazebo": "ros2 launch nanosaur_ignition ignition.launch.py"
"Gazebo": "ros2 launch nanosaur_gazebo gazebo.launch.py"
}


Expand Down

0 comments on commit cfd33f7

Please sign in to comment.