Skip to content

Commit 5b34b4d

Browse files
committed
gepgitlab → gitlab
1 parent 16ea14d commit 5b34b4d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[![License](https://img.shields.io/badge/License-BSD%202--Clause-green.svg)](https://opensource.org/licenses/BSD-2-Clause)
2-
[![Build Status](https://gepgitlab.laas.fr/stack-of-tasks/roscontrol_sot/badges/master/pipeline.svg)](http://gepgitlab.laas.fr/stack-of-tasks/roscontrol_sot)
3-
[![Coverage report](https://gepgitlab.laas.fr/stack-of-tasks/roscontrol_sot/badges/master/coverage.svg?job=doc-coverage)](http://projects.laas.fr/gepetto/doc/stack-of-tasks/roscontrol_sot/master/coverage/)
2+
[![Build Status](https://gitlab.laas.fr/stack-of-tasks/roscontrol_sot/badges/master/pipeline.svg)](http://gitlab.laas.fr/stack-of-tasks/roscontrol_sot)
3+
[![Coverage report](https://gitlab.laas.fr/stack-of-tasks/roscontrol_sot/badges/master/coverage.svg?job=doc-coverage)](http://projects.laas.fr/gepetto/doc/stack-of-tasks/roscontrol_sot/master/coverage/)
44

55
# Introduction
66
This package encapsulates a SoT graph to control a robot in the ros-control framework.
77
The intent is to make it generic and adapted to any robot through rosparam.
88
As the Stack-Of-Taks is a whole-body controller it tries to connect to all the available
9-
resources of the robot.
9+
resources of the robot.
1010

1111
# rosparam
1212

@@ -42,7 +42,7 @@ For instance:
4242
torso_1_joint,torso_2_joint,head_1_joint, head_2_joint,
4343
arm_left_1_joint, arm_left_2_joint, arm_left_3_joint, arm_left_4_joint, arm_left_5_joint, arm_left_6_joint, arm_left_7_joint, gripper_left_joint,
4444
arm_right_1_joint, arm_right_2_joint, arm_right_3_joint, arm_right_4_joint, arm_right_5_joint, arm_right_6_joint, arm_right_7_joint, gripper_right_joint
45-
]
45+
]
4646
```
4747

4848
## Specifying the map between the ros control data and the sot device entity.
@@ -68,7 +68,7 @@ using the __control_mode__ variable:
6868

6969
```
7070
control_mode: EFFORT
71-
```
71+
```
7272

7373
# Logging
7474

0 commit comments

Comments
 (0)