|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#13
|
||||
|
||||
|
Re: calculating position using follower wheels
Question 4: In the code block highlighted in blue at the bottom of post 11 the following code appears for calculating position and heading: Code:
Q+=dR/2.0; X+=dF*sin(Q)+dS*cos(Q); Y+=dF*cos(Q)-dS*sin(Q); Q+=dR/2.0; Code:
Q+=dR; X+=dF*sin(Q)+dS*cos(Q); Y+=dF*cos(Q)-dS*sin(Q); |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|