RoboticsAcademy icon indicating copy to clipboard operation
RoboticsAcademy copied to clipboard

"robotics academy" on windows

Open nmunoz345 opened this issue 7 months ago • 8 comments

Dear colleagues, I tried to install "robotics academy" on windows 10, following the instructions

"2. How to launch a Robotics Academy container?"
from https://jderobot.github.io/RoboticsAcademy/user_guide/

(Launch databases & Start a new docker container of the image and keep it running in the background)

but it seems there is an error, because the instructions are made for linux and don`t work when copy and paste on windows. This is easy to correct, but it is necessary to update the instructions on the web site, for new users. thanks

nmunoz345 avatar Jun 16 '25 17:06 nmunoz345

Hi , could you please share more insights on what's the error your facing . Also the user guide does have instructions for windows users. You can find it right after the Linux section.

AshishRamesh avatar Jun 16 '25 17:06 AshishRamesh

hi, I tried to copy and paste on windows, this command instruction

docker run --hostname my-postgres --name academy_db -d
-e POSTGRES_DB=academy_db
-e POSTGRES_USER=user-dev
-e POSTGRES_PASSWORD=robotics-academy-dev
-e POSTGRES_PORT=5432
-d -p 5432:5432
jderobot/robotics-database:latest


but it doesn´t work,
on windows you have to type just on single command instruction (without slash commands "" ) like this:

docker run --hostname my-postgres --name academy_db -d-e POSTGRES_DB=academy_db -e POSTGRES_USER=user-dev -e POSTGRES_PASSWORD=robotics-academy-dev -e POSTGRES_PORT=5432 -d -p 5432:5432 jderobot/robotics-database:latest

so, I recommend to update this on the web site, for windows users.

nmunoz345 avatar Jun 16 '25 19:06 nmunoz345

Did you install docker in windows?

codezerro avatar Jun 16 '25 19:06 codezerro

yes, I did it

to solve this issue I recommend to update this on the web site, for windows users.

on windows you have to type just on single command instruction (without slash commands "/" ) like this:

docker run --hostname my-postgres --name academy_db -d-e POSTGRES_DB=academy_db -e POSTGRES_USER=user-dev -e POSTGRES_PASSWORD=robotics-academy-dev -e POSTGRES_PORT=5432 -d -p 5432:5432 jderobot/robotics-database:latest

nmunoz345 avatar Jun 16 '25 19:06 nmunoz345

Did you use it on cmd?

codezerro avatar Jun 16 '25 19:06 codezerro

Yes, i did it

Currently the issue is solved just typed one single command instruction , without slash "/" commands

nmunoz345 avatar Jun 16 '25 20:06 nmunoz345

That's great, i recommend you to use WSL2 for a better experience.

codezerro avatar Jun 16 '25 20:06 codezerro

Yes, i did it

Currently the issue is solved just typed one single command instruction , without slash "/" commands

Glad to see that the issue has been resolved , will update the user guide to reflect the same for windows users. Thank you for the input.

AshishRamesh avatar Jun 17 '25 03:06 AshishRamesh

Checked the postgresql command on W10 and it's working. Please use docker desktop + wsl

CDAM2020 avatar Sep 11 '25 17:09 CDAM2020