|
11 | 11 | parent_link |
12 | 12 | *origin |
13 | 13 | ewellix_type:=tlt_x25 |
14 | | - add_plate:=True |
| 14 | + add_plate:='' |
| 15 | + add_mount:='' |
15 | 16 | parameters_file:='' |
16 | 17 | initial_positions:='' |
17 | 18 | initial_positions_file:='' |
|
39 | 40 | <xacro:property name="_sim_gazebo" value="$(arg is_sim)" /> |
40 | 41 |
|
41 | 42 | <!-- Default Hardware Parameters --> |
| 43 | + <xacro:property name="_add_plate" value="True"/> |
| 44 | + <xacro:property name="_add_mount" value="True"/> |
42 | 45 | <xacro:property name="_port" value="/dev/ttyUSB0"/> |
43 | 46 | <xacro:property name="_baud" value="38400"/> |
44 | 47 | <xacro:property name="_timeout" value="1000"/> |
|
54 | 57 | <xacro:if value="${generate_ros2_control_tag != ''}"> <xacro:property name="_generate_ros2_control_tag" value="${generate_ros2_control_tag}" lazy_eval="false"/> </xacro:if> |
55 | 58 | <xacro:if value="${use_fake_hardware != ''}"> <xacro:property name="_use_fake_hardware" value="${use_fake_hardware}" lazy_eval="false"/> </xacro:if> |
56 | 59 | <xacro:if value="${sim_gazebo != ''}"> <xacro:property name="_sim_gazebo" value="${sim_gazebo}" lazy_eval="false"/> </xacro:if> |
| 60 | + <xacro:if value="${add_plate != ''}"> <xacro:property name="_add_plate" value="${add_plate}" lazy_eval="false"/> </xacro:if> |
| 61 | + <xacro:if value="${add_mount != ''}"> <xacro:property name="_add_mount" value="${add_mount}" lazy_eval="false"/> </xacro:if> |
57 | 62 | <xacro:if value="${port != ''}"> <xacro:property name="_port" value="${port}" lazy_eval="false"/> </xacro:if> |
58 | 63 | <xacro:if value="${baud != ''}"> <xacro:property name="_baud" value="${baud}" lazy_eval="false"/> </xacro:if> |
59 | 64 | <xacro:if value="${timeout != ''}"> <xacro:property name="_timeout" value="${timeout}" lazy_eval="false"/> </xacro:if> |
|
65 | 70 | <xacro:ewellix_lift |
66 | 71 | parent="${parent_link}" |
67 | 72 | tf_prefix="${_tf_prefix}" |
68 | | - add_plate="${add_plate}" |
| 73 | + add_plate="${_add_plate}" |
| 74 | + add_mount="${_add_mount}" |
69 | 75 | initial_positions="${_initial_positions}" |
70 | 76 | parameters_file="${_parameters_file}" |
71 | 77 | generate_ros2_control_tag="${_generate_ros2_control_tag}" |
|
0 commit comments