-
Notifications
You must be signed in to change notification settings - Fork 14
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
Unexpected vehicle behavior in co-simulation (may be related to Apollo control module) #14
Comments
It might be related to the mode (synchronous or asynchronous ), currently the bridge supports only asynchronous mode and controlling was tuned in that mode, please make sure you run the scene in that mode. If you set it to async and have followed the tutorial exactly and still have the problem, you should check the resources if they are enough for Apollo with Carla simulator. Regarding sending sensor data, I have updated the bridge to send lidar data. Please check README for instructions and you can check the related commit. In manual_control.py you can add the sensor with your parameters and the bridge in run_bridge will get the sensor through filtering actors and send its data at every cycle. |
Sorry for the late reply. Regarding the solution you provided, I'm still not sure of it. I have been using that exact script (manual_control.py) you provided which seems to be using the synchronous mode; do I need to modify it to asynchronous mode? Additionally, even after upgrading to the latest version, this issue persists. Would you mind taking a look at a video I uploaded regarding this issue? |
Thank you sincerely for your dedicated efforts! I have come across an issue in this project. Could you please assist me in resolving it? Following the completion of the bridging process, I've observed that when I send a route request to the vehicle, there are instances where the vehicle abruptly turns, deviates from the road, collides with roadside facilities, and halts the routing process. What could be causing this? Additionally, does this bridge send sensor data to Apollo? I couldn't find a way to get these data in Apollo. Do I need to spawn them and attach them to the ego vehicle using my own scripts?
The text was updated successfully, but these errors were encountered: