Skip to content

huynhtancuong/raspi5-camera-ros2-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Template for running ROS in Docker

You can modify the Dockerfile Then you can use these commands to buid, run, connect to the container, and finally stop it.

bash docker/build.bash
bash docker/run.bash
bash docker/into.bash
bash docker/stop.bash

When inside the container, you can bringup the camera by using

ros2 run camera_ros camera_node --ros-args -p camera:=0  -p role:=video -p format:=UYVY -p width:=1640 -p height:=1232 -p FrameDurationLimits:="[30000,30000]"

About

A repository for bringing up Raspberry Pi Camera on Ros2 in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors