You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
first of all I want to say that you did amazing job with the algorithm and its really nice work. However I have experienced some issue that I was not able to fix.
At first, when I was running it everything was working perfectly, the estimated odometry was extremely good and also the mapping was really detailed, which was amazing. However, currently when I run the algorithm I get some weird behaviour. So I am running the command: roslaunch lego_loam run.launch
And everything seems to set up nicely, as shown on the image delow:
Then I run the following command in order to play my Point Cloud from rosbag file: rosbag play velodyne_points.bag --clock --topic /velodyne_points
And when the robot starts moving (point cloud message is being played), the algorithm crashed with the exception displayed in the image bellow:
Now I did a little debugging and as far as I have understood, the algorithm crashes, when it comes to this part of the code in mapOptimatization.cpp:
More specifically in the : isam->update(gtSAMgraph, initialEstimate); line.
I would really appreciate if anyone can help me with this issue! Thank you in advance and in case anyone needs more information or data in order to recreate the issue I will deliver it right away!!!
The text was updated successfully, but these errors were encountered:
Hi,
first of all I want to say that you did amazing job with the algorithm and its really nice work. However I have experienced some issue that I was not able to fix.
I have integrated LeGO-LOAM in my ROS workspace on Noetic, Ubuntu 20.04 by following the tutorial at https://www.reddit.com/r/ROS/comments/13tqq7a/3d_slam_with_lego_loam_ros_noetic/.
At first, when I was running it everything was working perfectly, the estimated odometry was extremely good and also the mapping was really detailed, which was amazing. However, currently when I run the algorithm I get some weird behaviour. So I am running the command:
roslaunch lego_loam run.launch
And everything seems to set up nicely, as shown on the image delow:
Then I run the following command in order to play my Point Cloud from rosbag file:
rosbag play velodyne_points.bag --clock --topic /velodyne_points
And when the robot starts moving (point cloud message is being played), the algorithm crashed with the exception displayed in the image bellow:
Now I did a little debugging and as far as I have understood, the algorithm crashes, when it comes to this part of the code in mapOptimatization.cpp:
More specifically in the :
isam->update(gtSAMgraph, initialEstimate);
line.I would really appreciate if anyone can help me with this issue! Thank you in advance and in case anyone needs more information or data in order to recreate the issue I will deliver it right away!!!
The text was updated successfully, but these errors were encountered: