Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 995 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 995 Bytes

ros_pybullet_drones

A ROS package containing a multi-drone gym environment gym_bullet_drones based on PyBullet

Requirements and Installation

Our custom multi-drone env is built on gym-pybullet-drones module.

Usage

To run simple test of gym_bullet_drones

roslaunch ros_pybullet_drones run.launch

To run gym_bullet_drones with a simple flocking controller based on Boids rules

roslaunch ros_pybullet_drones run.launch use_flocking_controller:=true
  • additional arguments
    • set use_bullet_gui=true to use bullet gui
    • set num_drones to specify the number of drones, default number is 10