Skip to content

Commit ac2c48f

Browse files
Fix repo link, remove reference to code . (feature has to be enabled before it can be used)
1 parent e25ea2f commit ac2c48f

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

software_installation.md

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Start a new terminal (Terminal -> New Terminal) and run the following command to
7878
#### **Hardware Beta Testers**
7979

8080
```bash
81-
git clone --recurse-submodules https://github.com/little-red-rover/lrr-fa24-beta.git
81+
git clone --recurse-submodules https://github.com/empriselab/lrr-fa24-beta.git
8282
```
8383

8484
#### **ROS2: Humble (Recommended)**
@@ -98,38 +98,13 @@ git clone --recurse-submodules https://github.com/little-red-rover/lrr-template-
9898
> [!TIP]
9999
> ROS1 is nearing end of life. For new projects, it is highly recommended to use the most recent long term support (LTS) ROS2 distribution.
100100
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").
126102

127103
> [!INFO]
128104
> Mac and Windows users, Docker Desktop must be started before opening the container.
129105
130106
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.
131107

132-
133108
You should now have an open VSCode window running the developement container.
134109

135110
## Connecting to the Robot

0 commit comments

Comments
 (0)