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

apriltag library for humble #121

Closed
wants to merge 3 commits into from
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
platform: osx-arm64
steps:
- uses: actions/checkout@master
- name: install mamba
- name: install micromamba
uses: mamba-org/setup-micromamba@main
with:
environment-file: .github/testpr_environment.yml
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
conda config --show channels | grep defaults && conda config --remove channels defaults
conda info
conda config --show
mamba install -y pip rospkg networkx "catkin_pkg>=0.4.16" "ruamel.yaml>=0.16.6" "rosdistro>=0.8.0" "empy>=3.3.4" boa
micromamba install -y pip rospkg networkx "catkin_pkg>=0.4.16" "ruamel.yaml>=0.16.6" "rosdistro>=0.8.0" "empy>=3.3.4" boa
- name: install vinca and boa master
shell: bash -l {0}
run: |
Expand Down
4 changes: 2 additions & 2 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ packages_select_by_deps:
# - webots_ros2
# - turtlebot3
# - desktop_full
# - apriltag
- apriltag
- apriltag_ros

# - turtlebot3_fake_node
# - ur
Expand Down Expand Up @@ -507,4 +508,3 @@ packages_select_by_deps:
# - osrf_testing_tools_cpp

patch_dir: patch

3 changes: 2 additions & 1 deletion vinca_linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ packages_select_by_deps:
# - ament-pyflakes
# - apex-containers
# - apex-test-tools
# - apriltag
- apriltag
- apriltag_ros
# - async-web-server-cpp
# - autoware-auto-msgs
# - backward-ros
Expand Down
Loading