poizone,
I have set a while loop to continually send the hold command, the quadcopter would stay working, but the thrust of it seems really low so that it even cannot fly. Do you have any idea how that happen? Thanks.
Search found 3 matches
- Thu Mar 12, 2015 9:50 am
- Forum: Developer Discussions
- Topic: Problems with Alititude Hold Program
- Replies: 5
- Views: 5360
- Mon Mar 09, 2015 11:30 pm
- Forum: Developer Discussions
- Topic: Problems with Alititude Hold Program
- Replies: 5
- Views: 5360
Re: Problems with Alititude Hold Program
Thanks poizone,
But I'm really a beginner of crazyflie, so could you please tell me where can I decrease the barometer altitude linearly, and do you know how to realize altitude hold mode in Python? crazyflie.param.set_value("flightmode.althold", "True") seems not work.
But I'm really a beginner of crazyflie, so could you please tell me where can I decrease the barometer altitude linearly, and do you know how to realize altitude hold mode in Python? crazyflie.param.set_value("flightmode.althold", "True") seems not work.
- Sun Mar 08, 2015 5:52 am
- Forum: Developer Discussions
- Topic: Problems with Alititude Hold Program
- Replies: 5
- Views: 5360
Problems with Alititude Hold Program
Hi all, I'm doing a project using crazyflie 1.0 nano quadcopter(10DOF). However, I have met some problems recently that I couldn't figure out myself, so I'm wondering if you could give me some technical help about this. What I am doing is to realize a function in Python that the crazyflie could ente...