Skip to content

Commit

Permalink
add magnetometer, barometer and imu
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Mar 21, 2023
1 parent 562f99a commit 097327b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ds015/service/barometer/_.0.1.dsdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# A generic barometer service.

# PUBLISHED SUBJECT NAME SUBJECT TYPE
# static_pressure uavcan.si.unit.pressure.Scalar
# static_temperature uavcan.si.unit.temperature.Scalar

@extent 0 # This type is not intended for runtime use.
7 changes: 7 additions & 0 deletions ds015/service/imu/_.0.1.dsdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# A generic Inertial measurement unit service.

# PUBLISHED SUBJECT NAME SUBJECT TYPE
# gyroscope uavcan.si.unit.angular_velocity.Vector3
# accelerometer uavcan.si.unit.acceleration.Vector3

@extent 0 # This type is not intended for runtime use.
6 changes: 6 additions & 0 deletions ds015/service/magnetometer/_.0.1.dsdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# A generic magnetometer sensor device, in body frame.

# PUBLISHED SUBJECT NAME SUBJECT TYPE
# magnetic_field uavcan.si.unit.magnetic_field_strength.Vector3

@extent 0 # This type is not intended for runtime use.

0 comments on commit 097327b

Please sign in to comment.