Skip to content

Commit

Permalink
Include ros_controllers.launch in move_group.launch
Browse files Browse the repository at this point in the history
* Set vel and acc scalars to 1.0 in moveit.rviz.
  • Loading branch information
tahsinkose committed May 6, 2021
1 parent ac4cec5 commit c3eed9c
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 484 deletions.
2 changes: 0 additions & 2 deletions launch/gazebo.launch
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@
-J panda_joint4 -0.07 -J panda_joint6 0.51 -unpause"
respawn="false" output="screen" />

<include file="$(find panda_moveit_config)/launch/ros_controllers.launch"/>

</launch>
1 change: 1 addition & 0 deletions launch/move_group.launch
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<arg name="moveit_controller_manager" value="panda" unless="$(arg fake_execution)"/>
<arg name="moveit_controller_manager" value="fake" if="$(arg fake_execution)"/>
</include>
<include file="$(find panda_moveit_config)/launch/ros_controllers.launch"/>

<!-- Sensors Functionality -->
<include ns="move_group" file="$(find panda_moveit_config)/launch/sensor_manager.launch.xml" if="$(arg allow_trajectory_execution)">
Expand Down
Loading

0 comments on commit c3eed9c

Please sign in to comment.