Skip to content

jeffreyttc/opencv_ros2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencv_ros2

OpenCV Applications with ROS2

Environment

Applications

  • sub
  • take_photo
  • face_detection
  • camshift
  • qrcode_detector

Camera

Webcam

  • ros2 run usb_cam usb_cam_node_exe
  • /image_raw
  • ros2 launch usb_cam demo_launch.py
  • ros2 run rqt_image_view rqt_image_view

Orbbec Astra

  • ros2 run astra_camera astra_camera_node
  • /image /depth
  • ros2 run image_tools showimage --ros-args --remap image:=/image -p reliability:=best_effort

Execution

  • ros2 run opencv_ros2 face_detection

About

OpenCV Applications with ROS2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages