Skip to content

Commit

Permalink
Update ros2_joint_space_control.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored Aug 29, 2023
1 parent 2de7bc8 commit 28aac52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/ros2_joint_space_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should now see the KUKA iiwa robot in rviz, performing a trajectory in joint
<br/>
<br/>

In the [joint_space_example.launch.py](https://github.com/ARC-OPT/wbc_ros/blob/main/launch/cartesian_space_example.launch.py) file, the code to load the example is explained step by step. This [iiwa_controllers.yaml](https://github.com/ARC-OPT/wbc_ros/blob/main/config/joint_space_example/iiwa_controllers.yaml) file describes the ros2 control configuration, which is loaded in the launch file.
In the [joint_space_example.launch.py](https://github.com/ARC-OPT/wbc_ros/blob/main/launch/joint_space_example.launch.py) file, the code to load the example is explained step by step. This [iiwa_controllers.yaml](https://github.com/ARC-OPT/wbc_ros/blob/main/config/joint_space_example/iiwa_controllers.yaml) file describes the ros2 control configuration, which is loaded in the launch file.

If you type `ros2 control list_controllers` you can see the available controllers:
```!bash
Expand Down

0 comments on commit 28aac52

Please sign in to comment.