Skip to content

Commit cb71377

Browse files
committed
Fix language in space_robots README (issue #156)
1 parent df7fa18 commit cb71377

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

space_robots/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ This is for Curiosity Mars rover and Canadarm demos.
88

99
## Building the Demo Docker
1010

11-
The demo image builds on top of the `spaceros` base image the local `moveit2` image.
12-
To build the docker image, first ensure the `spaceros` base image is available either by building it locally or pulling it,
13-
then build the `moveit2` and the `space_robots` demo image:
11+
The demo image builds on top of the `spaceros` and `moveit2` images.
12+
To build the docker image, first ensure the `spaceros` base image is available either by [building it locally](https://github.com/space-ros/space-ros) or pulling it.
13+
14+
Then build the `moveit2` and the `space_robots` demo images:
1415

1516
```bash
1617
cd ../moveit2

0 commit comments

Comments
 (0)