Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Oct 27, 2024
1 parent ec3786d commit cabd9ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/parking_4p.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ function simulate(integrator)
HEADING[i] = wrap2pi(sys_state.heading)
on_new_systate(ssc, sys_state)
if mod(i, TIME_LAPSE_RATIO) == 0
# q = QuatRotation(sys_state.orient)
# q_viewer = AngleAxis(-π/2, 0, 1, 0) * q
# sys_state.orient .= Rotations.params(q_viewer)
# sys_state.orient .= calc_orient_quat(kps4)
if KiteUtils.PROJECT == "system.yaml"
KiteViewers.update_system(viewer, sys_state; scale = 0.08, kite_scale=3)
else
Expand Down

0 comments on commit cabd9ad

Please sign in to comment.