update: oakd

This commit is contained in:
Björn Ellensohn 2023-09-18 12:02:15 +02:00
parent ecb1cc0b76
commit e3b6e32489
3 changed files with 23 additions and 3 deletions

View File

@ -382,4 +382,19 @@ services:
environment: environment:
- ROS_DOMAIN_ID=5 - ROS_DOMAIN_ID=5
- RMW_IMPLEMENTATION=rmw_cyclonedds_cpp - RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
- ROS_MASTER_URI=http://localhost:11311 # is configured to run roscore on the robot but could change to local ros1 machine here - ROS_MASTER_URI=http://localhost:11311 # is configured to run roscore on the robot but could change to local ros1 machine here
# ROS2 oak-d-lite camera
oakd:
extends: overlay
command: >
ros2 launch depthai_examples stereo.launch.py
stdin_open: true
tty: true
# Networking and IPC for ROS 2
#network_mode: host
ipc: host
environment:
- ROS_DOMAIN_ID=5
- RMW_IMPLEMENTATION=rmw_cyclonedds_cpp

View File

@ -85,7 +85,7 @@ RUN vcs import < overlay.repos
WORKDIR /overlay_ws WORKDIR /overlay_ws
RUN echo "update overlay 22.08.2023" RUN echo "update overlay 18.09.2023"
RUN source /rmp_ws/install/setup.bash \ RUN source /rmp_ws/install/setup.bash \
&& apt-get update \ && apt-get update \

View File

@ -13,4 +13,9 @@ repositories:
ros2-exploration: ros2-exploration:
type: git type: git
url: https://github.com/robo-friends/m-explore-ros2.git url: https://github.com/robo-friends/m-explore-ros2.git
version: feature/slam_toolbox_compat version: feature/slam_toolbox_compat
oak-d-lite:
type: git
url: https://github.com/luxonis/depthai-ros
version: humble