Skip to content

Commit

Permalink
added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leonyi4 committed Apr 20, 2024
1 parent 43c1ca5 commit 7c861c8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# How to use Dev container

- Install Docker and the 'Devcontainer' extension in VSCode

- Clone the repository and open the folder in VSCode

- Use `Ctrl/Cmd + Shift + P` to open the command palette

- Select 'Dev containers: Rebuild and Reopen in Container' Option

- Wait for the container to finish setting up

- Type this command into the terminal `roslaunch pycram ik_and_description.launch` to start roscore

- Note: Bullet world needs a display to be connected; the render mode needs to be set to direct when running on GitHub codespaces or on WindowOS; Otherwise, the kernel will crash
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "PyCRAM vscode devcontainer",
"image": "pycram/pycram:dev",
"features": {
"ghcr.io/devcontainers/features/git:1": {},
Expand Down

0 comments on commit 7c861c8

Please sign in to comment.