-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use with PCL? #1
Comments
Hi,
Unfortunately I am not familiar with pointcloud library, is it using a 3-D
lidar scan?
Best regards,
Aleksa
…On Fri, Jan 20, 2023 at 9:12 AM Vigneshwar Venkatasbramanian < ***@***.***> wrote:
I am currently using an ORB-SLAM3, can this grid mapping be optimized by
taking the output from a pointcloud library?
—
Reply to this email directly, view it on GitHub
<#1>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARMW6EJJIEG7XEDLQTFFNSTWTJCFDANCNFSM6AAAAAAUBHVZAY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
For us, we used a visual slam system, so it map outs the points of the surrounding and we use pointcloud library to converts it into xyz coordinates, we were wondering if xyz coordinates are enough to be used for grid mapping |
Yes, you can create a 3-D grid map from xyz coordinates. But this code
itself is just working on 2-D coordinates.
You would need to adapt it for 3-D but it is a good starting point.
Good luck,
Aleksa
On Fri, Jan 20, 2023 at 9:57 AM Vigneshwar Venkatasbramanian <
***@***.***> wrote:
… Hi, Unfortunately I am not familiar with pointcloud library, is it using a
3-D lidar scan? Best regards, Aleksa
… <#m_-5491648689507651141_>
On Fri, Jan 20, 2023 at 9:12 AM Vigneshwar Venkatasbramanian < *@*.*>
wrote: I am currently using an ORB-SLAM3, can this grid mapping be
optimized by taking the output from a pointcloud library? — Reply to this
email directly, view it on GitHub <#1
<#1>>, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/ARMW6EJJIEG7XEDLQTFFNSTWTJCFDANCNFSM6AAAAAAUBHVZAY
<https://github.com/notifications/unsubscribe-auth/ARMW6EJJIEG7XEDLQTFFNSTWTJCFDANCNFSM6AAAAAAUBHVZAY>
. You are receiving this because you are subscribed to this thread.Message
ID: @.*>
For us, we used a visual slam system, so it map outs the points of the
surrounding and we use pointcloud library to converts it into xyz
coordinates, we were wondering if xyz coordinates are enough to be used for
grid mapping
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARMW6EOBMSIB6P4ZFQA2WM3WTJHN5ANCNFSM6AAAAAAUBHVZAY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I am currently implementing an ORB-SLAM3 algorithm. I have converted the PointCloud2 message type to a PCL message type. Can this library help to convert the PCL datatype to an OccupancyGrid or any other 2D map using the output from a PointCloud Library?
The text was updated successfully, but these errors were encountered: