Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleaned tello_phy driver #298

Open
wants to merge 1 commit into
base: humble-devel
Choose a base branch
from
Open

cleaned tello_phy driver #298

wants to merge 1 commit into from

Conversation

gbernalr
Copy link
Contributor

To test this:

  • Make sure the tello has the latest firmware and the IMU calibrated.
  • The equipment connects to the tello correctly and the tello emits a flashing green light.
  • Once inside the docker you have to launch the driver:
    ros2 launch tello_driver teleop_launch.py
  • in another window with the driver launched try to run ros2 services command like:
    ros2 service call /tello_action tello_msgs/TelloAction "{cmd: 'takeoff'}"
    ros2 service call /tello_action tello_msgs/TelloAction "{cmd: 'land'}"

In general these messages follow the structure of cmd: 'MESSAGE'.
MESSAGE being any command from the Tello SDK 2.0 command list:
https://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20SDK%202.0%20User%20Guide.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant