Very cool and efficitent autonomous security drone using Dji Tello.
djitellopy
torch
andtorchvision
ROS
-
Navigate to the 'ros_ws/' directory
cd ros_ws
-
Setup rosdep and install dependencies
sudo rosdep init rosdep update rosdep install --from-paths src --ignore-src -r -y
-
Build the workspace Build all packages
colcon build
Build specific packages
colcon build --packages-select <name-of-pkg>
-
Source the setup script
source install/setup.bash
-
Run nodes Manually
ros2 run my_drone telemetry ros2 run my_drone video
Using a launch file
ros2 launch <path-to-xml>
Config file | Description |
---|---|
main_drone.xml | main file for testing with drone |
main_undrone.xml | main file for testing with fake drone (camera) |
telemetry_test.xml | just for testing drone telemetry |