-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add the correct sense to all lateral axis definitions #3
Comments
Travelling direction (Longitudinal direction) Maxicosi_3_0months Maxicosi_5_9months Bugaboo_5_9months Bugaboo_3_0months Maxicosi_4_0months |
I don't want the "longitudinal" direction. This is for the lateral direction (pitch axis). I need to know what axis on the sensor aligns with the vehicle's pitch axis and which direction is positive (sensor axis points to the right) or negative (sensor axis points to the left). |
--- Lateral direction --- Maxicosi_3_0months Maxicosi_4_0months Maxicosi_5_9months YOYO_0months: Bugaboo_3_0months: Bugaboo_4_0months: Bugaboo_7_9months: Trike_0months (Maxicosi cot)Trike_3months (Melia baby shell) Trike_3months (Melia baby shell) |
You have Trike_3months twice in:
Typo? |
Also |
Also |
Also |
No, it is correct. NOTE: Trike_4 misses the data for the the rear wheel sensor. Please only refer to Trike_5 (Trike_4 is a backup, "better than nothing") |
Lateral direction & orientation 2024-12-17_UrbanA_1_0months 2024-12-18_UrbanA_4_3months |
I've gone through and checked all the orientations to make sure I have them matching what you have written here. It is all detailed in this file: https://github.com/mechmotum/baby-vibration/blob/master/data/sessions.yml I left note with "checked with" pointing to the relevant comments here and then many "TODO" notes pointing out the missing or unsure data. |
Sessions that need axes to be confirmed and input/edited still:
|
If you check off the list in the prior comment, also add a comment to the sessions.yml file of the form "checked: ..." that's how I was logging in that file that I had done a triple check on the axes. |
In https://github.com/mechmotum/baby-vibration/blob/master/data/vehicles.yml each vehicle has the lateral axis of each IMU defined:
The IMUs are oriented on the vehicle such that one of the three body fixed sensor axes are approximately lined up with the horizontal lateral axis of the vehicle. These have to be added for each vehicle. The correct sense of each axis needs to be recorded for the rotation and gravity subtraction to work correctly. If the positive sensor axis is pointing to the right of the vehicle (when facing forward) it should indicated as
x
,y
, orz
. If the positive sense of the sensor axis is pointing to the left of the vehicle, it should be-x
,-y
, or-z
.The text was updated successfully, but these errors were encountered: