Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
sot-hrp2
Commits
391f4419
Commit
391f4419
authored
Nov 26, 2013
by
Damien Petit
Browse files
fix camera frame reorientation for hrp2_10 and hrp2_14 close #7
parent
e93c0588
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/dynamic_graph/sot/hrp2_10/robot.py.in
View file @
391f4419
...
...
@@ -102,8 +102,9 @@ class Robot (Hrp2):
[ 0., 0., 0., 1.]])
for camera in [cameraBottomLeftPosition, cameraBottomRightPosition,
cameraTopLeftPosition, cameraTopRightPosition]:
camera = camera * c1_M_c
cameraTopLeftPosition, cameraTopRightPosition,
cameraXtionRGBPosition]:
camera[:] = camera * c1_M_c
self.AdditionalFrames.append(
("cameraBottomLeft",
...
...
src/dynamic_graph/sot/hrp2_14/robot.py.in
View file @
391f4419
...
...
@@ -97,7 +97,7 @@ class Robot (Hrp2):
for camera in [cameraBottomLeftPosition, cameraBottomRightPosition,
cameraTopLeftPosition, cameraTopRightPosition]:
camera = camera * c1_M_c
camera
[:]
= camera * c1_M_c
self.AdditionalFrames.append(
("cameraBottomLeft",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment