Skip to content

Commit

Permalink
Add moveit-servo on osx-arm64 (#474)
Browse files Browse the repository at this point in the history
* Add moveit-servo

* Add moveit-servo to win-64

* No spnav on Win

* No spnav on Win

* No moveit-servo on Win
  • Loading branch information
Tobias-Fischer authored Jul 21, 2024
1 parent b94909c commit 7dccaec
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
10 changes: 8 additions & 2 deletions conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,10 @@ libreadline-dev:
libsndfile1-dev:
conda: [libsndfile]
libspnav-dev:
conda: [libspnav]
conda:
linux: [libspnav]
osx: [libspnav]
win64: []
libsqlite3-dev:
conda: [sqlite 3.*]
libssl-dev:
Expand Down Expand Up @@ -875,7 +878,10 @@ sdl2:
socat:
conda: [socat]
spacenavd:
conda: [libspnav]
conda:
linux: [libspnav]
osx: [libspnav]
win64: []
spdlog:
conda: [spdlog]
sshpass:
Expand Down
10 changes: 8 additions & 2 deletions robostack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,10 @@ libreadline-dev:
libsndfile1-dev:
robostack: [libsndfile]
libspnav-dev:
robostack: [libspnav]
robostack:
linux: [libspnav]
osx: [libspnav]
win64: []
libsqlite3-dev:
robostack: [sqlite 3.*]
libssl-dev:
Expand Down Expand Up @@ -890,7 +893,10 @@ sdl2:
socat:
robostack: [socat]
spacenavd:
robostack: [libspnav]
robostack:
linux: [libspnav]
osx: [libspnav]
win64: []
spdlog:
robostack: [spdlog]
sshpass:
Expand Down
1 change: 1 addition & 0 deletions vinca_osx_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ packages_select_by_deps:
- desktop
- perception
- moveit
- moveit-servo
# - eigenpy # needs manual build
- turtlebot3
- turtlebot3-simulations
Expand Down

0 comments on commit 7dccaec

Please sign in to comment.