File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ # A generic barometer service.
2
+
3
+ # PUBLISHED SUBJECT NAME SUBJECT TYPE
4
+ # static_pressure uavcan.si.unit.pressure.Scalar
5
+ # static_temperature uavcan.si.unit.temperature.Scalar
6
+
7
+ @extent 0 # This type is not intended for runtime use.
Original file line number Diff line number Diff line change
1
+ # A generic Inertial measurement unit service.
2
+
3
+ # PUBLISHED SUBJECT NAME SUBJECT TYPE
4
+ # gyroscope uavcan.si.unit.angular_velocity.Vector3
5
+ # accelerometer uavcan.si.unit.acceleration.Vector3
6
+
7
+ @extent 0 # This type is not intended for runtime use.
Original file line number Diff line number Diff line change
1
+ # A generic magnetometer sensor device, in body frame.
2
+
3
+ # PUBLISHED SUBJECT NAME SUBJECT TYPE
4
+ # magnetic_field uavcan.si.unit.magnetic_field_strength.Vector3
5
+
6
+ @extent 0 # This type is not intended for runtime use.
You can’t perform that action at this time.
0 commit comments