djsamseng / rosstess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROS

source /opt/ros/galactic/setup.bash
export ROS_DOMAIN_ID=9

Webcam

ros2 run image_tools showimage
python3 showimage.py # Alternatively
v4l2-ctl -d /dev/video0 --list-formats-ext # get sizes
ros2 run image_tools cam2image --ros-args -p width:=640 -p height:=360 -p device_id:=0

Audio

python3 respeaker.py --publish
python3 respeaker.py

About


Languages

Language:Python 100.0%