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 91695ca commit c2b9b4eCopy full SHA for c2b9b4e
.travis.yml
@@ -7,7 +7,7 @@ install:
7
- git -C ~/.tue checkout feature/ros_deps
8
- tue-get install tue-documentation-github --no-ros-deps --doc-depend --branch=fix/docs
9
- MSG_PKGS=($(./.ci/get_message_packages.py base_local_planner costmap_2d)) # Skip base_local_planner and costmap_2d as these take too much time
10
- - echo "MSG_PKGS= ${MSG_PKGS[@]"
+ - echo "MSG_PKGS= ${MSG_PKGS[@]}"
11
- MSG_TARGETS=(${MSG_PKGS[@]/#/ros-})
12
- tue-get install ros-python_orocos_kdl ${MSG_TARGETS[@]} # Needs to be installed fully as it needs to be build to generate docs
13
- export ROS_PACKAGE_PATH=""
0 commit comments