-
Notifications
You must be signed in to change notification settings - Fork 250
New AutoParking_v2 betatesting #1944
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
Comments
How do I set it up manually ? |
In beta testing I can setup the Gazebo world and spawn, but the web server and docker side of the part how do I build it @pariaspe |
Also in the current autoparking excersise which is present in the RADI the world and the models aren't spawning. |
Hi, follow the existing instructions. Everything is supposed to spawn inside the RADI. If models are not spawning in gazebo your environment variables may not be set (or wrong set). Check in GAZEBO_MODEL_PATH and GAZEBO_RESOURCE_PATH variables if you can see models and worlds paths. |
hey @pariaspe , actually I spotted a bug in the Autoparking exercise, the models weren't spawnign in that and I have fixed it. shall I create an issue for the same as the issues is persistent in the og repo ? |
Hey @pariaspe any comments 😅 |
Hey @GauravKumar9920 , please avoid to ping me twice, I'll answer your questions asap. I don't spot any bug, since the models are spawning correctly. Anyway, what is your suggestion? You need to add autoparking_v2 exercise to the exercises database. It is explained in the documentation. You need to build a new RADI first, because the latest doesn't contain the exercise |
Okkay I will make sure of that. Actually I checked the following by running the latest RADI, it doesn't has that problem that I mentioned above of not being able to spawn the bot into the arena.
whereas it's diffrent in the Repo. Also, the issue I mentioned previously still occurs when I build the docker image locally using ./build.sh I have demonstrated it here.... I am a bit confused so kindly help me out with it PS: I guess the topic has diverted to the autoparking instead of autoparking_v2 exercise so Shall I create a new discussion or shall we continue it here.. |
Hey, you are completely right. RADI:latest should always use master branch. PS: my bad, I'm renaming this issue 👍 |
well sure but then why the RADI:latest has a diffrent code ? |
Because master branch has evolved since we released that RADI. |
HI @GauravKumar9920. The steps to create a new exercise are the following:
|
I have cross-checked all the above mentioned points but the errors still occur. also the files mentioned in the above response - |
Hi @GauravKumar9920 , I've just tested to see what's happening. I faced the same problem. How are adding the exercise to the database? By default, configuration is set as a string while it should be a json. Try, to replace I've also found another bug in "autoparking": {
"gazebo_path": "/RoboticsAcademy/exercises/static/exercises/autoparking/web-template/launch",
"instructions_ros": ["/opt/ros/noetic/bin/roslaunch ./RoboticsAcademy/exercises/static/exercises/autoparking/web-template/launch/autoparking.launch"],
"instructions_host": "python3 /RoboticsAcademy/exercises/static/exercises/autoparking/web-template/exercise.py 0.0.0.0"
},
"autoparking_v2": {
"gazebo_path": "/RoboticsAcademy/exercises/autoparking_v2/web-template/launch",
"instructions_ros": ["/opt/ros/noetic/bin/roslaunch ./RoboticsAcademy/exercises/autoparking_v2/web-template/launch/autoparking.launch"],
"instructions_host": "python3 /RoboticsAcademy/exercises/autoparking_v2/web-template/exercise.py 0.0.0.0"
}, |
Thanks @pariaspe ! |
Hey @pariaspe , |
Hey, I've fixed that on #1962 , so if you build RADI from master again, and you add the exercise as always it should work, |
I checked the same twice once by implementing the changes onto the branch I was testing changes on, and second by cloning the branch where the changes were made |
It should work. @ango1994 tested this morning and merged the branch. Could you try again? |
Hey @pariaspe I have sucessuflly added the exercise and made the required changes for it to run. |
Nice, good work! Let's keep talking here since we are debugging it. Have you checked the GAZEBO_MODEL_PATH env var? |
Hey, thanks ! |
hey @pariaspe I am getting this error after running - |
Hi @GauravKumar9920 you need to rebuild the base image since there have been changes in the dependencies. "./build.sh -f test" |
kindly check the PR, I have fixed the world not being able to spawn issue. |
Thanks @GauravKumar9920 , I've merged #1965. I'm able to spawn the world file correctly. I'm able to move the car too. |
Okkayy, I will look into it. |
hey @pariaspe , can you provide me with the code to regenerate the bug. |
I'm building the RADI, launching the exercises and slowly moving the car ( |
Hey @pariaspe , I ran the bot for a few minutes and also restarted the same a few times the connection seems to be fine and didn't get disconnected. |
About the
about js map viewer issue can you elaborate. |
Also:
|
I will try fixing it.. |
Closed on #2134 |
No description provided.
The text was updated successfully, but these errors were encountered: