File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ sudo free -m -t
19
19
# Setup environment variables.
20
20
export APT_DEPENDENCIES=" doxygen libboost-system-dev libboost-test-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libeigen3-dev libtinyxml-dev libconsole-bridge-dev robotpkg-pinocchio robotpkg-dynamic-graph-v3 robotpkg-py35-dynamic-graph-v3 "
21
21
# Add Python dependency
22
- export APT_DEPENDENCIES=$APT_DEPENDENCIES " libboost-python-dev robotpkg-py35-eigenpy python3.5-dev python3-numpy"
22
+ export APT_DEPENDENCIES=$APT_DEPENDENCIES " libboost-python-dev robotpkg-py35-eigenpy python3.5-dev python3-numpy robotpkg-py35-pinocchio "
23
23
24
24
# Add Geometry dependencies
25
- if [[ $BUILD_WITH_COLLISION_SUPPORT -eq ON ]]; then
25
+ if [[ $BUILD_WITH_COLLISION_SUPPORT -eq ON ]]; then
26
26
export APT_DEPENDENCIES=$APT_DEPENDENCIES " robotpkg-hpp-fcl"
27
- fi
27
+ fi
28
28
29
29
# #############################
30
30
# -- Helper functions -- #
@@ -179,7 +179,7 @@ _linux_install_dependencies()
179
179
180
180
${SUDO_CMD} apt-get install -qq curl cppcheck ${APT_DEPENDENCIES}
181
181
182
- # Install lcov from github
182
+ # Install lcov from github
183
183
cd " $build_dir "
184
184
wget https://github.com/linux-test-project/lcov/releases/download/v1.12/lcov-1.12.tar.gz
185
185
tar zxvf lcov-1.12.tar.gz
You can’t perform that action at this time.
0 commit comments