JaiaBot 2.1.1
JaiaBot micro-AUV software
 
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}