Skip to content

Conversation

@peifeng-unity
Copy link
Contributor

Package ROS side services into a docker container so that users could skip the preparations of the ROS environment. Tested on macOS and Ubuntu, and both work well.

@peifeng-unity peifeng-unity changed the title Add pick&place docker [AIRO-302] Add pick&place docker Dec 1, 2020
Copy link
Contributor

@mrpropellers mrpropellers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting a small change to the tutorial - otherwise looks like a good addition!

Comment on lines 179 to 182
1. Run ROS in a new docker container

```bash
docker run -it --rm -p 10000:10000 -p 5005:5005 unity-robotics:pick-and-place part_3 /bin/bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd include a link here to the docker build instructions in Part 2 in case a user has skipped ahead or is for some other reason confused about where this container came from.

mrpropellers
mrpropellers previously approved these changes Dec 3, 2020
@peifeng-unity
Copy link
Contributor Author

Thank @mrpropellers that the docker build and run would work on Windows, macOS, and Ubuntu platforms.

@peifeng-unity peifeng-unity merged commit 7d273ed into main Dec 7, 2020
@peifeng-unity peifeng-unity deleted the add-pnp-docker branch December 7, 2020 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants