Skip to content

Commit

Permalink
Switch to use Ubuntu 18.04 official versions of orocos_kdl and urdfdom
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Sep 11, 2019
1 parent f2a4ce2 commit 1fafc9d
Showing 1 changed file with 4 additions and 32 deletions.
36 changes: 4 additions & 32 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ addons:
- libeigen3-dev
- libgsl0-dev
- libtinyxml-dev
- liborocos-kdl
- libconsole-bridge-dev
- liburdfdom-headers-dev
- liburdfdom-dev

env:
global:
Expand Down Expand Up @@ -75,38 +79,6 @@ before_script:
- cmake ..
- sudo cmake --build . --target install
- cd ../..
## orocos_kdl
- git clone https://github.com/orocos/orocos_kinematics_dynamics
- cd orocos_kinematics_dynamics/orocos_kdl
- mkdir build
- cd build
- cmake ..
- sudo cmake --build . --target install
- cd ../../..
## console_bridge
- git clone https://github.com/ros/console_bridge
- cd console_bridge
- mkdir build
- cd build
- cmake ..
- sudo cmake --build . --target install
- cd ../..
# urdfdom_headers
- git clone https://github.com/ros/urdfdom_headers
- cd urdfdom_headers
- mkdir build
- cd build
- cmake ..
- sudo cmake --build . --target install
- cd ../..
# urdfdom
- git clone https://github.com/ros/urdfdom
- cd urdfdom
- mkdir build
- cd build
- cmake ..
- sudo cmake --build . --target install
- cd ../..
## idyntree
- git clone https://github.com/robotology/idyntree.git
- cd idyntree
Expand Down

0 comments on commit 1fafc9d

Please sign in to comment.