Skip to content

Commit 2ffca74

Browse files
committed
add hall sensor uORB message
1 parent 080e04b commit 2ffca74

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

msg/sensor_hall.msg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
uint64 timestamp # time since system start (microseconds)
2+
3+
int8 instance # sensor instance
4+
5+
float32 mag_t # magnetic field measurement in Tesla
6+
7+
float32 temp_c # temperature measurement in deg C

0 commit comments

Comments
 (0)