Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable more packages on Windows #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
# export GIT_BRANCH="$(basename $GITHUB_REF)"
# echo "::endgroup::"

- name: Install libgl1-mesa-dev (only for linux-aarch64)
if: matrix.platform == 'linux-aarch64'
shell: bash -l {0}
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxi-dev libxmu-dev
# - name: Install libgl1-mesa-dev (only for linux-aarch64)
# if: matrix.platform == 'linux-aarch64'
# shell: bash -l {0}
# run: |
# sudo apt-get update
# sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxi-dev libxmu-dev

# For some reason, the Strawberry perl's pkg-config is found
# instead of the conda's one, so let's delete the /c/Strawberry directory
Expand Down
36 changes: 17 additions & 19 deletions vinca_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ packages_skip_by_deps:
- rttest
- tlsf
- tlsf_cpp
- gripper_controllers

packages_remove_from_deps:
- cartographer
Expand All @@ -34,7 +33,6 @@ packages_remove_from_deps:
- rttest
- tlsf
- tlsf_cpp
- gripper_controllers

skip_existing:
# - output
Expand All @@ -48,30 +46,30 @@ packages_select_by_deps:
- ros_base
- ros_environment
- ros_workspace
# - dev_tools
# - diagnostics
# - teleop
# - robot
# - perception
- dev_tools
- diagnostics
- teleop
- robot
- perception
# - navigation2
# - simulation
# - desktop_full
- simulation
- desktop_full

# - moveit
# - moveit-planners-chomp
- moveit
- moveit-planners-chomp

- ros_gz
# - slam_toolbox
# - turtlebot3
- slam_toolbox
- turtlebot3

# - plotjuggler-ros
- plotjuggler-ros

# - apriltag_ros
- apriltag_ros

# - ackermann-msgs
# - velodyne
# - sbg_driver
# - gtsam
- ackermann-msgs
- velodyne
- sbg_driver
- gtsam

patch_dir: patch

Loading