We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e396e76 commit 17980aaCopy full SHA for 17980aa
.travis.yml
@@ -1,4 +1,5 @@
1
language: cpp
2
+sudo: required
3
compiler:
4
- clang
5
- gcc
src/dynamic_graph/sot/core/feature_position.py
@@ -26,7 +26,7 @@ class FeaturePosition (Entity):
26
a string: name of the feature,
27
a signal<MatrixHomo>: defining the value of the feature,
28
a signal<Matrix>: defining the jacobian of the feature with respect
29
- to the robot configuration,
+ to the robot configuration,
30
an homogeneous matrix: defining the reference value of the feature.
31
32
Members containing a signal:
0 commit comments