Skip to content

Commit 17980aa

Browse files
author
Rohan Budhiraja
committed
[travis] add sudo requirement
1 parent e396e76 commit 17980aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: cpp
2+
sudo: required
23
compiler:
34
- clang
45
- gcc

src/dynamic_graph/sot/core/feature_position.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class FeaturePosition (Entity):
2626
a string: name of the feature,
2727
a signal<MatrixHomo>: defining the value of the feature,
2828
a signal<Matrix>: defining the jacobian of the feature with respect
29-
to the robot configuration,
29+
to the robot configuration,
3030
an homogeneous matrix: defining the reference value of the feature.
3131
3232
Members containing a signal:

0 commit comments

Comments
 (0)