ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Do you specifically need the RadarMsg? Why not create a custom message for your needs? You can follow the official tutorial from ROS.

In your case you can define myRadarScan.msg

Header header
int32
float32 distance
float32 velocity
float32 zimuth
float32 elevation