mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
drivers: add PCF8583 RPM sensor (#14018)
This commit is contained in:
@@ -97,6 +97,7 @@ set(msg_files
|
||||
power_button_state.msg
|
||||
power_monitor.msg
|
||||
pwm_input.msg
|
||||
rpm.msg
|
||||
qshell_req.msg
|
||||
qshell_retval.msg
|
||||
radio_status.msg
|
||||
|
||||
7
msg/rpm.msg
Normal file
7
msg/rpm.msg
Normal file
@@ -0,0 +1,7 @@
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
float32 indicated_frequency_hz # indicated rotor Frequency in Hz
|
||||
float32 estimated_accurancy_hz # estimated accurancy in Hz
|
||||
float32 indicated_frequency_rpm # indicated rotor Frequency in Revolution per minute
|
||||
float32 estimated_accurancy_rpm # estimated accurancy in Revolution per minute
|
||||
|
||||
@@ -281,6 +281,8 @@ rtps:
|
||||
id: 125
|
||||
- msg: logger_status
|
||||
id: 126
|
||||
- msg: rpm
|
||||
id: 127
|
||||
########## multi topics: begin ##########
|
||||
- msg: actuator_controls_0
|
||||
id: 150
|
||||
|
||||
Reference in New Issue
Block a user