cvra / robot-software

CVRA monorepo - All software running on our bots lives here
MIT License
43 stars 21 forks source link

Actuator board: Basic readout functionality #266

Closed antoinealb closed 4 years ago

antoinealb commented 4 years ago

This pull requests implements some basic readout of the board's analog input (for testing), as well as the status of the pressure sensors.

It currently reports if the pressure sensor has any faults through the NodeStatus message. I guess next step would be to actually publish a pressure, but for that I would need a physical board.

not tested, as hardware has not arrived yet.