-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ouster lidar 64 support #46
Comments
Hi, I have a similar request: I would like to use FLAOM with a Ouster OS0-64 dataset. I can see there are some hard coded angles here: floam/src/laserProcessingClass.cpp Lines 48 to 59 in 9fdb2ca
which seem to match Kitti dataset Velodyne HDL-64E sensor (datasheet) But I am unsure which values I have to change. The Ouster OS0-64 also has 64 scan lines, but a vertical field of view of -45° .. +45°. Your help is appreciated. |
hi @masterhui and @islamtalha01 from ouster website, note that there are several configuration as shown below By default, it should be uniform beam spacing. We use uniform beam for example. } However, for those who use OS0 and OS2, Hence, for OS0, it is You can leave you question here for different sensor support. |
Hello @wh200720041 Any ideas why this might be the case? |
Thank you for your response. i have closed that topic. I think it was built
in IMU but not sure
…On Thu, Jan 20, 2022 at 4:20 PM Julian Gaal ***@***.***> wrote:
which IMU did you use? The built-in IMU?
—
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AT4S27GPXY7BZLRZLDKQW6DUW7VYXANCNFSM5F4IH7EQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi, here is a quick update. I managed to get this to work perfectly with data from my Ouster OS0-64. In case someone else is looking for a solution, please see patch below. |
Thanks, I'll check it out.
…On Fri, Jan 21, 2022 at 7:43 PM masterhui ***@***.***> wrote:
Hi, here is a quick update. I managed to get this to work perfectly with
data from my Ouster OS0-64. In case someone else is looking for a solution,
please see patch below.
Settings-for-Ouster-OS0-64-90.patch.txt
<https://github.com/wh200720041/floam/files/7914461/Settings-for-Ouster-OS0-64-90.patch.txt>
—
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AT4S27CKMKQMIAWQIXETM7DUXFWHTANCNFSM5F4IH7EQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Not sure if I understand your question. One of the features of F-LOAM is that it doesn't require an IMU, am I wrong? |
I have a gradient OS1-64, what configuration should I use? |
Hi @gglaspell |
Hi,
Can you tell me that which line of code I needed to use this package for the ouster os1 64? I need to use this package with a rosbag recorded with point cloud and image topic. I need to use it for the automatic calibration package.i want to get dense point cloud in my rosbag so is the first setup is that to setup my sensor again and launch driver using floam launch file and then record again or I can just use rosbag file for this purpose?
The text was updated successfully, but these errors were encountered: