Scanner #73
-
How does the scanner work? In the GetTargetScanStatus(en) function it checks scanner and camera scanner. Is there specs to the scanner (range, needs to be in frame on camera)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The rovers have a Scanner and a CamScanner. These are both also entities in the sim. You can look for the Scanner ("LIDAR") has a spherical pattern with the radius. CamScanner (Camera search volume) has a conical pattern (approximated as a capsule/cylinder), where the radius is the max distance the pattern reaches and 2x |
Beta Was this translation helpful? Give feedback.
The rovers have a Scanner and a CamScanner. These are both also entities in the sim. You can look for the
ScanRadius_m
parameter in the sim config to see their specs.Scanner ("LIDAR") has a spherical pattern with the radius.
CamScanner (Camera search volume) has a conical pattern (approximated as a capsule/cylinder), where the radius is the max distance the pattern reaches and 2x
TraceConeAngle_deg
= camera field of view. The point of the cone is at the camera location. CamScanner is attached to the camera, so usingCameraPan
command will rotate the cam scanner.