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
db6a110d
Commit
db6a110d
authored
Dec 08, 2011
by
olivier stasse
Browse files
Fix problems for compiling.
parent
88d1c1bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
db6a110d
...
...
@@ -20,6 +20,7 @@ INCLUDE(cmake/boost.cmake)
INCLUDE
(
cmake/lapack.cmake
)
INCLUDE
(
cmake/cpack.cmake
)
SET
(
PROJECT_NAME sot-hrp2
)
SET
(
PROJECT_DESCRIPTION
"dynamic-graph package for HRP-2 robot"
)
SET
(
PROJECT_URL
"http://github.com/laas/sot-hrp2"
)
...
...
src/sot-hrp2-controller.cpp
View file @
db6a110d
...
...
@@ -170,7 +170,7 @@ void SoTHRP2Controller::getControl(map<string,dgsot::ControlValues> &controlOut)
baseff
[
i
*
4
+
3
]
=
freeFlyerPose
()
(
i
,
3
);
for
(
unsigned
i
=
0
;
i
<
3
;
++
i
)
for
(
unsigned
j
=
0
;
j
<
3
;
++
j
)
baseff
[
i
*
3
+
j
]
=
freeFlyerPose
()
(
i
,
j
);
baseff
[
i
*
4
+
j
]
=
freeFlyerPose
()
(
i
,
j
);
controlOut
[
"baseff"
].
setValues
(
baseff
);
...
...
Write
Preview
Supports
Markdown
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