Problem 1650. LASER Tracker - Mirror Distance and Angle
Determine the mirror's distance and relative angle to the LASER Tracker given the distances to a reference SMR (Spherical Mounted Retro-reflector) and the angle to the SMR.
Theta is the included angle between d1 and d2.
Phi is the angle of interest and is between d2 and d3.
The Test method is locate the SMR to capture the mirror reflectance. Record L. Rotate the SMR to be directly viewed by the Tracker. Record d1 and Theta.
Given Theta, d1, and d2+d3 determine d2 and Phi.
Input: [d1, L, Theta] where L=d2+d3 and d1*cos(Theta) < d2
Output: [d2 Phi]
Examples:
Input: [2^.5, 2+2^.5, pi/4]..... Output: [2 pi/4]
Input: [2.3994, 4, .2991]..... Output: [3, pi/4 ]
Solution Stats
Problem Comments
Solution Comments
Show commentsGroup

Computer Games II
- 12 Problems
- 2 Finishers
- One track five lanes
- PONG 002: Rectangle, Interactive Download, Easier Play
- PONG 003: 3-Ball Rectangle, Interactive Download
- Capture the flag(s)
- GJam 2014 China Rd A: Maze with a Left Hand Rule
- GJam 2014 China Rd B: Dragon Maze
- 2048 tile game
- PACMAT - G03 Ghosts use minimum path to PACMAT; 3 Lives
- PACMAT 04 - Optimized Ghosts, Equal Speed, 10 Lives
- PACMAT 05 - Optimized Ghosts, PACMAT increasing speed, 12 Lives
- The sliding puzzle: 15
- Fifteen Parity Check
Problem Recent Solvers31
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!