Giter VIP home page Giter VIP logo

Comments (7)

PanZhichen avatar PanZhichen commented on July 17, 2024

If you use rviz for visualization, it will store all points to display the global map, which may cause memory consumption.

from livox_horizon_loam.

huangsiyuan0717 avatar huangsiyuan0717 commented on July 17, 2024

@griz1112 @PanZhichen Hi! I met the same problem, my mem is 16g, I can hardly play a 18 mins data.Do you have a better way to solve this problem?

from livox_horizon_loam.

griz1112 avatar griz1112 commented on July 17, 2024

@griz1112 @PanZhichen Hi! I met the same problem, my mem is 16g, I can hardly play a 18 mins data.Do you have a better way to solve this problem?

I don't use the mapping node just the node that creates the pointcloud. Combine that with the output from a zed camera into rtabmap_ros for mapping and the pointcloud from the livox for ros cost maps. Rtabmap uses camera input only for loop closure. The pointcloud node I use is from loam-livox. It keeps everything in memory unlike rtabmap which uses a disk based database to store loop closure info so it doesn't eat up all the memory.

from livox_horizon_loam.

huangsiyuan0717 avatar huangsiyuan0717 commented on July 17, 2024

@griz1112 @PanZhichen Hi! I met the same problem, my mem is 16g, I can hardly play a 18 mins data.Do you have a better way to solve this problem?

I don't use the mapping node just the node that creates the pointcloud. Combine that with the output from a zed camera into rtabmap_ros for mapping and the pointcloud from the livox for ros cost maps. Rtabmap uses camera input only for loop closure. The pointcloud node I use is from loam-livox. It keeps everything in memory unlike rtabmap which uses a disk based database to store loop closure info so it doesn't eat up all the memory.

Hi! Thanks for your great idea.
Can you provide some reference materials for your code, I am a new students in slam, just don't how to achieve in code.

from livox_horizon_loam.

griz1112 avatar griz1112 commented on July 17, 2024

@griz1112 @PanZhichen Hi! I met the same problem, my mem is 16g, I can hardly play a 18 mins data.Do you have a better way to solve this problem?

I don't use the mapping node just the node that creates the pointcloud. Combine that with the output from a zed camera into rtabmap_ros for mapping and the pointcloud from the livox for ros cost maps. Rtabmap uses camera input only for loop closure. The pointcloud node I use is from loam-livox. It keeps everything in memory unlike rtabmap which uses a disk based database to store loop closure info so it doesn't eat up all the memory.

Hi! Thanks for your great idea.
Can you provide some reference materials for your code, I am a new students in slam, just don't how to achieve in code.

You need to grab this package https://github.com/hku-mars/loam_livox/tree/master/ Then edit livox.launch in the launch dir. Remove or comment out this line loam_livox" type="livox_laserMapping" name="livox_laserMapping" output="screen. That stops it from mapping and just gives you the pointcloud. Use that file to launch the package and you will get the pointcloud on the /livox/lidar topic

from livox_horizon_loam.

huangsiyuan0717 avatar huangsiyuan0717 commented on July 17, 2024

Thanks for your sharing!

@griz1112 @PanZhichen Hi! I met the same problem, my mem is 16g, I can hardly play a 18 mins data.Do you have a better way to solve this problem?

I don't use the mapping node just the node that creates the pointcloud. Combine that with the output from a zed camera into rtabmap_ros for mapping and the pointcloud from the livox for ros cost maps. Rtabmap uses camera input only for loop closure. The pointcloud node I use is from loam-livox. It keeps everything in memory unlike rtabmap which uses a disk based database to store loop closure info so it doesn't eat up all the memory.

Hi! Thanks for your great idea.
Can you provide some reference materials for your code, I am a new students in slam, just don't how to achieve in code.

You need to grab this package https://github.com/hku-mars/loam_livox/tree/master/ Then edit livox.launch in the launch dir. Remove or comment out this line loam_livox" type="livox_laserMapping" name="livox_laserMapping" output="screen. That stops it from mapping and just gives you the pointcloud. Use that file to launch the package and you will get the pointcloud on the /livox/lidar topic

Thanks for your sharing!

from livox_horizon_loam.

griz1112 avatar griz1112 commented on July 17, 2024

Its not my code.

from livox_horizon_loam.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.