Skip to content

Commit

Permalink
Update README with ROS2 instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zultron committed Jan 2, 2022
1 parent 0a4403d commit 6407fd4
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,24 +81,19 @@ URDF is added, and a `hal_io` service pin open the gripper when

Run the simulated hardware interface:

roslaunch hal_rrbot_control hal_rrbot_simulation.launch
ros2 launch hal_rrbot_control rrbot.launch.py
# Debugging: append `hal_debug_output:=1 hal_debug_level:=5`

Run `halscope` to visualize HAL joint commands and feedback; in the
GUI, set the "Run Mode" to "Roll" for continuous updating:

halscope -i hal_rrbot_control/config/hal_hw_interface.halscope

The rviz and simulated trajectories are launched identically to the
`rrbot_control` package:
The simulated trajectories are launched directly from the
`ros2_control_demo_bringup` package:

roslaunch hal_rrbot_control rrbot_visualize.launch
roslaunch hal_rrbot_control rrbot_test_trajectory.launch

Open and close the gripper with the ROS service:

rosservice call /rrbot/hal_io/gripper_cmd True
rosservice call /rrbot/hal_io/gripper_cmd False
ros2 launch ros2_control_demo_bringup test_forward_position_controller.launch.py
ros2 launch ros2_control_demo_bringup test_joint_trajectory_controller.launch.py

-----
## Configuration
Expand Down

0 comments on commit 6407fd4

Please sign in to comment.