Skip to main content
This information lists all the APIs you can use on the Qualcomm Linux platforms.

Platform APIs

RPLIDAR-ROS2

ROS topicMessage typePublished/Subscribed byDescription
/scansensor_msgs::msg::LaserScanPublished by rplidar-ros2.The /scan topic publishes the laser scan data from the RPLIDAR.

QRB-ROS-system-monitor

ROS topicMessage typePublished/Subscribed byDescription
/cpuqrb_ros_system_monitor::CpuMonitorPublished by CpuMonitor.Publishes the CPU loading information.
/memoryqrb_ros_system_monitor::MemoryMonitorPublished by MemoryMonitor.Publishes the memory usage information.
/diskqrb_ros_system_monitor::DiskMonitorPublished by DiskMonitor.Publishes the disk space information.
/swapqrb_ros_system_monitor::SwapMonitorPublished by SwapMonitor.Publishes the swap space information.
/temperatureqrb_ros_system_monitor::TemperatureMonitorPublished by TemperatureMonitor.Publishes the CPU temperature.
/batteryqrb_ros_system_monitor::BatteryMonitorPublished by BatteryMonitor.Publishes the battery information.
/system_info_serverqrb_ros_system_monitor::SystemInfoServerPublished by SystemInfoServer.Publishes static system information, such as CPU count.

OCR_service

ROS topicMessage typePublished/Subscribed byDescription
/image_topic_name<sensor_msgs.msg.Image>Subscribes to images from other nodes.The image received for processing.
/ocr_image_topic_name<std_msgs.msg.String>Published by ocr-rosnode.Publishes the OCR result.

Orbbec-camera

ROS topicMessage typePublished/Subscribed byDescription
/camera/color/camera_infosensor_msgs::msg::CameraInfoPublished by orbbec-camera.Publishes the color camera information.
/camera/color/image_rawsensor_msgs::msg::ImagePublished by orbbec-camera.Publishes the color image.
/camera/depth/camera_infosensor_msgs::msg::CameraInfoPublished by orbbec-camera.Publishes the depth camera information.
/camera/depth/image_rawsensor_msgs::msg::ImagePublished by orbbec-camera.Publishes the depth image.
/camera/depth/pointsPointCloud2Published by orbbec-camera.Publishes the depth point cloud.
/camera/gyro_accel/samplesensor_msgs::msg::ImuPublished by orbbec-camera.Publishes the gyroscope and accelerometer data.

QRB_ROS_NN_inference

ROS topicMessage typePublished/Subscribed byDescription
/qrb_inference_input_tensorqrb_ros_tensor_list_msgs::msg::TensorListSubscribed by qrb_ros_nn_inference.Subscribes to the input tensor for model inference.
/qrb_inference_output_tensorqrb_ros_tensor_list_msgs::msg::TensorListPublished by qrb_ros_nn_inference.Publishes the output tensor of model.