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.
2 parents 13ee32d + 4ec1814 commit 2424bfbCopy full SHA for 2424bfb
.github/workflows/main.yml
@@ -19,7 +19,6 @@ jobs:
19
- name: Install
20
run: |
21
source <(wget -O - https://raw.githubusercontent.com/tue-robotics/tue-env/master/installer/bootstrap.bash)
22
- git -C ~/.tue checkout broken_pipe
23
tue-get install tue-documentation-github --no-ros-deps --doc-depend
24
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
25
echo "MSG_PKGS= ${MSG_PKGS[@]}"
0 commit comments