Skip to content

Behavior tree mission with Tello

pasanci edited this page Jul 31, 2020 · 2 revisions

Behavior tree Tello

Perform the following steps:

  • Connect your computer with Tello drone via WIFI.

  • Execute roscore:

      $ roscore
    
  • Change directory to this project:

      $ cd $AEROSTACK_STACK/projects/behavior_tree_tello
    
  • Execute the script that launches the Aerostack components for this project:

      $ ./main_launcher.sh
    
  • To stop the processes execute the following script:

      $ ./stop.sh
    
  • To close the inactive terminals:

      $ killall bash
    

Video demo:

Behavior tree Tello Mission

Clone this wiki locally