-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add new world loading functionality for carla #604
Comments
Thanks for opening the issue. The issue is related to loading another world. Since the project started with support for Gazebo and then we added CARLA, some functionalities are still not ported to CARLA. The functionality for loading a new world is not yet available for CARLA. |
Sure I will go through both carla driver. Py and gazebo carla. Py for reference is any other hint you want to give before start working on this issue? |
Since this issue is also related with the application GUI, you should review the ui folder. We use PyQt5 for the GUI so it’s probably a good idea checking out its documentation If you haven’t already worked with that technology |
hey @sergiopaniego I have a query, I have learned pyqt5 and gone through the GUI files right now the brain is launching from the carla ros bridge launch file and looking for the solution but I got a new issue, currently our app launch world from ros bridge file, shouldn't we load the world launch files from config folder? |
just tell me so i can set the path as our problem have 3 changes according to me
|
Hi @Rhythmbellic! We use CARLA ROS Bridge because we provide support to Gazebo too and the application structure follows the same procedures for both simulators (Gazebo uses ROS too), so we need to launch the world using the current pipeline. I hope this answers your query. |
The app is crashing again and again when I am trying to load the inbuilt simulation and also it don't have option for loading a new simulation pls help.
https://user-images.githubusercontent.com/92723976/228941101-7ef019a6-3b95-49c9-8631-5d03f851d2ff.mp4
The text was updated successfully, but these errors were encountered: