You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ROS1 is nearing end of life. For new projects, it is highly recommended to use the most recent long term support (LTS) ROS2 distribution.
100
100
101
-
Next, open the project:
102
-
103
-
<!-- tabs:start -->
104
-
105
-
#### **Hardware Beta Testers**
106
-
107
-
```bash
108
-
cd lrr-fa24-beta && code .
109
-
```
110
-
111
-
#### **ROS2: Humble (Recommended)**
112
-
113
-
```bash
114
-
cd lrr-template-project && code .
115
-
```
116
-
117
-
#### **ROS1: Noetic**
118
-
119
-
```bash
120
-
cd lrr-template-project && code .
121
-
```
122
-
123
-
<!-- tabs:end -->
124
-
125
-
Finally, start the devcontainer (View -> Command Palate -> (type) "Rebuild and Reopen in Container").
101
+
Next, open the project in VSCode (File -> Open Folder -> (chose the folder you just cloned) and start the devcontainer (View -> Command Palate -> (type) "Rebuild and Reopen in Container").
126
102
127
103
> [!INFO]
128
104
> Mac and Windows users, Docker Desktop must be started before opening the container.
129
105
130
106
The first time building the container will take some time (30+ minutes). This only has to happen once, in the future it will be much quicker.
131
107
132
-
133
108
You should now have an open VSCode window running the developement container.
0 commit comments