Search found 2 matches

by moejoe
Sat Feb 14, 2015 1:15 am
Forum: Developer Discussions
Topic: Altitude hold in Python API
Replies: 2
Views: 2506

Re: Altitude hold in Python API

Okay, I got an idea now. It seems to be

Code: Select all

crazyflie.param.set_value('flightmode.althold', true);
Going to try that now.
by moejoe
Sat Feb 14, 2015 12:58 am
Forum: Developer Discussions
Topic: Altitude hold in Python API
Replies: 2
Views: 2506

Altitude hold in Python API

Hi all,

thanks for building all this amazing stuff.

My question: With my crazyflie 2.0 - is there a way to invoke altitude hold mode through the Python API?

Thanks!