Skip to content

knmcguire/crazyflie-bridges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crazyflie Bridges

NOTE: This repository is still experimental and is not considered part of the Bitcraze official ecosystem yet

This repository contains the code for the Crazyflie bridges. The bridges are used to connect the Crazyflie to different frameworks, like Zenoh, TCP, ROS2.

Currently the only example is:

Crazyflie to Zenoh bridge

The Crazyflie to Zenoh bridge is a simple example of how to connect the Crazyflie to Zenoh. The bridge is implemented in Python and uses the Crazyflie Python library and the Zenoh Python API.

Requirements

  • pip3 install cflib
  • pip3 install eclipse-zenoh

Usage

  1. Start the CF2 Zenoh bridge: python3 cflib_zenoh_python_bridge.py
  2. Try out connecting and disconnecting with python3 zenoh_query_testing.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages