pitch, roll and yaw with ZMQ

Firmware/software/electronics/mechanics
Post Reply
TATYANA_1
Beginner
Posts: 5
Joined: Sat Mar 23, 2019 12:23 pm

pitch, roll and yaw with ZMQ

Post by TATYANA_1 »

Hello!

I need to receive pitch, roll, yaw, and thrust from crazyflie client to LabView
I've already seen examples of using zmq, but, as far as I have no experience in python, it is confusing

Could someone show me a small piece of code on how to send something ( pitch, roll, or yaw) with zmq?

Will be very appreciated
kimberly
Bitcraze
Posts: 1050
Joined: Fri Jul 06, 2018 11:13 am

Re: pitch, roll and yaw with ZMQ

Post by kimberly »

There is a zmq version of the cfclient (which is installed with these instructions: https://www.bitcraze.io/documentation/r ... om_source/). Here are instructions how to set ports and such in zmq for that implementation: https://www.bitcraze.io/documentation/r ... lient_zmq/

I don't have experience with zmq myself, so I hope those instructions will get you a bit further. If not, let us know!
Post Reply