Skip to content

Commit

Permalink
Adds 'kinematics.yaml' parameters to 'moveit_rviz.launch' (#42)
Browse files Browse the repository at this point in the history
This commit gives users the ability to specify the kinematics parameters through the `kinematics.yaml` file.
  • Loading branch information
rickstaa authored Aug 27, 2021
1 parent 0c89235 commit ac3b938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launch/moveit_rviz.launch
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<node name="$(anon rviz)" launch-prefix="$(arg launch_prefix)" pkg="rviz" type="rviz" respawn="false"
args="$(arg command_args)" output="screen">
<rosparam command="load" file="$(find panda_moveit_config)/config/kinematics.yaml"/>
</node>

</launch>

0 comments on commit ac3b938

Please sign in to comment.