JdeRobot / RoboticsAcademy

Learn Robotics with JdeRobot
https://jderobot.github.io/RoboticsAcademy
GNU General Public License v3.0
318 stars 226 forks source link

Update exercises docs with docker compose launching #2494

Closed Syekeon closed 7 months ago

Syekeon commented 7 months ago

It could be a good idea adding the docker compose launching in those exercises already working with the last versions.

Syekeon commented 7 months ago

Also I could be a good idea changing the docker launch without the ports that aren't using in the last versions (or adding a second launch in docs depending on the RADI version)

jmplaza commented 7 months ago

AFAIK only the mapping of 4 ports is required now. For instance: docker run --rm -it -p 7164:7164 -p 6080:6080 -p 1108:1108 -p 7163:7163 jderobot/robotics-academy:4.5.9

pawanw17 commented 7 months ago

Hi @Syekeon In amazon warehouse exercise I have reverted to lift() and putdown()... so let's keep it that way... you may have to update the PR _pages/exercises/MobileRobots/amazon_warehouse.md

Syekeon commented 7 months ago

@pawanw17 Done it!