Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standing ego vehicle moves in rviz #474

Open
weisenberg opened this issue Feb 5, 2024 · 2 comments
Open

Standing ego vehicle moves in rviz #474

weisenberg opened this issue Feb 5, 2024 · 2 comments

Comments

@weisenberg
Copy link

Hi. I run the algorithm on ROS2 with my recorded ros bag file from Carla (Velodyne LiDAR.) I have the IMU noise values from the imu_utils package and it seems right. However, to test it on the lio_sam algorithm, I record a stationary car and replay the bag, but the car (after a while) starts to drift and fly around rapidly with time. I can solve this by manually setting this value in imuPreintegration.cpp:

gtsam::NavState prevStateOdom(gtsam::Pose3(), gtsam::Velocity3(0.0, 0.0, 0.0));

This prevents the transformation for lidar_link to be anything other than the specified values above. However, to find the root of this issue I get nowhere. Does anyone have any idea?

@LouiMilvus
Copy link

Good day! Where exactly did you make the changes?

@weisenberg
Copy link
Author

Hi! you mean changes to run Carla on lio_sam or changes to solve this issue? The latter got solved by setting the world tick to a higher frequency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants