tello
1.1.1
  • Overview
    • Quick start
  • Command/control methods
    • Joystick mode
    • Autonomous mode
    • Command line interface
  • Building the code
    • Dependencies
    • Installing dependencies
    • Installing OpenVSLAM and its dependencies (optional)
    • Building the code
  • CMake Options
  • Code overview
    • Notes
  • Default joystick mappings
  • Command Terminal
  • Notes on running with SLAM
    • Requirements
    • Calibrating the tello camera
  • Project paths (current & projected)
  • Troubleshooting
    • For issues with X11/gdk/pangolin crashes
    • Response does not match command
  • Library API
    • Class Hierarchy
    • File Hierarchy
    • Full API
      • Classes and Structs
        • Class BaseSocket
          • Inheritance Relationships
            • Derived Types
          • Class Documentation
        • Class CommandSocket
          • Inheritance Relationships
            • Base Type
          • Class Documentation
        • Class StateSocket
          • Inheritance Relationships
            • Base Type
          • Class Documentation
        • Class Tello
          • Class Documentation
        • Class VideoSocket
          • Inheritance Relationships
            • Base Type
          • Class Documentation
      • Directories
        • Directory inc
          • Files
        • Directory openvslam
          • Files
      • Files
        • File base_socket.hpp
          • Definition (inc/base_socket.hpp)
            • Program Listing for File base_socket.hpp
          • Includes
          • Included By
          • Classes
        • File command_socket.hpp
          • Definition (inc/command_socket.hpp)
            • Program Listing for File command_socket.hpp
          • Includes
          • Included By
          • Classes
        • File command_terminal.hpp
          • Definition (inc/command_terminal.hpp)
            • Program Listing for File command_terminal.hpp
        • File config_handler.hpp
          • Definition (inc/config_handler.hpp)
            • Program Listing for File config_handler.hpp
        • File openvslam_api.cpp
          • Definition (lib_openvslam/openvslam_api.cpp)
            • Program Listing for File openvslam_api.cpp
          • Includes
        • File openvslam_api.hpp
          • Definition (lib_openvslam/openvslam_api.hpp)
            • Program Listing for File openvslam_api.hpp
        • File README.md
          • Definition (README.md)
            • Program Listing for File README.md
        • File state_socket.hpp
          • Definition (inc/state_socket.hpp)
            • Program Listing for File state_socket.hpp
          • Includes
          • Included By
          • Classes
        • File tello.hpp
          • Definition (inc/tello.hpp)
            • Program Listing for File tello.hpp
          • Includes
          • Classes
        • File video_socket.hpp
          • Definition (inc/video_socket.hpp)
            • Program Listing for File video_socket.hpp
          • Includes
          • Included By
          • Classes
tello
  • Docs »
  • Index
  • Edit on GitHub

Index

B | C | S | T | V

B

  • BaseSocket (C++ class)
  • BaseSocket::BaseSocket (C++ function)
  • BaseSocket::drone_ip_ (C++ member)
  • BaseSocket::drone_port_ (C++ member)
  • BaseSocket::endpoint_ (C++ member)
  • BaseSocket::io_service_ (C++ member)
  • BaseSocket::io_thread (C++ member)
  • BaseSocket::local_port_ (C++ member)
  • BaseSocket::socket_ (C++ member)
  • BaseSocket::~BaseSocket (C++ function)

C

  • CommandSocket (C++ class)
  • CommandSocket::addCommandToFrontOfQueue (C++ function)
  • CommandSocket::addCommandToQueue (C++ function)
  • CommandSocket::allowAutoLand (C++ function)
  • CommandSocket::clearQueue (C++ function)
  • CommandSocket::CommandSocket (C++ function)
  • CommandSocket::doNotAutoLand (C++ function)
  • CommandSocket::emergency (C++ function)
  • CommandSocket::executeQueue (C++ function)
  • CommandSocket::isExecutingQueue (C++ function)
  • CommandSocket::land (C++ function)
  • CommandSocket::removeNextFromQueue (C++ function)
  • CommandSocket::stop (C++ function)
  • CommandSocket::stopQueueExecution (C++ function)
  • CommandSocket::~CommandSocket (C++ function)

S

  • StateSocket (C++ class)
  • StateSocket::StateSocket (C++ function)
  • StateSocket::~StateSocket (C++ function)

T

  • Tello (C++ class)
  • Tello::cs (C++ member)
  • Tello::js_ (C++ member)
  • Tello::readSequence (C++ function)
  • Tello::ss (C++ member)
  • Tello::Tello (C++ function)
  • Tello::vs (C++ member)
  • Tello::~Tello (C++ function)

V

  • VideoSocket (C++ class)
  • VideoSocket::setSnapshot (C++ function)
  • VideoSocket::VideoSocket (C++ function)
  • VideoSocket::~VideoSocket (C++ function)

© Copyright 2020, vss2sn

Built with Sphinx using a theme provided by Read the Docs.