Giter VIP home page Giter VIP logo

marsim's Introduction

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 and 【MARSIM: 轻量化雷达无人机仿真器】 https://www.bilibili.com/video/BV1M84y117KG

video

Update

Ubuntu 20.04 is also supported in ubuntu20 branch.

Ten realistic maps (low and high resolution) have been realeased in the realease packages.

A new branch that merge with FUEL has been released in the fuel_ubuntu20 branch.

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 libglew-dev

Make

mkdir -p marsim_ws/src
cd marsim_ws/src
git clone [email protected]:hku-mars/MARSIM.git
cd ..
catkin_make

Run single drone 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. The maps have been uploaded to the realease files in this repository.

    <arg name="map_name" value="$(find map_generator)/resource/small_forest01cutoff.pcd"/>

If you want to use the GPU version of MARSIM, please set the parameter "use_gpu" to true.

Run single drone simulation with dynamic obstacles

source devel/setup.bash
roslaunch test_interface single_drone_mid360_dynobs.launch

Run multiple drones simulation

source devel/setup.bash
roslaunch test_interface triple_drone_mid360.launch

Run the simulation with FUEL algorithm

You should first change the branch to fuel_ubuntu20 branch. If you are using ubuntu 20.04, you should first download Nlopt and make install it in your environment. Then you can run the simulation by the command below:

source devel/setup.bash
roslaunch exploration_manager exploration.launch

Then click on 2Dgoal tool on the Rviz, randomly click on the map, and FUEL would automously run.

Acknowledgments

Thanks for FUEL

Future

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

marsim's People

Contributors

jackykongfz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.