Skip to content

SLAM and LIDAR simulation based in algobotics slam - series

Notifications You must be signed in to change notification settings

PJarbas/slam-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages