-
Notifications
You must be signed in to change notification settings - Fork 0
Dev/imu config #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: ros2-foxy
Are you sure you want to change the base?
Conversation
Spir0u
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| AsyncDataOutputType: 0 # VNOFF | ||
| # Async output Frequency (Hz) | ||
| # Not sure why this has to be 1Hz to make it work. Very strange. | ||
| AsyncDataOutputFrequency: 20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this works comment does not make sense :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be 200 as we want to receive the data at 200Hz
| # | ||
| # python code: convert to hex via: hex(int("0001000000001", 2)) -> 0x201 | ||
| # | ||
| commonField: 0x7FFF # cannot request all fields at full frequency |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is everything needed and you know what is "full frequency"? Don't know those parameters from ROS1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say we only need bit 0, 3 or 4 (preferred), 5 and --> 0x31
could you try this?
Spir0u
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try this for 200Hz output frequency: https://github.com/TimonMathis/vectornav/pull/1/files#r1506088631
IMU Configuration
First iteration of a 200Hz Config of the VN-100 IMU
Open Questions