-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Autonomy] Develop EKF Localization Algorithm #10
Labels
Comments
alexbarnett12
added a commit
that referenced
this issue
Feb 1, 2019
alexbarnett12
added a commit
that referenced
this issue
Feb 1, 2019
SwapnilPande
added a commit
that referenced
this issue
Feb 1, 2019
alexbarnett12
added a commit
that referenced
this issue
Feb 2, 2019
alexbarnett12
added a commit
that referenced
this issue
Feb 2, 2019
We have built the ROS node with the EKF. We need to run unit tests. @partlygloudy we'll need your help determining the best way to run unit tests for the ROS node. |
Awesome, we've got a working aruco localization ROS node as well so we can definitely do some testing early this week |
alexbarnett12
added a commit
that referenced
this issue
Feb 6, 2019
alexbarnett12
added a commit
that referenced
this issue
Feb 6, 2019
partlygloudy
pushed a commit
that referenced
this issue
Feb 6, 2019
partlygloudy
pushed a commit
that referenced
this issue
Feb 6, 2019
partlygloudy
pushed a commit
that referenced
this issue
Feb 16, 2019
alexbarnett12
added a commit
that referenced
this issue
Feb 16, 2019
alexbarnett12
added a commit
that referenced
this issue
Feb 27, 2019
alexbarnett12
added a commit
that referenced
this issue
Feb 27, 2019
alexbarnett12
added a commit
that referenced
this issue
Feb 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which section of robot code is this for?
SLAM
Description of feature
Additional Notes
This is the first step required for localization. Before attempting to build a full SLAM algorithm including sensor fusion and localization relative to obstacles on the field, we want a simple localization algorithm based only on the AruCo marker input. After this is completed, we can continue to augment this system by adding more sensors and building out a full EKF SLAM algorithm.
The text was updated successfully, but these errors were encountered: