Skip to content

Commit b3cf394

Browse files
committed
[dynamixel_general_hw] Change initial effort limit from zero in sample6 to make actuator drivable from the beginning
1 parent b4bd90d commit b3cf394

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dynamixel_general_hw/launch/sample6.launch

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,13 @@
1515
<arg name="rvizconfig" value="$(find dynamixel_general_hw)/config/sample_robot.rviz" />
1616
</include>
1717

18+
<!--
19+
Change initial effort limit from zero to maximum effort defined in URDF
20+
to make actuator drivable from the beginning
21+
-->
22+
<node pkg="rostopic" type="rostopic" name="set_initial_effort_limit"
23+
args="pub sample_robot/joint_group_effort_controller/command std_msgs/Float64MultiArray
24+
'{layout: {dim: [], data_offset: 0}, data: [0.92]}'"
25+
output="screen"/>
26+
1827
</launch>

0 commit comments

Comments
 (0)