This repository was migrated here
Open source autonomous drone path planning package written in python using ROS2 and PX4 Autopilot.
Check out the guide here for binary install.
Install dependencies using the guide here
Build PX4 using guide here
Install only Fast-RTPS-Gen using the guide here because Fast DDS comes pre-installed with ROS2 Foxy.
Then follow the guide here.
a. Source ROS2 install:
source ~/ros2_foxy/ros2-linux/setup.bash
b. Source ROS2-PX4 comm package:
source ~/px4_ros_com_ros2/install/setup.bash
c. Launch simulation:
make px4_sitl_rtps gazebo
d. Launch RTPS agent used for communication between ROS2-PX4
micrortps_agent -t UDP
e. Finally run python package