vanderbiltrobotics / NASA-RMC-2018-2019

ROS Packages for NASA Robotic Mining Competition 2018-2019
MIT License
1 stars 6 forks source link

[Autonomy] Develop EKF Localization Algorithm #10

Open SwapnilPande opened 5 years ago

SwapnilPande commented 5 years ago

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.

alexbarnett12 commented 5 years ago

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.

partlygloudy commented 5 years ago

Awesome, we've got a working aruco localization ROS node as well so we can definitely do some testing early this week