Skip to content

Commit

Permalink
Update gazebo.launch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafadam authored Sep 30, 2024
1 parent 52b73b2 commit a444535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rae_gazebo/launch/gazebo.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def launch_setup(context, *args, **kwargs):
namespace=LaunchConfiguration('namespace'),
executable='create',
arguments=[
"-name", "rea",
"-name", "rae",
"-allow_renaming", "true",
'-topic', 'robot_description',
],
Expand Down Expand Up @@ -122,4 +122,4 @@ def generate_launch_description():

return LaunchDescription(
declared_arguments + [OpaqueFunction(function=launch_setup)]
)
)

0 comments on commit a444535

Please sign in to comment.