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

The parameters of the sensor itself

asked 2016-10-17 21:03:40 -0500

t_zhehang gravatar image

updated 2016-10-17 21:04:41 -0500

Hello.

Is there any way to get the parameters of the sensor itself, such as vendor,resolution,power,etc.

Thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-10-18 05:49:26 -0500

mjcarroll gravatar image

In general, unless the driver writer has chosen to expose this information, vendor and power won't be available. If it is available, it tends to be in a diagnostics message. For instance, in the Hokuyo driver urg_node here is where the information is populated: populateDiagnosticsStatus

Depending on the type sensor, resolution is available either in the sensor_msgs/CameraInfo or sensor_msgs/LaserScan

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2016-10-17 21:03:40 -0500

Seen: 116 times

Last updated: Oct 18 '16