UOA-FSAE / autonomous

The repo for the autonomus car fsae for the University of Auckland and all the basic building blocks it has
https://www.fsae.co.nz/
MIT License
4 stars 0 forks source link

[✨FEAT✨]: localisation #28

Open Jack17432 opened 1 year ago

Jack17432 commented 1 year ago

Is there an existing enhancement request for this?

Description

Slam algo

Additional Information

No response

jchu634 commented 1 year ago

Plan

  1. Try integrate existing SLAM Solution

    • Existing solution: https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_visual_slam
    • Works with ROS2, compatible with ZED cameras
    • Criteria for successful integration:
      • Performant: the solution must be performant enough to handle driving
    • Inputs
      • ZED Left camera data
      • ZED Right camera data
      • ZED IMU Data
    • Outputs
      • Odometry
      • Current pose
      • Trail of poses (SLAM)
      • Trail of poses (Visual Odometry)
    • Actions
      • Save map
      • load map and localise
  2. Test solution with test data

  3. Test solution on real-world scenario

Planned Architecture

image