Skip to content

Commit

Permalink
fix links in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmukadam committed Jun 17, 2016
1 parent 13bbdbc commit d211c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Note that SDF computation takes longer with smaller cell size and larger extents

GPMP2 parameters
-----
More information on parameters associated with the GPMP2 algorithm can be found in [GPMP2's doc](https://github.com/gtrll/gpmp2/doc/Parameters.md).
More information on parameters associated with the GPMP2 algorithm can be found in [GPMP2's documentation](https://github.com/gtrll/gpmp2/wiki).

- **robot**: openrave robot object.
- **end_conf**: goal in configuration space.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Documentation
=============

This is documentation for orgpmp2 that is a OpenRAVE plugin for the [GPMP2](https://github.com/gtrll/gpmp2) algorithm. This plugin comes with a python wrapper and its usage is described here using examples on WAM arm and PR2 robot. For a detailed description about the algorithm see [GPMP2 docs](https://github.com/gtrll/gpmp2/doc/index.md).
This is documentation for orgpmp2 that is a OpenRAVE plugin for the [GPMP2](https://github.com/gtrll/gpmp2) algorithm. This plugin comes with a python wrapper and its usage is described here using examples on WAM arm and PR2 robot. For a detailed description about the algorithm see [GPMP2's documentation](https://github.com/gtrll/gpmp2/wiki).

- [Usage](Usage.md)
- [Parameters](Parameters.md)

0 comments on commit d211c59

Please sign in to comment.