Bugfix: the lidar points are now output in the
sensor's coordinate system.
This commit is contained in:
parent
89da61292d
commit
cea1981b5c
|
@ -186,7 +186,6 @@ bool ARayCastLidar::ShootLaser(const uint32 Channel, const float HorizontalAngle
|
|||
|
||||
Intensity = ComputeIntensity(LidarBodyLoc, XYZ, HitInfo);
|
||||
|
||||
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue