Skip to content

Assignments solved in the course Robotics: Path Planning and Navigation course by Dr. Madhav Krishna in Spring 2021.

Notifications You must be signed in to change notification settings

ShashwatNigam99/Robotics-Planning-Navigation-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robotics Planning Navigation Algorithms

Assignments solved in the course Robotics: Path Planning and Navigation course by Dr. Madhav Krishna in Spring 2021.

RRT : Rapidly-exploring Random Tree

Problem statement

  • Implement the RRT path planning algorithm for a robot. The robot is to navigate a two dimensional space, avoiding known locations with obstacles, traveling from its initial location to a goal location. Given localization information (robot’s initial position, obstacle location, goal location), the task is to implement a path planning decision maker to drive the robot from its initial position to the desired location.
  • Specifically, the problem can be formed as follows: Consider a 2D grid instantiated with different kinds of obstacles (for instance, geometrical shapes like Rectangles, Circles, Triangles or a combination of any of the above 2/3). Assign a start and end point on this grid.
  • Implement the RRT algorithm for two cases, (1) Holonomic Robot and (2) Non-Holonomic Robot.

Outputs

holo-output holo-wheel-output non-holo-output non-holo-wheel-output


Model Predictive Control Planner

Problem statement

  • Implement a discrete MPC planner for omni-wheel robot. Implement the MPC algorithm for a two cases (i) With Obstacles (ii) Without Obstacles. Use solvers like cvxopt in python or any other equivalent in Matlab.

Screenshot from 2021-05-02 01-18-39

Problem formulation as an optimization

Screenshot from 2021-05-02 01-24-02

Output

Screenshot from 2021-05-02 01-50-42 Screenshot from 2021-05-02 01-50-51 Screenshot from 2021-05-02 01-51-01


Velocity Obstacle formulation for collision avoidance

Problem statement

  • Use velocity obstacle/ collision cone formulation to perform goal reaching obstacle avoidance.
  • Consider the following situation for the above: A single agent is supposed to reach its goal while avoiding multiple moving obstacles.
  • Consider using a cost function in order to arrive at the optimal velocity such that the agent reaches the goal while avoiding the obstacles. Select your preferred method for solving it: (a)Optimization (b) Sampling. Do the above for a Holonomic robot.

Problem formulation

vocc

Outputs

output-1 output-2 output-3

About

Assignments solved in the course Robotics: Path Planning and Navigation course by Dr. Madhav Krishna in Spring 2021.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published