JaiaBot 2.0.0
JaiaBot micro-AUV software
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
blue_robotics__bar30.proto
Go to the documentation of this file.
1syntax = "proto2";
2
3package jaiabot.sensor.protobuf;
4
5message BlueRoboticsBar30
6{
7 optional double pressure = 1; // mbar
8 optional double temperature = 2; // degC
9}