-
Notifications
You must be signed in to change notification settings - Fork 50
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
Added segmentation based imitation learning model as a new brain #632
Conversation
Thanks for opening the PR @Qi-Zha0 ! It integrates correctly with the rest of the codebase. If this is not the expected behavior, I recommend checking the camera position and vehicle compared to the one used to extract the dataset. Is it the same one and the camera position is exactly the same? |
@sergiopaniego Good catch! The drifting is not an intended behavior. It was because I did not correctly set the pitch values of the cameras. It took me a while to realize that ros-bridge uses a right-handed coordinate system while CARLA uses a left-handed coordinate system. Thus the pitch/yaw values should become -pitch/-yaw. I have updated the object file with the correct camera settings. Please let me know if there are any further issues : ) |
Great work @Qi-Zha0!! The performance now is much better. |
Please update this branch with the latest updates from the main branch (noetic-devel). |
I've resolved the merge conflicts. Let me know if there are any further changes I should make. Thanks! |
No description provided.