Skip to content

Commit 1b32316

Browse files
Hector AzpuruaHector Azpurua
authored andcommitted
update readme
1 parent f9a4859 commit 1b32316

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
This repo contains a simple way to delevop locally in a ROS1 Noetic docker container using the VScode `[devcontainers](https://containers.dev/)`.
55
A `development container` (or dev container for short) allows you to use a container as a full-featured development environment. It can be used to run an application, to separate tools, libraries, or runtimes needed for working with a codebase, and to aid in continuous integration and testing.
66

7-
This container has already out of the box:
7+
<details>
8+
<summary> Details of the services in this container </summary>
9+
810
- ROS1 noetic with a base workspace `/home/ubuntu/ros_ws/`;
911
- VNC server that allows direct browser access (http://localhost:3080/), so nothing is required to install and use it;
1012
- A `ssh` server, to allow direct access from outside (`ssh ubuntu@localhost -p 3022`)
@@ -15,6 +17,15 @@ This container has already out of the box:
1517
- Setup all environments variables automatically for running ROS
1618
- Automatically open the VNC interface in a ROS tab
1719
- Custom .vscode tasks to deploy roscore/rviz
20+
</details>
21+
22+
## Quick usage
23+
24+
- VNC: http://localhost:3080
25+
- VScode: http://localhost:3081
26+
- SSH: `ssh ubuntu@localhost -p 3022`
27+
- user: `ubuntu`
28+
- pass: `ubuntu`
1829

1930
<figure>
2031
<img src="https://github.com/user-attachments/assets/a5fbef81-d655-4552-91bd-7c9ee71c04e9" alt="Fully loaded interface with the VNC client and multiple terminals on the bottom panel" style="width:100%">

0 commit comments

Comments
 (0)