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
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Hey, great work! It looks very good. I hope it will be implemented Autoware soon.
When I tested the project, I encountered some issues. I followed the instructions in the README and ran the code, but I believe I might be doing something wrong. The algorithm is able to detect lanes, but the trajectory is following the wrong path. You can take a look at the trajectory image below:
The trajectory should ideally follow the blue line, but it seems to deviate as if there is a transformation error. I've also included a video demonstrating the problem. If you have any ideas or suggestions regarding this issue, I would greatly appreciate your thoughts.
I just changed image and image_info topics from yabloc.launch.xml and imu topic from twist_estimator_core.cpp. I think yabloc got all of the transformation values from tf_static, I would appreciate it if you correct me if I'm wrong.
@StepTurtle Please try setting the upside_down in this link to false.
In my dataset, the IMU is usually attached upside down, so it is implemented assuming this. I guess the IMU is attached upright in your data, so the rotation estimation is broken.
Originally, I was planning to replace it with Autoware's twist_estimator, so YabLoc's twist_estimator has several flaws. I apologize for the inconvenience.
Hey, great work! It looks very good. I hope it will be implemented Autoware soon.
When I tested the project, I encountered some issues. I followed the instructions in the README and ran the code, but I believe I might be doing something wrong. The algorithm is able to detect lanes, but the trajectory is following the wrong path. You can take a look at the trajectory image below:
The trajectory should ideally follow the blue line, but it seems to deviate as if there is a transformation error. I've also included a video demonstrating the problem. If you have any ideas or suggestions regarding this issue, I would greatly appreciate your thoughts.
I just changed image and image_info topics from yabloc.launch.xml and imu topic from twist_estimator_core.cpp. I think yabloc got all of the transformation values from tf_static, I would appreciate it if you correct me if I'm wrong.
Terminal commands I used:
The text was updated successfully, but these errors were encountered: