doosan-robotics / doosan-robot

ROS for Doosan Robot
BSD 3-Clause "New" or "Revised" License
118 stars 59 forks source link

fix: close tag while loading a param #174

Closed bxtbold closed 5 months ago

bxtbold commented 8 months ago

Executing dsr_moveit.launch fails while loading move_group/trajectory_execution/execution_duration_monitoring param.

Reproducing the issue:

It can be reproduced by launching the above launch file.

roslaunch dsr_control dsr_moveit.launch

Propose

It can be solved by just closing the tag as the following:

- <param name="$(arg ns)$(arg model)/move_group/trajectory_execution/execution_duration_monitoring" value="false">
+ <param name="$(arg ns)$(arg model)/move_group/trajectory_execution/execution_duration_monitoring" value="false" />

Misc

The same issue persists in other branches