Skip to content

Commit

Permalink
robot_client: configure new params
Browse files Browse the repository at this point in the history
But keep previous behaviour.
  • Loading branch information
gavanderhoorn committed Jun 28, 2021
1 parent 16082f8 commit e1d78ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<node pkg="industrial_robot_client" type="motion_download_interface" name="motion_download_interface"/>

<!-- joint_trajectory_action: provides actionlib interface for high-level robot control -->
<node pkg="industrial_robot_client" type="joint_trajectory_action" name="joint_trajectory_action"/>
<node pkg="industrial_robot_client" type="joint_trajectory_action" name="joint_trajectory_action">
<param name="ignore_motion_server_error" type="bool" value="true" />
<param name="consider_status_unknowns_ok" type="bool" value="true" />
</node>

</launch>
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
<node pkg="industrial_robot_client" type="motion_streaming_interface" name="motion_streaming_interface"/>

<!-- joint_trajectory_action: provides actionlib interface for high-level robot control -->
<node pkg="industrial_robot_client" type="joint_trajectory_action" name="joint_trajectory_action"/>
<node pkg="industrial_robot_client" type="joint_trajectory_action" name="joint_trajectory_action">
<param name="ignore_motion_server_error" type="bool" value="true" />
<param name="consider_status_unknowns_ok" type="bool" value="true" />
</node>

</launch>

0 comments on commit e1d78ce

Please sign in to comment.