Skip to content

一个使用Qt开发的仿真环境,模拟2D平面中小车利用摄像头或者雷达进行建图并且避障

License

Notifications You must be signed in to change notification settings

Immortalqx/Qt-based-LIDAR-mapping-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt-based LIDAR Mapping Simulator

This program demonstrates the whole process of using lidar to construct a map.

Prerequisites

We have tested in Ubuntu 18.04, but it should be easy to compile in other platforms.

QT5

You can install qt4 in Ubuntu by:

sudo apt-get install qt5-default qtcreator

Compile:

qmake Simulation.pro
make

Usage:

you can run this program by:

./Simulation

Keyboard:

  • up_arrow - move forward
  • down_arrow - move backward
  • left_arrow - turn left
  • right_arrow - turn right

Mouse:

  • Right click - remove obstacles
  • Left click - add obstacles

Screenshot

About

一个使用Qt开发的仿真环境,模拟2D平面中小车利用摄像头或者雷达进行建图并且避障

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published