Skip to content

Commit

Permalink
AP_NavEKF3: add note on generated rng2d observation generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Oct 24, 2024
1 parent 5699e54 commit 3ca7ef6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libraries/AP_NavEKF3/derivation/generate_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,10 @@ def generate_code():
# body_frame_velocity_observation(P,state,R_to_body,vx,vy,vz)
# print('Generating body frame acceleration observation code ...')
# body_frame_accel_observation(P,state,R_to_body,vx,vy,vz,wx,wy)
# print('Generating 2D range to beacon onservation code ...')
# the 2D range-to-beacon observation code is present in the
# libraries but has been significantly reworked; search for "less
# hacky way of achieving this"
# print('Generating 2D range to beacon observation code ...')
# rng2d_observation(P,state,px,py)
# print('Generating yaw estimator code ...')
# yaw_estimator()
Expand Down

0 comments on commit 3ca7ef6

Please sign in to comment.