Skip to content

Commit

Permalink
in launch file, rviz config doesn't depend on arm name
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed Apr 9, 2021
1 parent 7671a63 commit 5d7ed73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros/launch/rviz.launch
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />

<node name="rviz" pkg="rviz" type="rviz"
args="-d $(find sensable_phantom_models)/rviz_config/$(arg arm).rviz" />
args="-d $(find sensable_phantom_models)/rviz_config/arm.rviz" />

</group>

Expand Down

0 comments on commit 5d7ed73

Please sign in to comment.