Skip to content

Commit 5a8f8a2

Browse files
authored
Merge pull request #102 from JafarAbdi/orbbec
Add OrbbecSDK ROS2 wrapper
2 parents 78b3ee3 + 397eadb commit 5a8f8a2

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

rosdistro_additional_recipes.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,17 @@ moveit2_tutorials:
7171
rev: 27b5ed0232cd08de9631d26e823dccc6e8766513
7272
url: https://github.com/moveit/moveit2_tutorials.git
7373
version: 0.1.0
74+
75+
# TODO: Remove orbbec_* packages when they are available from ros2-gbp
76+
orbbec_camera:
77+
tag: release/jazzy/orbbec_camera/1.5.13-1
78+
url: https://github.com/JafarAbdi/orbbec-release.git
79+
version: 1.5.13
80+
orbbec_description:
81+
tag: release/jazzy/orbbec_description/1.5.13-1
82+
url: https://github.com/JafarAbdi/orbbec-release.git
83+
version: 1.5.13
84+
orbbec_camera_msgs:
85+
tag: release/jazzy/orbbec_camera_msgs/1.5.13-1
86+
url: https://github.com/JafarAbdi/orbbec-release.git
87+
version: 1.5.13

vinca.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ packages_select_by_deps:
161161
- if: linux
162162
then:
163163
- livox_ros_driver2
164+
- orbbec_camera
164165

165166
# These packages are currently not build on Windows, but they be with some work
166167
- if: not win
@@ -190,6 +191,8 @@ packages_select_by_deps:
190191
# Requested in https://github.com/RoboStack/ros-jazzy/issues/99
191192
# error C2338: static_assert failed: 'the Header struct is not properly packed' error on Windows
192193
- web_video_server
194+
- orbbec_description
195+
- orbbec_camera_msgs
193196

194197
patch_dir: patch
195198
rosdistro_snapshot: rosdistro_snapshot.yaml

0 commit comments

Comments
 (0)