I have a robot application and I was testing this package for Laser Odometry and stumbled with this problem error running the node, I have briefly looked into the code but I was not able to understand the cause of the error.
So, my software configuration is as follows: I have a node publishing the laser scanner of to other lasers to a frame_id (the laser frame) with a transform (tf) to the base_link, and my base frame is the odom (instead of the world). I have also the map (that is used and published by the AMCL Package).
Hi @ClaraGomez, sorry for the late reply...
This was sometime ago and I didn't pursued a solutions for this, I couldn't understand the cause, so I switch to another solution, try this one.
Hi,
I have a robot application and I was testing this package for Laser Odometry and stumbled with this problem error running the node, I have briefly looked into the code but I was not able to understand the cause of the error.
:err: Valid: 27/1083 invalid: 1056. [ WARN] [1524149236.189355990, 17446.189000000]: Error in scan matching
So, my software configuration is as follows: I have a node publishing the laser scanner of to other lasers to a frame_id (the laser frame) with a transform (tf) to the base_link, and my base frame is the odom (instead of the world). I have also the map (that is used and published by the AMCL Package).
TFs: map -> odom odom -> base_link base_link -> laser
The laser scanner is being published in the scan topic.
Anyone have an idea why this happens, I would appreciate any help regarding this, In the mean time I will continue searching for possible solution.
Thanks in advance,