Skip to content

Commit

Permalink
Use rrbot_control_boilerplate configuration
Browse files Browse the repository at this point in the history
Update the rrbot demo to work with changes from
PickNikRobotics/ros_control_boilerplate#27:  update
`rrbot_control_boilerplate` name, and reuse its configuration and
launch configuration files.
  • Loading branch information
zultron committed Jan 28, 2019
1 parent f4573ce commit 547da1c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 119 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ GUI, set the "Run Mode" to "Roll" for continuous updating:
The rviz and simulated trajectories are launched identically to the
`rrbot_control` package:

roslaunch hal_rrbot_control rrbot_visualize.launch
roslaunch hal_rrbot_control rrbot_test_trajectory.launch
roslaunch rrbot_control_boilerplate rrbot_visualize.launch
roslaunch rrbot_control_boilerplate rrbot_test_trajectory.launch

### `hal_io` demo

Expand Down
4 changes: 2 additions & 2 deletions hal_rrbot_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ project(hal_rrbot_control)
find_package(
catkin REQUIRED COMPONENTS
hal_hw_interface
rrbot_control
rrbot_control_boilerplate
)

catkin_package(
CATKIN_DEPENDS
hal_hw_interface
rrbot_control
rrbot_control_boilerplate
)

install(DIRECTORY config
Expand Down
65 changes: 0 additions & 65 deletions hal_rrbot_control/config/rrbot_controllers.yaml

This file was deleted.

18 changes: 9 additions & 9 deletions hal_rrbot_control/launch/hal_rrbot_simulation.launch
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
<!-- - Set HAL debug level, 0-5 -->
<arg name="hal_debug_level" default="1" />

<group ns="rrbot"> <!-- Same ns as `rrbot_control` package -->
<!-- Load example URDF from rrbot_description package -->
<param
name="robot_description"
command="$(find xacro)/xacro --inorder
'$(find rrbot_description)/urdf/rrbot.xacro'"
/>

<!-- Load example URDF from rrbot_description package -->
<param
name="robot_description"
command="$(find xacro)/xacro --inorder
'$(find rrbot_description)/urdf/rrbot.xacro'"
/>
<group ns="rrbot"> <!-- Same ns as `rrbot_control` package -->

<!-- Load all settings into ROS parameter server -->
<!-- - Joint parameters from rrbot_control package -->
<!-- - Joint parameters from rrbot_control_boilerplate package -->
<rosparam
file="$(find hal_rrbot_control)/config/rrbot_controllers.yaml"
file="$(find rrbot_control_boilerplate)/config/rrbot_controllers.yaml"
command="load"
/>
<!-- - HAL configuration params -->
Expand Down
27 changes: 0 additions & 27 deletions hal_rrbot_control/launch/rrbot_test_trajectory.launch

This file was deleted.

12 changes: 0 additions & 12 deletions hal_rrbot_control/launch/rrbot_visualize.launch

This file was deleted.

4 changes: 2 additions & 2 deletions hal_rrbot_control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<buildtool_depend>catkin</buildtool_depend>

<build_depend>hal_hw_interface</build_depend>
<build_depend>rrbot_control</build_depend>
<build_depend>rrbot_control_boilerplate</build_depend>

<run_depend>hal_hw_interface</run_depend>
<run_depend>rrbot_control</run_depend>
<run_depend>rrbot_control_boilerplate</run_depend>
<run_depend>rrbot_description</run_depend>
</package>

0 comments on commit 547da1c

Please sign in to comment.