8000 GitHub - YwyThunde/MARSIM: MARSIM: A light-weight point-realistic simulator for LiDAR-based UAVs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

YwyThunde/MARSIM

 
 

Repository files navigation

MARSIM

MARSIM: A light-weight point-realistic simulator for LiDAR-based UAVs

Paper is available on Arxiv: https://arxiv.org/abs/2211.10716

The video is available on youtube: https://youtu.be/hiRtcq-5lN0

Prerequisited

Ubuntu and ROS

Ubuntu 16.04~20.04. ROS Installation.

PCL && Eigen && glfw3

PCL>=1.6, Follow PCL Installation.

Eigen>=3.3.4, Follow Eigen Installation.

glfw3:

sudo apt-get install libglfw3-dev

make

mkdir -p marsim_ws/src
cd marsim_ws/src
git clone git@github.com:hku-mars/MARSIM.git
cd ..
catkin_make

run the simulation

source devel/setup.bash
roslaunch test_interface single_drone_avia.launch

Click on 3Dgoal tool on the rviz, you can give the UAV a position command to control its flight.

For now, we provide several launch files for users, which can be found in test_interface/launch folder.

You can change the parameter in launch files to change the map and LiDAR to be simulated.

Acknowledgments

Thanks for FUEL

Future

More realistic maps and functions are going to be released soon.

About

MARSIM: A light-weight point-realistic simulator for LiDAR-based UAVs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.9%
  • C 33.0%
  • Makefile 6.0%
  • Python 5.5%
  • CMake 3.3%
  • Shell 1.3%
0