mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -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
|
||||
end_time[i] = 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
|
||||
|
||||
-- return position and angle for the composed path at time t
|
||||
|
Loading…
Reference in New Issue
Block a user