Skip to content

erts-RnD/crsf-ros2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of CRSF protocol on ROS2 Humble

CRSF is a telemetry protocol that can be used for both RC control and to get telemetry information from the vehicle/flight controller on a compatible RC transmitter.

Prerequisites

  • Ubuntu 22.04 LTS
  • ROS2 Humble

Installation Instructions

mkdir ~/crsf_ws
cd crsf_ws
git clone https://github.com/arunser/crsf-ros2.git src
cd ~/crsf_ws
colcon build
source install/setup.bash

To run the CRSF ROS2 node, use the following command;

ros2 run crsf_ros2 crsf_ros

About

ROS2 CRSF implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.2%
  • CMake 12.8%