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

What is the good way to retrieve firmware version on ROS?

asked 2016-07-28 06:25:37 -0500

dbaba gravatar image

I'm now developing firmware for my board connecting to my ROS linux boxes. Sometimes I'd like to know which board is connected to the current ROS linux box and what the firmware version is, from ROS node if possible.

I can create my own custom node for publishing the versions but I think ROS should have a node publishing system/device/machine information because they're required for software/firmware update and self-monitoring.

Or is that out of ROS scope? Linux OS should cover it? (therefore, I need to create a systemd service for instance)

Since I'm new to ROS, any good alternate ideas are welcome.

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-07-28 06:56:28 -0500

dornhege gravatar image

I'm not aware of a general ROS node that does this. It also seems not clearly defined, what exactly this information would contain. Depending who is needing what information this is usually also quite straight-forward with standard tools (if not required by some node in the ROS system)

edit flag offensive delete link more

Comments

Thanks! Your comment is very helpful for me. I'll start from a simple script for now and create a node if necessary.

dbaba gravatar image dbaba  ( 2016-07-28 17:39:55 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-07-28 06:25:37 -0500

Seen: 168 times

Last updated: Jul 28 '16