Skip to content

Commit

Permalink
Merge pull request #230 from baszalmstra/feat/add_librealsense
Browse files Browse the repository at this point in the history
add librealsense2 packages
  • Loading branch information
wolfv authored Feb 14, 2022
2 parents 5232a4b + 9d8589d commit 38bc184
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/testpr_environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: base
name: testpr_env
channels:
- robostack
- robostack-experimental
Expand Down
11 changes: 4 additions & 7 deletions .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,12 @@ jobs:
platform: osx-arm64
steps:
- uses: actions/checkout@master
- uses: conda-incubator/setup-miniconda@v2
- name: install mamba
uses: mamba-org/provision-with-micromamba@main
with:
mamba-version: "*"
channels: robostack,robostack-experimental,conda-forge
channel-priority: true
auto-activate-base: true
activate-environment: ""
environment-file: .github/testpr_environment.yml

- shell: bash
- shell: bash -l {0}
if: contains(matrix.os, 'linux-aarch64')
run: |
echo "::group::Configure binfmt_misc"
Expand Down
8 changes: 3 additions & 5 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ packages_select_by_deps:
- teb-local-planner
- turtlebot3
- turtlebot3-fake
- librealsense2
- realsense2_camera
- realsense2-description

## TODO AFTER REBUILD
# - rtabmap
Expand Down Expand Up @@ -225,8 +228,6 @@ packages_select_by_deps:
# - nerian-stereo
# - opencv-apps
# - posedetection-msgs
# - librealsense2
# - realsense2-camera
# - resized-image-transport
# - robot-calibration
# - rqt-image-view
Expand Down Expand Up @@ -738,7 +739,6 @@ packages_select_by_deps:
# - leo-viz
# - lgsvl-msgs
# - libpcan
# - librealsense2
# - locomotor-msgs
# - log-view
# - lpg-planner
Expand Down Expand Up @@ -823,7 +823,6 @@ packages_select_by_deps:
# - rcdiscover
# - rc-genicam-api
# - rc-visard-description
# - realsense2-description
# - remote-rosbag-record
# - rgbd-launch
# - robot-calibration-msgs
Expand Down Expand Up @@ -920,7 +919,6 @@ packages_select_by_deps:
# - ifm3d
# - rviz
# - ur_client_library
# - realsense2_camera
# - franka_example_controllers
# - franka_ros
# - catkin
Expand Down
5 changes: 3 additions & 2 deletions vinca_osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ packages_select_by_deps:
- teb-local-planner
- turtlebot3
- turtlebot3-fake
- librealsense2
- realsense2_camera
- realsense2-description

##
# TODO OSX
Expand Down Expand Up @@ -608,7 +611,6 @@ packages_select_by_deps:
# - razor-imu-9dof
# - rc-common-msgs
# - rc-visard-description
# - realsense2-description
# - remote-rosbag-record
# - rgbd-launch
# - robot-calibration-msgs
Expand Down Expand Up @@ -730,7 +732,6 @@ packages_select_by_deps:
# - rosserial-python
# - rosserial-msgs
# - rviz
# - realsense2_camera
# - tf2_web_republisher
# - franka_ros
# - franka_example_controllers
Expand Down
6 changes: 3 additions & 3 deletions vinca_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ packages_select_by_deps:
- teb-local-planner
- turtlebot3
- turtlebot3-fake
- librealsense2
- realsense2_camera
- realsense2-description

# - pybind11_catkin # need to be unvendored

Expand All @@ -87,9 +90,6 @@ packages_select_by_deps:
# - drone-wrapper
# - perception_pcl
# - velodyne_pcl
# - realsense2_camera
# - realsense2-description
# - librealsense2

# Need to build in own stage
# - fcl
Expand Down

0 comments on commit 38bc184

Please sign in to comment.