Open siddux opened 1 year ago
Whats your hardware platform? Did you try Humble or newer also to see if its causing issues in newer distributions?
I've never run into that before, so that's a total new one for me
I am using kuka kmr. I'm not planning to move to Humble as it has a lot of dependencies on other packages only available on Foxy.
I will be working on it tomorrow so if you have any idea about where can comes of the error it will be helpful.
What is the computer hardware, I meant.
Just a regular gigabyte aero laptop. I was running the code under docker, maybe could be related?
UPDATE:
I found that the error comes from the karto library. I tried to debug it but found nothing remarkable. I also tried to change some parameters and I got different results. Using default values for the following topics, the robot can be moved with VERY slow velocity and the node doesn't crash:
stack_size_to_use: 40000000
minimum_travel_distance: 0.5
minimum_travel_heading: 0.5
scan_buffer_size: 10
But changing to these ones, the node crashes immediately after sending any movement command:
stack_size_to_use: 100000000
minimum_travel_distance: 0.1
minimum_travel_heading: 0.1
scan_buffer_size: 50
Here is an image of the map when I start the node, just in case it can give more information:
Hello, I am having similar issues. I am also using KMR and was trying https://github.com/MortenMDahl/kmriiwa_ws_devel to move the KMR rbase robot and and to create a map, which uses slam_toolbox. I ahving the excat same issue my map node crashes after sometime, whenever I move the robot little bit. Were you able to solve the error? Thanks This is my inital map and it crashes after sometime giving this error
Hi, I'm trying to run slam on my robot (real world, not simulation). It looks like all is running ok but when the robot started to move I get the following error:
Anyone knows where could be the problem? Thanks.