ZMQ Question
ZMQ Question
How do I enable ZMQ for my crazyflie? I've edited the config.json file to enable ZMQ input, but everytime I ran cfclient it shows this message 
Aside from that, I can't configure the input device as it does not show the ZMQ input.
			
			
									
						
										
						Re: ZMQ Question
It seems as if the ZMQ input us still disabled. Could you try going though the following steps?
			
			
									
						
										
						- Start the cfclient and select Settings -> Open config folder
 -  Look in the config folder and find config.json. Close the client first then edit the config.json file to enable ZMQ input: 
Code: Select all
"enable_zmq_input": true - Now restart the client and look in the Input device -> Device menu, you should now see one entry that is ZMQ@tcp://127.0.0.1:1212
 
Re: ZMQ Question
Thanks, its working now  
			
			
									
						
										
						Re: ZMQ Question
Is it possible to control multiple quad through this method?