Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions src/bitbots_misc/bitbots_diagnostic/config/analyzers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,9 @@ analyzers:
Servos:
type: diagnostic_aggregator/GenericAnalyzer
path: Servos
startswith: [ 'DS']
timeout: 0.2
find_and_remove_prefix: ['DS']
IMU:
type: diagnostic_aggregator/GenericAnalyzer
path: Imu
startswith: ['IMU']
timeout: 0.5
find_and_remove_prefix: ['IMU']
Bus:
type: diagnostic_aggregator/GenericAnalyzer
path: Bus
startswith: ['BUS']
timeout: 0.5
find_and_remove_prefix: ['BUS']
startswith: ['robot_node: DS']
timeout: 1.0
find_and_remove_prefix: ['robot_node: DS']
System:
type: diagnostic_aggregator/GenericAnalyzer
path: System
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
/bitbots_extrinsic_imu_calibration:
ros__parameters:
offset_x: 0.0
offset_y: 0.0
offset_y: 0.1
offset_z: 0.0
Loading