mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AP_Scripting: removed debug
This commit is contained in:
parent
f31fa6daf2
commit
f509359c24
@ -653,10 +653,6 @@ function path_composer(_subpaths)
|
|||||||
start_time[i] = total_time
|
start_time[i] = total_time
|
||||||
end_time[i] = total_time + proportions[i]
|
end_time[i] = total_time + proportions[i]
|
||||||
total_time = total_time + proportions[i]
|
total_time = total_time + proportions[i]
|
||||||
gcs:send_text(0,string.format("sp[%d]: rpy=(%.1f,%.1f,%.1f)", i,
|
|
||||||
start_orientation[i]:get_euler_roll(),
|
|
||||||
math.deg(start_orientation[i]:get_euler_pitch()),
|
|
||||||
start_orientation[i]:get_euler_yaw()))
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- return position and angle for the composed path at time t
|
-- return position and angle for the composed path at time t
|
||||||
|
Loading…
Reference in New Issue
Block a user