Skip to content

Commit

Permalink
Fix language in space_robots README (issue #156)
Browse files Browse the repository at this point in the history
  • Loading branch information
eholum committed Jul 31, 2024
1 parent df7fa18 commit cb71377
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions space_robots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ This is for Curiosity Mars rover and Canadarm demos.

## Building the Demo Docker

The demo image builds on top of the `spaceros` base image the local `moveit2` image.
To build the docker image, first ensure the `spaceros` base image is available either by building it locally or pulling it,
then build the `moveit2` and the `space_robots` demo image:
The demo image builds on top of the `spaceros` and `moveit2` images.
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.

Then build the `moveit2` and the `space_robots` demo images:

```bash
cd ../moveit2
Expand Down

0 comments on commit cb71377

Please sign in to comment.