Skip to content

Commit

Permalink
override arguments weren't displayed in -s option of launch file; t…
Browse files Browse the repository at this point in the history
…ypo in inc wave override description

Signed-off-by: Michael Anderson <[email protected]>
  • Loading branch information
andermi committed Sep 19, 2023
1 parent 05688e3 commit 0f8c606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buoy_gazebo/launch/mbari_wec.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def generate_launch_description():
'battery_emf': 'initial battery emf in Volts',
'x_mean_pos': 'desired mean piston position in meters',
'inc_wave_spectrum': 'incident wave spectrum defined as'
+ 'type;p1:v1:v2;p2:v1:v2'}
+ 'inc_wave_spectrum_type:type;p1:v1:v2;p2:v1:v2'}
supported_params_args = []
for param in supported_params:
supported_params_args.append(
Expand Down Expand Up @@ -345,7 +345,7 @@ def generate_launch_description():
robot_state_publisher,
rviz]

return LaunchDescription([
return LaunchDescription(supported_params_args + [
gazebo_world_file_launch_arg,
gazebo_world_name_launch_arg,
pblog_loghome_launch_arg,
Expand Down

0 comments on commit 0f8c606

Please sign in to comment.