集群式无人机仿真环境和数据集

仿真环境和数据集

Quick Start

Compiling tests passed on 20.04 with ros installed. You can just execute the following commands one by one.

# Download the Simulator and run it
wget https://cloud.tsinghua.edu.cn/library/34e91522-1117-4021-874f-d40083dc90e0/Simulator/UAV_Bear_Simulator.zip
uzip UAV_Bear_Simulator.zip
cd ./UAV_Bear_Simulator
mkdir ~/Documents/AirSim
cp settings.json ~/Documents/AirSim
./Landscape.sh
# Play UAV using a keyboard
sudo apt-get install ros-noetic-desktop-full
sudo apt-get install ros-noetic-geographic-msgs, ros-noetic-tf2-geometry-msgs, ros-noetic-tf2-sensor-msgs, ros-noetic-image-transport
sudo apt-get install python3-catkin-tools
https://cloud.tsinghua.edu.cn/library/34e91522-1117-4021-874f-d40083dc90e0/Simulator/UAV_Bear_Alg.zip
uzip UAV_Bear_Alg.zip
cd UAV_Bear_Alg
catkin_make -DPYTHON_EXECUTABLE=/usr/bin/python3
source devel/setup.bash
roslaunch kb_ctrl kb_ctrl.launch

Acknowledgements

This work can extend to multi-sensor fusion, swarm navigation, and swarm tracking tasks.

  • ros-noetic
  • ubuntu20.04
  • NVIDIA RTX4090TI gpu (version:535.146.02)
  • INTEL I5 12th CPU

SwarmSim

SwarmSim is a general-purpose multi-robot simulator based on Unity and a benchmark for swarm embodied intelligence in a dynamic, dense, open, and interference environment. SwarmSim includes 3 types of terrain, 7 types of weather, and 8 types of sensor information.

Key Value
Scenario primeval forest
Task wildlife protection
Target bear, deer, wolf
terrain mountains, lakes, plains
weather Sunny, rain, snow, fog, wind, fire, thunder
Sensor RGBD, brightness, temperature, humidity, smoke, airflow, lidar, infrared
Robot quadcopter drone


最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-03 23:50:05       5 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-03 23:50:05       5 阅读
  3. 在Django里面运行非项目文件

    2024-04-03 23:50:05       4 阅读
  4. Python语言-面向对象

    2024-04-03 23:50:05       7 阅读

热门阅读

  1. LeetCode-热题100:234. 回文链表

    2024-04-03 23:50:05       22 阅读
  2. C++(12): std::mutex及其高级变种的使用

    2024-04-03 23:50:05       20 阅读
  3. YOLO_Tracking 实践 (环境搭建 & 案例测试)

    2024-04-03 23:50:05       34 阅读
  4. sqlmap基础知识(二)

    2024-04-03 23:50:05       22 阅读
  5. 【NC201605】Bits

    2024-04-03 23:50:05       21 阅读
  6. 算法刷题记录 Day35

    2024-04-03 23:50:05       20 阅读
  7. VC++、GCC、CLANG,INT128有符号整数编译器关键字

    2024-04-03 23:50:05       24 阅读
  8. Python 抽象类

    2024-04-03 23:50:05       23 阅读
  9. 第六章:使用 kubectl 创建 Deployment

    2024-04-03 23:50:05       24 阅读
  10. vue3 + howuse, 实现echarts symbol使用 gif 动画图片

    2024-04-03 23:50:05       21 阅读