lukovicaleksa / grid-mapping-in-ROS

Creating Occupancy Grid Maps using Static State Bayes filter and Bresenham's algorithm for mobile robot (turtlebot3_burger) in ROS.
45 stars 9 forks source link

Use with PCL? #1

Open vigneshwarvenkat opened 1 year ago

vigneshwarvenkat commented 1 year ago

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?

lukovicaleksa commented 1 year ago

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 https://github.com/lukovicaleksa/grid-mapping-in-ROS/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARMW6EJJIEG7XEDLQTFFNSTWTJCFDANCNFSM6AAAAAAUBHVZAY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

vigneshwarvenkat commented 1 year ago

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

lukovicaleksa commented 1 year ago

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 https://github.com/lukovicaleksa/grid-mapping-in-ROS/issues/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 https://github.com/lukovicaleksa/grid-mapping-in-ROS/issues/1#issuecomment-1398087927, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARMW6EOBMSIB6P4ZFQA2WM3WTJHN5ANCNFSM6AAAAAAUBHVZAY . You are receiving this because you commented.Message ID: @.***>