We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4bd90d commit b3cf394Copy full SHA for b3cf394
dynamixel_general_hw/launch/sample6.launch
@@ -15,4 +15,13 @@
15
<arg name="rvizconfig" value="$(find dynamixel_general_hw)/config/sample_robot.rviz" />
16
</include>
17
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
+
27
</launch>
0 commit comments