Pr ahrs subscription and hardpoint fix#55
Merged
PonomarevDA merged 10 commits intomainfrom May 13, 2025
Merged
Conversation
Collaborator
Author
|
It works) |
PonomarevDA
approved these changes
May 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Message example
can0 1403E865 [8] 00101101 10110111 00000000 00000000 00000000 00000000 00000000 10000000
can0 1403E865 [8] 00000000 00000000 11101000 01111001 11101000 01111001 11101000 00100000
can0 1403E865 [8] 01111001 11101000 01111001 00000000 11111000 01111001 11111000 00000000
can0 1403E865 [8] 01111001 11111000 01111001 00000000 11101000 01111001 11101000 00100000
can0 1403E865 [4] 01111001 11101000 01111001 01000000
Message transcription from dronecan_gui_tool
Message from 101 to All ts_mono=33500.913631 ts_real=1747077867.764903
timestamp:
usec: 0 # UNKNOWN
orientation_xyzw: [48384.0000, 48384.0000, 48384.0000, 48384.0000]
orientation_covariance: []
angular_velocity: [48896.0000, 48896.0000, 48896.0000]
angular_velocity_covariance: []
linear_acceleration: [48384.0000, 48384.0000, 48384.0000]
linear_acceleration_covariance: []
Solution message
first frame
00101101 10110111 00000000 00000000 00000000 00000000 00000000 1000000001011101 10110111 - Transfer payload CRC
00000000 00000000 00000000 00000000 00000000 // timestamp, start 5 bytes
10000000 // tail, 1 byte
second frame
00000000 00000000 11101000 01111001 11101000 01111001 11101000 0010000000000000 00000000 // timestamp, end 2 bytes
11101000 01111001 11101000 01111001 11101000 // orientation start, 5 bytes
00100000 // tail, 1 byte
third frame
01111001 11101000 01111001 00000000 11111000 01111001 11111000 0000000001111001 11101000 01111001 // orientation end, 3 bytes
0000 // void4, reserved
0000 // covariance len, 4 bits
11111000 01111001 11111000 // angular velocity start, 3 bytes
00000000 // tail, 1 byte
fourth frame
01111001 11111000 01111001 00000000 11101000 01111001 11101000 0010000001111001 11111000 01111001 // angular velocity end, 3 bytes
0000 // void4, reserved
0000 // covariance len, 4 bits
11101000 01111001 11101000 // linear acceleration start, 3 bytes
00100000 // tail, 1 byte
fifth frame
01111001 11101000 01111001 0100000001111001 11101000 01111001 // linear acceleration end, 3 bytes
01000000 // tail, 1 byte