Skip to content

Commit ca99507

Browse files
authored
Merge pull request #31 from Ar-Ray-code/feat/orbbec
Feat/orbbec
2 parents 70e75ed + 9a8378a commit ca99507

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ sudo pip install vcstool colcon-common-extensions
5151
```bash
5252
wget https://s3.ap-northeast-1.wasabisys.com/download-raw/dpkg/ros2-desktop/debian/bookworm/ros-jazzy-desktop-0.3.2_20240525_arm64.deb
5353
sudo apt install ./ros-jazzy-desktop-0.3.2_20240525_arm64.deb
54+
pip install --break-system-packages empy==3.3.4
5455
sudo pip install --break-system-packages vcstool colcon-common-extensions
5556
```
5657

install-list/orbbec.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
libgflags-dev
2+
nlohmann-json3-dev
3+
libdw-dev

repos/orbbec.repos

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
repositories:
2+
ros-perception/image_common:
3+
type: git
4+
url: https://github.com/ros-perception/image_common.git
5+
version: jazzy
6+
vision_opencv:
7+
type: git
8+
url: https://github.com/ros-perception/vision_opencv.git
9+
version: 4.1.0
10+
orbbec_sdk_ros2:
11+
type: git
12+
url: https://github.com/orbbec/OrbbecSDK_ROS2.git
13+
version: v2-main
14+
diagnostics:
15+
type: git
16+
url: https://github.com/ros/diagnostics.git
17+
version: ros2-jazzy
18+
backward_ros:
19+
type: git
20+
url: https://github.com/pal-robotics/backward_ros.git
21+
version: foxy-devel
22+
ros-perception/image_pipeline:
23+
type: git
24+
url: https://github.com/ros-perception/image_pipeline.git
25+
version: jazzy

0 commit comments

Comments
 (0)