Search found 5 matches

by TATYANA_1
Fri May 08, 2020 12:27 pm
Forum: Developer Discussions
Topic: pitch, roll and yaw with ZMQ
Replies: 1
Views: 2670

pitch, roll and yaw with ZMQ

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...
by TATYANA_1
Fri May 10, 2019 9:56 pm
Forum: Support
Topic: Virtual Machine
Replies: 3
Views: 2992

Re: Virtual Machine

Sorry, I have mistaken the number of screenshots - 1st and 2nd are for the situation after pressing ENTER.
by TATYANA_1
Fri May 10, 2019 9:55 pm
Forum: Support
Topic: Virtual Machine
Replies: 3
Views: 2992

Virtual Machine

Hello! I have some troubles with installing BitcrazeVM. The importing goes well, but then, when I'm trying to run the machine, it opens only a black screen (first three screenshots). Then, I press ENTER, and it shows me a menu, and if I pick first (ubuntu), it shows a weird code, and then - nothing ...
by TATYANA_1
Tue Apr 23, 2019 12:44 pm
Forum: Developer Discussions
Topic: TCP/IP
Replies: 1
Views: 1178

TCP/IP

I have a question about a TCP/IP connection to Crazyflie. If I want to send information from Crazyflie, specifically roll, yaw and pitch in a real-time scale, what should be my steps? Should I write an additional piece of code and install it into Crazyflie?

Any help would be greatly appreciated!
by TATYANA_1
Tue Apr 23, 2019 12:43 pm
Forum: Developer Discussions
Topic: Labview connection
Replies: 1
Views: 1220

Labview connection

Hello! I'm trying to connect Crazyflie to LabView. Specifically, I need to receive telemetry (roll, pitch, yaw, thrust) from Crazyflie in Labview VI as float numbers. Unfortunately, as far as I have never worked with protocols, it's very complicated to understand how to realize such work. I found a ...