Skip to content

Commit

Permalink
[feat] (xarm_moveit_servo) add launch paramter model1300
Browse files Browse the repository at this point in the history
  • Loading branch information
vimior committed Mar 29, 2023
1 parent 163d408 commit 2983907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xarm_moveit_servo/launch/xarm_moveit_servo_realmove.launch
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<arg name="ext_ns" default="" />
<!-- joystick_type, 1: XBOX360_WIRED, 2: XBOX360_WIRELESS, 3: SPACEMOUSE_WIRELESS, 99: KEYBOARD -->
<arg name="joystick_type" default="1" />
<arg name="model1300" default="false" />

<!-- lite6 -->
<include if="$(eval robot_type == 'lite')" file="$(eval find(str(arg('robot_type')) + str(arg('dof')) + '_moveit_config') + '/launch/realMove_exec.launch')">
Expand All @@ -30,6 +31,7 @@
<arg name="report_type" value="$(arg report_type)" />
<arg name="ext_ns" value="$(arg ext_ns)" />
<arg name="jnt_stat_pub_rate" value="100"/>
<arg name="model1300" value="$(arg model1300)"/>
</include>

<!-- joystick -->
Expand Down

0 comments on commit 2983907

Please sign in to comment.