Skip to content

Commit

Permalink
Fix typos in READMEs (#111).
Browse files Browse the repository at this point in the history
Fix two typos (wrong word, missing article).
  • Loading branch information
sea-bass authored and ivanperez-keera committed Jan 11, 2024
1 parent 76cd412 commit 60df891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moveit2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You should see lots of console output and the rviz2 window appear:

![rviz2 tutorial window](resources/moveit2-rviz-tutorial.png)

You can now following the [MoveIt2 Tutorial documentation](https://moveit.picknik.ai/main/doc/tutorials/quickstart_in_rviz/quickstart_in_rviz_tutorial.html).
You can now follow the [MoveIt2 Tutorial documentation](https://moveit.picknik.ai/main/doc/tutorials/quickstart_in_rviz/quickstart_in_rviz_tutorial.html).

## Running the MoveIt2 Move Group C++ Interface Demo

Expand Down
2 changes: 1 addition & 1 deletion space_robots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Then run:
$ ./run.sh
```

Depending on the host computer, you might need to remove ```--gpus all``` flag in ```run.sh```, which uses your GPUs.
Depending on the host computer, you might need to remove the ```--gpus all``` flag in ```run.sh```, which uses your GPUs.

## Running the Demos

Expand Down

0 comments on commit 60df891

Please sign in to comment.