How would you add polar coordinates without converting to cartesian and back.
For simplification, I will use the example of a robot. Lets say I drive 50m with an azimuth of 3rad. I then take a sensor reading at 2rad from the robot and it returns a distance of 10m from the robot to an object.
How do I calculate the objects position from the starting point of the robot without first converting into cartesian, adding the (x,y) pair, and then converting back into polar?
2007-07-08
17:40:12
·
1 answers
·
asked by
Gary
1
in
Science & Mathematics
➔ Physics
The 2rad is relative to the robots current position and azimuth, not the absolute azimuth from the starting point.
2007-07-08
19:06:40 ·
update #1