LiDAR configurations #4406
Replies: 2 comments 2 replies
-
In UnrealLidarSensor.cpp there is following equation:
and
Can someone explain to me, what delta_time is? |
Beta Was this translation helpful? Give feedback.
-
Dear Mr. I have a problem about the run Drone_lidar.py we have a problem in file settings.json i don't know a bout this problem so you can help me pleas.And I don't see setting.json or path that store setting.json that connect with Drone_lidar.py and about process for build and run python file. this (venv_python39) PS C:\Users\BNC\Documents\ITC-Internship\CodeAirsim> & 'c:\Users\BNC\anaconda3\envs\venv_python39\python.exe' 'c:\Users\BNC.vscode\extensions\ms-python.debugpy-2024.10.0-win32-x64\bundled\libs\debugpy\adapter/../..\debugpy\launcher' '56334' '--' 'c:\Users\BNC\Documents\ITC-Internship\CodeAirsim\drone_lidar.py' Connected to AirSim and API control enabled. this my code 👍Drone_lidar.py class LidarTest:
if name == "main":
Thank you! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I would like to set the setting to a specific sensor. For example the Velodyne Puck
How do I do that correctly? I would do it like this:
The vertical resolution is FOV/Channels-1 = 2. But what about thr horizontal angular resolution? As far as I know is that it responds to the rotation rate like 5Hz = 0,1° and 20Hz = 0,4° (values between correspond).
Do you guys agree?
Beta Was this translation helpful? Give feedback.
All reactions