Skip to content
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
3 changes: 3 additions & 0 deletions patch/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,6 @@ resource_retriever:
add_run: ["libcurl"]
plotjuggler:
add_host: ["${{ 'elfutils' if linux }}", "protobuf"]
# See https://github.com/SteveMacenski/spatio_temporal_voxel_layer/pull/300,
spatio_temporal_voxel_layer:
add_host: ["libboost-devel", "vtk-base", "REQUIRE_OPENGL"]
6 changes: 6 additions & 0 deletions robostack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,14 @@ libopencv-dev:
robostack: [py-opencv, libopencv, REQUIRE_OPENGL]
libopencv-imgproc-dev:
robostack: [py-opencv, libopencv, REQUIRE_OPENGL]
libopenexr-dev:
robostack: [openexr]
libopenni-dev:
robostack: []
libopenvdb:
robostack: [openvdb]
libopenvdb-dev:
robostack: [openvdb]
liborocos-kdl:
robostack: [orocos-kdl]
liborocos-kdl-dev:
Expand Down
8 changes: 8 additions & 0 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,14 @@ packages_select_by_deps:
- pr2-teleop
- rqt-ez-publisher
- slam-gmapping
- four-wheel-steering-msgs
- ira-laser-tools
- libuvc-camera
- moveit-chomp-optimizer-adapter
- roboticsgroup-upatras-gazebo-plugins
- sick-tim
- spatio-temporal-voxel-layer
- urdf-geometry-parser

## PREVIOUSLY SUPPORTED PACKAGES, NOW NOT PACKAGED ANYMORE UNTIL REQUESTED
## TODO AFTER REBUILD
Expand Down
8 changes: 8 additions & 0 deletions vinca_linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,14 @@ packages_select_by_deps:
- pid
- husky-simulator
- tf2_web_republisher
- four-wheel-steering-msgs
- ira-laser-tools
- libuvc-camera
- moveit-chomp-optimizer-adapter
- roboticsgroup-upatras-gazebo-plugins
- sick-tim
- spatio-temporal-voxel-layer
- urdf-geometry-parser


## PREVIOUSLY SUPPORTED PACKAGES, NOW NOT PACKAGED ANYMORE UNTIL REQUESTED
Expand Down
10 changes: 9 additions & 1 deletion vinca_osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,15 @@ packages_select_by_deps:
- slam-gmapping
- openslam-gmapping
- rqt-ez-publisher

- four-wheel-steering-msgs
- ira-laser-tools
- libuvc-camera
- moveit-chomp-optimizer-adapter
- roboticsgroup-upatras-gazebo-plugins
- sick-tim
- spatio-temporal-voxel-layer
- urdf-geometry-parser

## PREVIOUSLY SUPPORTED PACKAGES, NOW NOT PACKAGED ANYMORE UNTIL REQUESTED
##
# TODO OSX
Expand Down
8 changes: 8 additions & 0 deletions vinca_osx_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@ packages_select_by_deps:
- slam-gmapping
- openslam-gmapping
- tf2_web_republisher
- four-wheel-steering-msgs
- ira-laser-tools
- libuvc-camera
- moveit-chomp-optimizer-adapter
- roboticsgroup-upatras-gazebo-plugins
- sick-tim
- spatio-temporal-voxel-layer
- urdf-geometry-parser

patch_dir: patch
rosdistro_snapshot: rosdistro_snapshot.yaml
8 changes: 8 additions & 0 deletions vinca_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ packages_select_by_deps:
- hector-gazebo-plugins
# Required by jackal-navigation
- gmapping
- four-wheel-steering-msgs
- ira-laser-tools
- libuvc-camera
- moveit-chomp-optimizer-adapter
- roboticsgroup-upatras-gazebo-plugins
- sick-tim
- spatio-temporal-voxel-layer
- urdf-geometry-parser

##
## PREVIOUSLY SUPPORTED PACKAGES, NOW NOT PACKAGED ANYMORE UNTIL REQUESTED
Expand Down
Loading