Skip to content

mhwasil/sensor_data_transport_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package is a wrapper for transporting sensor data such as pointcloud, images (color and depth). This package implements realsense_camera_wrapper which is independent of ROS for getting sensor data.
The zmq communication is based on zmq_pointcloud_transport. The sensor data can be transported with different methods:

  • ROS
    • Topic
    • Service
  • zmq
    • Publisher-subscriber
    • Server-client