BitsRobocon / AutonomousQuadruped

This repository contains all the code for the autonomous quadruped being developed by the team.
Apache License 2.0
2 stars 0 forks source link

Motion Planning #1

Open ekanshgupta92 opened 3 years ago

ekanshgupta92 commented 3 years ago

The problem statement concerned with Motion Planning is to transverse in an unknown environment and finding feasible paths while avoiding static and dynamic obstacles. So far, we’ve narrowed it down to employing an Artificial Potential Field along with OctoMaps for the process. However, keeping in mind the early stages of development that the project is in, these specifics are subject to change in the future. You can go through the following papers to get familiar with the sub-system and the scope it offers. These papers will also help you understand the various state of the art solutions to the problem: https://drive.google.com/drive/folders/1jd3PdycPLxPBdiX298xeUYnSFO2js7YS?usp=sharing

After this, you can do these courses:

  1. Robotics: Computational Motion Planning, https://www.coursera.org/learn/robotics-motion-planning
  2. Introduction to Self-Driving Cars, https://www.coursera.org/learn/intro-self-driving-cars#syllabus
  3. Motion Planning for Self-Driving Cars, https://www.coursera.org/learn/motion-planning-self-driving-cars#syllabus
  4. The Construct, https://www.youtube.com/channel/UCt6Lag-vv25fTX3e11mVY1Q

Author: @bhavika-g