Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_bno055_imu_bringup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
ros
sensors
imu
iri_bno055_imu_bringup
Commits
218bb83b
Commit
218bb83b
authored
4 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Added a new configuration file for the ndof operation mode.
parent
005bb575
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/bno055_default_config.yaml
+3
-3
3 additions, 3 deletions
config/bno055_default_config.yaml
config/bno055_ndof_config.yaml
+78
-0
78 additions, 0 deletions
config/bno055_ndof_config.yaml
with
81 additions
and
3 deletions
config/bno055_default_config.yaml
+
3
−
3
View file @
218bb83b
update_rate
:
100
serial_device
:
'
/dev/ttyUSB
1
'
tf_prefix
:
'
/
'
frame_id
:
'
imu'
serial_device
:
'
/dev/ttyUSB
2
'
tf_prefix
:
'
'
frame_id
:
'
imu
_bno055
'
# 1 -> "Only enable the accelerometer"
# 2 -> "Only enable the magnetometer"
# 3 -> "Only enable the gyroscope"
...
...
This diff is collapsed.
Click to expand it.
config/bno055_ndof_config.yaml
0 → 100644
+
78
−
0
View file @
218bb83b
update_rate
:
100
serial_device
:
'
/dev/ttyUSB2'
tf_prefix
:
'
'
frame_id
:
'
imu_bno055'
# 1 -> "Only enable the accelerometer"
# 2 -> "Only enable the magnetometer"
# 3 -> "Only enable the gyroscope"
# 4 -> "Enable both accelerometer and magnetometer"
# 5 -> "Enable both accelerometer and gyroscope"
# 6 -> "Enable both magnetometer and gyroscope"
# 7 -> "Enable all sensors"
# 8 -> "IMU"
# 9 -> "Compass"
# 10 -> "M4G"
# 11 -> "ndof off"
# 12 -> "ndof"
mode
:
12
# 0 -> "+/- 2G"
# 1 -> "+/- 4G"
# 2 -> "+/- 8G"
# 3 -> "+/- 16G"
accel_range
:
1
# 0 -> "7.81Hz"
# 4 -> "15.63Hz"
# 8 -> "32.25H"
# 12 -> "62.5Hz"
# 16 -> "125Hz"
# 20 -> "250Hz"
# 24 -> "500Hz"
# 28 -> "1000Hz"
accel_bandwidth
:
12
# 0 -> "Normal"
# 32 -> "Suspend"
# 64 -> "Low power 1"
# 96 -> "Stand by"
# 128 -> "Low power 2"
# 160 -> "Seep suspend"
accel_pwr_mode
:
0
# 0 -> "+/- 2000 dps"
# 1 -> "+/- 1000 dps"
# 2 -> "+/- 500 dps"
# 3 -> "+/- 250 dps"
# 4 -> "+/- 125 dps"
gyro_range
:
0
# 0 -> "523Hz"
# 8 -> "230Hz"
# 16 -> "116Hz"
# 24 -> "47Hz"
# 32 -> "23Hz"
# 40 -> "12Hz"
# 48 -> "64Hz"
# 56 -> "32Hz"
gyro_bandwidth
:
56
# 0 -> "Normal"
# 1 -> "Fast power up"
# 2 -> "Deep suspend"
# 3 -> "Suspend"
# 4 -> "Advanced power save"
gyro_pwr_mode
:
0
# 0 -> "2 Hz"
# 1 -> "6 Hz"
# 2 -> "8 Hz"
# 3 -> "10 Hz"
# 4 -> "15 Hz"
# 5 -> "20 Hz"
# 6 -> "25 Hz"
# 7 -> "30 Hz"
mag_rate
:
3
# 0 -> "Low power"
# 8 -> "Regular"
# 16 -> "Enhanced regular"
# 24 -> "High accuracy"
mag_op_mode
:
1
# 0 -> "Normal"
# 32 -> "Sleep"
# 64 -> "Suspend"
# 96 -> "Force mode"
mag_pwr_mode
:
0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment