-
Notifications
You must be signed in to change notification settings - Fork 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
Fix/yaw calibration ai #102
base: development
Are you sure you want to change the base?
Commits on Feb 7, 2024
-
Checking if the yaw calibration (with IMU and Vision) is done, if not…
… the robot will be in halt, leaving enough time for the robot to do the yaw calibration
Configuration menu - View commit details
-
Copy full SHA for ff6dda0 - Browse repository at this point
Copy the full SHA ff6dda0View commit details -
Uncomment this part if you want to check the yaw calibration (IMU and…
… Vision), if no Calibration was done, the wheel will sstop and yaw will be re-calibrated again
Configuration menu - View commit details
-
Copy full SHA for 3adcf38 - Browse repository at this point
Copy the full SHA 3adcf38View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1cab757 - Browse repository at this point
Copy the full SHA 1cab757View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd89f2 - Browse repository at this point
Copy the full SHA bcd89f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 213b519 - Browse repository at this point
Copy the full SHA 213b519View commit details
Commits on Mar 28, 2024
-
yaw calibration happens in state Estimation Update, wheels stop for 5…
… seconds to check calibration with Vision
Configuration menu - View commit details
-
Copy full SHA for e24b048 - Browse repository at this point
Copy the full SHA e24b048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4831c1f - Browse repository at this point
Copy the full SHA 4831c1fView commit details -
No need for the counter because within yaw calibration, we already ch…
…ecked whethere Vision is available, if not we just continue the code
Configuration menu - View commit details
-
Copy full SHA for eb0b249 - Browse repository at this point
Copy the full SHA eb0b249View commit details
Commits on Apr 2, 2024
-
Fixing the yaw calibration (state Estimation Update needs to happen o…
…utside of the if-loop, if not state Estimation is not only called once (and not at every timesteps))
Configuration menu - View commit details
-
Copy full SHA for 6fb0528 - Browse repository at this point
Copy the full SHA 6fb0528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd10e1 - Browse repository at this point
Copy the full SHA 6cd10e1View commit details