Skip to content
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

Laser Mapping docker run command not working #1669

Closed
Apoorvgarg-creator opened this issue Apr 13, 2022 · 5 comments
Closed

Laser Mapping docker run command not working #1669

Apoorvgarg-creator opened this issue Apr 13, 2022 · 5 comments

Comments

@Apoorvgarg-creator
Copy link
Member

Laser Mapping Exercise the command mentioned in the heading "How to perform the exercise ?"

docker run --rm -it -p 8000:8000 -p 2303:2303 -p 1905:1905 -p 8765:8765 -p 6080:6080 -p 1108:1108 jderobot/robotics-academy:3.1.4 ./start-3.1.sh

Error -
Screenshot 2022-04-13 at 12 03 27 PM

Solution -

docker run --rm -it -p 8000:8000 -p 2303:2303 -p 1905:1905 -p 8765:8765 -p 6080:6080 -p 1108:1108 jderobot/robotics-academy:latest ./start-3.1.sh

I can raise the PR if it is required.

@pariaspe
Copy link
Collaborator

Hi @Apoorvgarg-creator, thanks for noticing. Launching instruction at Laser Mapping exercise is quite out of date, we are currently at version 3.2.5.
Latest image (which points to 3.2.5) included some changes in the exercise launching. I'm updating launching instructions soon (#1643), but it will be great if you can try launching the exercise with the following command:

docker run --rm -it -p 8000:8000 -p 2303:2303 -p 1905:1905 -p 8765:8765 -p 6080:6080 -p 1108:1108 jderobot/robotics-academy

@Apoorvgarg-creator
Copy link
Member Author

@pariaspe I have seen whenever I hover over a card in Robot Academy exercise page, it shows a blank result.

Screen recording -

Screen.Recording.2022-04-15.at.4.59.53.PM.mov

@pariaspe
Copy link
Collaborator

Not sure if it's the expected behavior or it may be a bug on css/html files. Feel free to open an issue related to it.
(Please try to not mix unrelated content to the same issue)

@Apoorvgarg-creator
Copy link
Member Author

Not sure if it's the expected behavior or it may be a bug on css/html files. Feel free to open an issue related to it.
(Please try to not mix unrelated content to the same issue)

Sorry for the mixup.
I will open another issue regarding this.

@pariaspe
Copy link
Collaborator

pariaspe commented May 3, 2022

Done in #1692

@pariaspe pariaspe closed this as completed May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants