How to make the simulated drone flip

Hi, Nicolas

Do I need skycontroller2 if I just want control the simulated DISCO?

Regards

Only if you want to control your simulated Disco over Wifi.
If you use the virtual ethernet interface (10.202.0.1) you don’t need the SkyCtrl2.

Regards

Nicolas

I am sorry. Your reply shows that I need add a line in python script just between connection() and TakeOff(), but on the website, I only see commands that need to be run in terminal instead of python script. Could you please be more specific? Could you please show me an example?

Regards
Liu

Hello, ndessart

Can you please show me how to send the shake request. I still cannot succeed.
drone =olympe.Drone(“10.202.0.1”,drone_type=od.ARSDK_DEVICE_TYPE_DISCO)
drone.connection()

send a “shake” request to the simulator here as explained in the Sphinx documentation

drone(TakeOff()).wait()

Regards

Hello ndessart,

I am also working on the Circle but cannot shake it. Would you mind sending an example?

Thanks

Souod