-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
When I try to set a parameter (for example RC1_TRIM) in my python script I receive the following message after a 2 second delay:
timeout setting RC1_TRIM to 1500.000000
However, when I check the value in MAVProxy the value has been set correctly. I found that this message is generated by mavset() in mavparm.py in pymavlink, so perhaps it is a bug there. For now I have commented out these lines (24-35) in mavparm.py to avoid having to wait 2 seconds for each parameter set.