Skip to content

Roadmap

aslyansky-m edited this page Jan 5, 2019 · 42 revisions

Currently working on bold

System

  • define ROS node topology
  • add documentation

Simulator

  • eufs_sim - gazebo simulator
    • compiled
    • bugfix - no car
  • AirSim - Microsoft's framework
    • test on linux
    • add lidar, see here
    • add IMU, see here
    • integrate with ROS, see here

Hardware

  • camera
  • LIDAR
  • Nvidia Jetson setup
  • capture with rosbag
  • install and run on the car
  • capture demo content
  • capture real content
  • Nvidia Drive PX2 setup
  • after meeting with Nvidia decided to use Jetson AGX Xavier
  • Nvidia Jetson Xavier setup
  • install and run on the car
  • TODO: update regarding the electric car

Visual SLAM

  • test orbslam 2
    • discarded as not robust enough
  • test orbslam_dwo
    • discarded since no RT branch available, also slower than original orbslam
  • test rovio
    • works OK on servo data
  • test servo on provided data
    • fix bugs
    • compile
    • test ROS node on provided data - works fine
  • continue working with servo
    • integrate to the main system
    • test on our data
  • add to the main ROS system
  • test cone detection
  • integrate cone detection
  • add to the main system
  • performance optimization
  • publish points and poses to ROS

LIDAR SLAM

Model Predictive Control

  • explore different options:
    • MPCC Model Predictive Contouring Controller (MPCC) for Autonomous Racing
    • MPPI Model Predictive Path Integral Controller (MPPI)
  • start working on simulator
Clone this wiki locally