Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pjarbas/slam-python

SLAM and LIDAR simulation based in algobotics slam - series
https://github.com/pjarbas/slam-python

lidar lidar-slam python robotics slam

Last synced: about 2 months ago
JSON representation

SLAM and LIDAR simulation based in algobotics slam - series

Awesome Lists containing this project

README

        

### SLAM and LIDAR Simulation

Ensure that your **python** version is >= 3.7

### Robot obstacle avoidance

```
.
├── obstacle-avoidance-simulation
| ├── main.py
| ├── robot.py
| ├── ultrasonic.py
| └── graphics.py
```

To run the robot simulation, type the following command in the `obstacle-avoidance-simulation/` directory:

```bash
$ python main.py
```

![scan](obstacle-avoidance-simulation/robot-simulation.gif)

### Lidar Simulation

```
.
├── lidar-sensor-simulation
| ├── env.py
| ├── sensors.py
| └── main.py
```

To run the lidar sensor simulation, type the following command in the `lidar-sensor-simulation/` directory:

```bash
$ python main.py
```

The output will be a screen where you can move the mouse simulating a lidar sensor

![scan](lidar-sensor-simulation/scan.jpg)

Source: https://www.youtube.com/watch?v=pmmUi6DasoM