Skip to content

Commit aa5ca17

Browse files
authored
Update README.md
1 parent 29c75f8 commit aa5ca17

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A collection of trajectory planning algorithms for mobile robots. I developed th
55
## Requirements
66
- Matlab
77
- Peter Corke's Robotics, Vision and Control toolbox
8-
- CoppeliaSim simulator (earlier known as V-REP)
8+
- [CoppeliaSim simulator](https://coppeliarobotics.com/) (earlier known as V-REP)
99
- Matlab bindings for CoppeliaSim
1010

1111
## Overview
@@ -14,9 +14,6 @@ The mobile robot used in these projects is a ```KUKA youBot```. It is controlled
1414

1515
Inputs to the MATLAB program consist of the position and orientation of the robot and data from the LIDAR sensor. Outputs from the program controls the linear and angular velocities of the simulated robot base wheels to perform a specified task. A Finite State Machine (FSM) manages the sequence of robot behaviours, e.g. initial, moving forward, stopping, moving backward.
1616

17-
<!-- - Project 1 : Trajectory generation -->
18-
<!-- - Project 2 : Wall following and Bug2 algorithms using LIDAR data -->
19-
<!-- - Project 3 : Robot localization using particle filter, implementation of wavefront planner -->
2017

2118
## Project 1
2219

@@ -40,24 +37,18 @@ The mobile robot used in these projects is a ```KUKA youBot```. It is controlled
4037

4138
Inputs to the MATLAB program consist of the position and orientation of the robot and data from the LIDAR sensor. Outputs from the program controls the linear and angular velocities of the simulated robot base wheels to perform a specified task. A Finite State Machine (FSM) manages the sequence of robot behaviours, e.g. initial, moving forward, stopping, moving backward.
4239

43-
<!-- - Project 1 : Trajectory generation -->
44-
<!-- - Project 2 : Wall following and Bug2 algorithms using LIDAR data -->
45-
<!-- - Project 3 : Robot localization using particle filter, implementation of wavefront planner -->
46-
4740
## Project 1
4841

4942
- Straight-line trajectory generation
50-
- Moving along a circle trajectory with constant orientation
43+
- Moving along a circular trajectory with constant orientation
5144

5245
The robot motion is generated by using proportional regulators with limited output.
5346

5447
![pic1](https://github.com/d-misra/Motion-planning-for-mobile-robots/blob/master/images/demo1.png)
5548

5649
### Demos
5750

58-
The following links can be clicked to view directly the implementation.
59-
60-
51+
<iframe width="560" height="315" src="https://www.youtube.com/embed/2hio_rtz3Eo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
6152

6253

6354
## Acknowledgments

0 commit comments

Comments
 (0)