Skip to content

Commit c36f7c0

Browse files
committed
Fix broken links in documentation
1 parent e222b6d commit c36f7c0

File tree

3 files changed

+3
-63
lines changed

3 files changed

+3
-63
lines changed

index.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
### Whole-Body Control
44

5-
Whole Body Control (WBC), also referred to as constraint-based or optimization-based control, is an approach for specifying and controlling complex robotic tasks.
6-
The term was coined by Luis Sentis in his work
5+
Whole Body Control (WBC) is an approach for specifying and controlling complex robotic tasks
76
[Synthesis and Control of Whole-Body Behaviors in Humanoid Systems](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.73.8747&rep=rep1&type=pdf).
87

98
<img src="images/wbc_principle.svg" alt="drawing" width="600"/>
109

1110
Image Credits: Dennis Mronga, DFKI
1211

13-
The idea is define a set of feedback controllers around an optimization problem. Each controller regulates a certain task, the control output is fed into the cost function of the optimization problem, typically a quadratic program, and thus minimized during execution.
12+
The idea is to define a set of feedback controllers around an optimization problem. Each controller regulates a certain task, the control output is fed into the cost function of the optimization problem, typically a quadratic program, and thus minimized during execution.
1413
In each control cycle ...
1514
* The cost function is updated with the current robot state and controller reference
1615
* The optimization problem is solved
@@ -52,7 +51,6 @@ The design of WBC library separates the whole-body controller into 4 main buildi
5251
# Installation
5352
* [WBC Library](installation/installation_no_rock.md)
5453
* [ROS2 Interface](installation/installation_ros2.md)
55-
* [Rock Interface](installation/installation_rock.md)
5654

5755
# Testing
5856

installation/installation_rock.md

-58
This file was deleted.

tutorials/ros2_nullspace_control.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should now see the KUKA iiwa robot in rviz. The robot maintains a fixed end
1212
<br/>
1313
<br/>
1414

15-
In the [nullspace_example.launch.py](https://github.com/ARC-OPT/wbc_ros/blob/main/launch/nullspace_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/nullspace_example/iiwa_controllers.yaml) file describes the ros2 control configuration, which is loaded in the launch file.
15+
In the [nullspace_example.launch.py](https://github.com/ARC-OPT/wbc_ros/blob/main/launch/null_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/null_space_example/iiwa_controllers.yaml) file describes the ros2 control configuration, which is loaded in the launch file.
1616

1717
If you type `ros2 control list_controllers` you can see the available controllers:
1818
```!bash

0 commit comments

Comments
 (0)