Skip to content

Commit 4ea4afb

Browse files
it's "ROS 2"
1 parent a769f77 commit 4ea4afb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/GettingStarted.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ After installation, you should test if you are able to run `rviz`/`rviz2` and ot
272272
=== "Mamba"
273273
=== "Mamba"
274274

275-
**ROS1**
275+
**ROS 1**
276276
```bash title="First terminal"
277277
mamba activate ros_env
278278
roscore
@@ -283,10 +283,10 @@ After installation, you should test if you are able to run `rviz`/`rviz2` and ot
283283
rviz
284284
```
285285

286-
**ROS2**
286+
**ROS 2**
287287
!!! note
288288

289-
ROS2 has the benefit of not needing a `roscore`, so only a single terminal is needed to run a tool.
289+
ROS 2 has the benefit of not needing a `roscore`, so only a single terminal is needed to run a tool.
290290

291291
```bash title="Terminal"
292292
mamba activate ros_env
@@ -295,7 +295,7 @@ After installation, you should test if you are able to run `rviz`/`rviz2` and ot
295295

296296
=== "Micromamba"
297297
298-
**ROS1**
298+
**ROS 1**
299299
```bash title="First terminal"
300300
micromamba activate ros_env
301301
roscore
@@ -306,10 +306,10 @@ After installation, you should test if you are able to run `rviz`/`rviz2` and ot
306306
rviz
307307
```
308308

309-
**ROS2**
309+
**ROS 2**
310310
!!! note
311311

312-
ROS2 has the benefit of not needing a `roscore`, so only a single terminal is needed to run a tool.
312+
ROS 2 has the benefit of not needing a `roscore`, so only a single terminal is needed to run a tool.
313313

314314
```bash title="Terminal"
315315
micromamba activate ros_env
@@ -352,7 +352,7 @@ After installation, you should test if you are able to run `rviz`/`rviz2` and ot
352352
!!! note
353353
Remember if trying to activate the pixi from outside the project directory, provide the path to the pixi.toml with `--manifest-path`.
354354

355-
**ROS1**
355+
**ROS 1**
356356
```bash title="First terminal"
357357
cd robostack
358358
pixi run -e noetic roscore
@@ -375,7 +375,7 @@ After installation, you should test if you are able to run `rviz`/`rviz2` and ot
375375
rviz
376376
```
377377

378-
**ROS2**
378+
**ROS 2**
379379
```bash title="Terminal"
380380
cd robostack
381381
pixi run -e humble rviz2 # OR jazzy, kilted

0 commit comments

Comments
 (0)