File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,9 @@ def generate_launch_description() -> LaunchDescription:
133133 "use_sim" : LaunchConfiguration ("use_sim" ),
134134 "use_rviz" : LaunchConfiguration ("use_rviz" ),
135135 "rviz_config" : LaunchConfiguration ("rviz_config" ),
136- "gazebo_world_file" : "bluerov2_underwater.world" ,
136+ "gazebo_world_file" : LaunchConfiguration (
137+ "gazebo_world_file" , default = "bluerov2_underwater.world"
138+ ),
137139 "prefix" : LaunchConfiguration ("prefix" ),
138140 "robot_description" : robot_description ,
139141 "use_joy" : LaunchConfiguration ("use_joy" ),
Original file line number Diff line number Diff line change @@ -133,7 +133,9 @@ def generate_launch_description() -> LaunchDescription:
133133 "use_sim" : LaunchConfiguration ("use_sim" ),
134134 "use_rviz" : LaunchConfiguration ("use_rviz" ),
135135 "rviz_config" : LaunchConfiguration ("rviz_config" ),
136- "gazebo_world_file" : "bluerov2_heavy_underwater.world" ,
136+ "gazebo_world_file" : LaunchConfiguration (
137+ "gazebo_world_file" , default = "bluerov2_heavy_underwater.world"
138+ ),
137139 "prefix" : LaunchConfiguration ("prefix" ),
138140 "robot_description" : robot_description ,
139141 "use_joy" : LaunchConfiguration ("use_joy" ),
Original file line number Diff line number Diff line change @@ -133,7 +133,10 @@ def generate_launch_description() -> LaunchDescription:
133133 "use_sim" : LaunchConfiguration ("use_sim" ),
134134 "use_rviz" : LaunchConfiguration ("use_rviz" ),
135135 "rviz_config" : LaunchConfiguration ("rviz_config" ),
136- "gazebo_world_file" : "bluerov2_heavy_reach_underwater.world" , # noqa
136+ "gazebo_world_file" : LaunchConfiguration (
137+ "gazebo_world_file" ,
138+ default = "bluerov2_heavy_reach_underwater.world" ,
139+ ), # noqa
137140 "prefix" : LaunchConfiguration ("prefix" ),
138141 "robot_description" : robot_description ,
139142 "use_joy" : LaunchConfiguration ("use_joy" ),
You can’t perform that action at this time.
0 commit comments