Skip to content

Commit

Permalink
Merge pull request #36 from iory/wheel
Browse files Browse the repository at this point in the history
Add use_rcb4 option for wheeled kxr
  • Loading branch information
iory authored Feb 12, 2024
2 parents 79aa508 + 8a42994 commit cb64f13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ros/kxr_controller/launch/kxr_controller_for_wheel.launch
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

<arg name="urdf_path" default="$(find kxr_models)/urdf/kxrmw4a6h2m.urdf" />
<arg name="servo_config_path" default="$(find kxr_models)/config/kxrmw4a6h2m_servo_config.yaml" />
<arg name="use_rcb4" default="false" doc="Flag to use RCB4 mini board"/>

<include file="$(find kxr_controller)/launch/kxr_controller.launch" >
<arg name="urdf_path" value="$(arg urdf_path)" />
<arg name="servo_config_path" value="$(arg servo_config_path)" />
<arg name="use_rcb4" value="$(arg use_rcb4)" />
</include>

<include file="$(find kxr_controller)/launch/diff_drive_controller.launch" />
Expand Down

0 comments on commit cb64f13

Please sign in to comment.