You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the following function in python. Whenever I pass the paramters it does not work. other functions like arm_and_takeoff, set_velocity_body does work. So, there is nothing wrong with the integration of hardware and software.
If i want to yaw towards left for 30 degrees localy. i pass condition_yaw(30, -1, 1) or if i want to yaw 10 degrees to the right i pass condition_yaw(10, 1, 1),
If anyone have any idea what i am doing wrong, or if this is an issue with the function. pls do let me know.
I am using the following function in python. Whenever I pass the paramters it does not work. other functions like
arm_and_takeoff
,set_velocity_body
does work. So, there is nothing wrong with the integration of hardware and software.If i want to yaw towards left for 30 degrees localy. i pass
condition_yaw(30, -1, 1)
or if i want to yaw 10 degrees to the right i passcondition_yaw(10, 1, 1)
,If anyone have any idea what i am doing wrong, or if this is an issue with the function. pls do let me know.
The text was updated successfully, but these errors were encountered: