Skip to content

Commit

Permalink
README.md: Switch docker ospreyrobotics -> unfrobotics
Browse files Browse the repository at this point in the history
  • Loading branch information
wltjr committed Jun 27, 2024
1 parent cb419a4 commit ba9eaac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Development Environment for various robotics purposes at UNF, club,
research, and development. This container contains the initial
environment to build and run simulations using pybullet.

[Latest](https://hub.docker.com/r/ospreyrobotics/docker-pybullet/tags)
[Latest](https://hub.docker.com/r/unfrobotics/docker-pybullet/tags)

## Docker Pull Command
```bash
docker pull ospreyrobotics/docker-pybullet:latest
docker pull unfrobotics/docker-pybullet:latest
```

## enable X11 ssh forwarding
Expand All @@ -37,5 +37,5 @@ directory `/project/unf-robotics` to internal directory
```bash
docker run --net=host --rm -it --env DISPLAY=$DISPLAY --privileged \
-v /dev:/dev -v /project/unf-robotics/:/opt/unf-robotics \
ospreyrobotics/docker-pybullet:latest
unfrobotics/docker-pybullet:latest
```

0 comments on commit ba9eaac

Please sign in to comment.