osrf / vrx

Virtual RobotX (VRX) resources.
Apache License 2.0
421 stars 189 forks source link

Docker Troubleshooting Tutorials - Review #714

Closed crvogt closed 6 months ago

crvogt commented 1 year ago

Docker Orientation for VRX Competitors

Is Rocker used anywhere in the tutorials apart from the install?

Creating a Competitor Image

Troubleshooting trial runs

M1chaelM commented 1 year ago

@crvogt Rocker is not called explicitly anywhere in the tutorials. It is used by the vrx-docker/vrx_server/build_image.bash script to create the vrx-server image.

crvogt commented 1 year ago

@M1chaelM Ok, I was a little confused going through the dockwater link and seeing it added to the dependencies list.

M1chaelM commented 1 year ago

Some notes @caguero found while reviewing this tutorial as part of a review of the phase 1 instructions (copied from #718):

crvogt commented 1 year ago

Code naming convention examples for "Run a trial manually" updated.