GitHub - PJarbas/slam-python: SLAM and LIDAR simulation based in algobotics slam - series · GitHub
Skip to content

Latest commit

 

History

18 Commits

Folders and files

Repository files navigation

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:

   $ python main.py

scan

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:

   $ python main.py

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

scan

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

About

SLAM and LIDAR simulation based in algobotics slam - series

Topics

Resources

Stars

9 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages