Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored Sep 10, 2024
1 parent 662ce9d commit d9ebe5d
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,7 @@ launch_test install/wbc_ros/share/wbc_ros/test/<test_name>.test.py

### Examples

Ensure that robot state publisher and joint state publisher are installed:
```
sudo apt-get install ros-humble-robot-state-publisher ros-humble-joint-state-publisher -y
```
For visualizing the resulting robot motion install rviz:
```
sudo apt-get install ros-humble-rviz2
source install/setup.bash
```
For the Cartesian space example run
```
ros2 launch wbc_ros cartesian_space_example.launch.py
rviz2 -d install/wbc_ros/share/wbc_ros/config/default.rviz
```
You should see the kuka iiwa robot executing a circular end effector motion in the xy-plane. For the joint space example run
```
ros2 launch wbc_ros joint_space_example.launch.py
rviz2 -d install/wbc_ros/share/wbc_ros/config/default.rviz
```
You can see the kuka iiwa robot executing a sinusoidal movement with the elbow joint.
Check out the tutorials in the [documentation(https://arc-opt.github.io/Documentation/).

## Contributing

Expand Down

0 comments on commit d9ebe5d

Please sign in to comment.