Skip to content

Commit

Permalink
Enable build of magnetometer_compass on aarch64 linux (#425)
Browse files Browse the repository at this point in the history
* Enable build of magnetometer_compass on aarch64 linux

* Temp pin ruamel.yaml

---------

Co-authored-by: Tobias Fischer <[email protected]>
  • Loading branch information
peci1 and Tobias-Fischer authored Nov 6, 2023
1 parent b5eb3a0 commit 1b1e5c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/testpr_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- pip
- rospkg
- catkin_pkg >=0.4.16
- ruamel.yaml >=0.16.6
- ruamel.yaml >=0.16.6,<0.18.0
- rosdistro >=0.8.0
- empy >=3.3.4
- mamba
2 changes: 1 addition & 1 deletion vinca_linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ packages_select_by_deps:
- cras_relative_positional_controller # maintainer peci1
- cras_msgs # maintainer peci1
- compass_msgs # maintainer peci1
# does not work on aarch64 (yet) # - magnetometer_compass # maintainer peci1
- magnetometer_compass # maintainer peci1; does not work on aarch64 in pull requests due to cross-compiling (but okay on master branch)
- electronic_io_msgs # maintainer peci1
- electronic_io # maintainer peci1
- point_cloud_color # maintainer peci1
Expand Down

0 comments on commit 1b1e5c2

Please sign in to comment.