Skip to main content

TensorFleet Tutorials

Welcome to the TensorFleet tutorial hub! Learn to program drones and robots with step-by-step guides.

Drone Tutorials (JavaScript)

Control drones via MAVROS and ROS Bridge with these progressive tutorials:

TutorialDescriptionDifficulty
00: PreparationEnvironment setup & simulationBeginner
01: ConnectionROS Bridge connection & state monitoringBeginner
02: TelemetryComprehensive telemetry collectionBeginner
03: Arm/DisarmArm and disarm drone controlIntermediate
04: Takeoff & LandComplete flight cycleIntermediate
05: OFFBOARD HoverEnter OFFBOARD mode and hoverIntermediate
06: Move ForwardVelocity-based movement controlAdvanced
07: Go to WaypointPosition-based navigationAdvanced

Robotics Tutorials (JavaScript + Python)

Control ground robots with code examples in both JavaScript and Python:

TutorialDescriptionLanguages
OverviewQuick start & architecture
01: Robot MoverBasic velocity controlJS, Python
02: Obstacle AvoiderLiDAR-based navigationJS, Python
03: Vision YOLOObject detection with YOLOJS, Python

Getting Started

For Drones

  1. Start with the Drone Overview
  2. Follow Preparation to set up your environment
  3. Progress through tutorials 01-07 in order

For Robotics

  1. Read the Robotics Overview for setup instructions
  2. Start with Robot Mover for basic movement
  3. Continue with obstacle avoidance and vision

Each tutorial includes complete code examples, expected output, and detailed explanations. Follow them in order for the best learning experience.