Onboard programs for Cruiser project.
For more details, please refer to Cruiser-Documentation
- Auto takeoff and go home (optional)
- Movement control
- Executing command from mobile terminal
- Object detection and tracking
- Autonomous landing by Hough circle detection
- DJI Matrice100
- Manifold (Ubuntu 14.04)
- Robot Operating System (indigo)
- Onboard-SDK-ROS(v3.2.2)
.config
directory should not have been placed in this metapackage. It is just a demo to show that how to autostart when system boots. There are three files in this directory. The right usage is as follows:
- modify
launch.desktop
and place it in~/.config/autostart/
; - modity
root.sh
(especially replace the passward) and put it on the Desktop (or other path); (if you do not need root privilege, you can skip this step and set the path inlaunch.desktop
directly towardslaunch.sh
) - modity
launch.sh
and place it on the Desktop (or other path); - reboot your system and see what happens.