Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyTaylor authored Sep 18, 2018
1 parent a6aa6bc commit 9ee550c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ The estimation is usually performed in two stages.
* First set `local` to `false` and `range` to encompass all sane values for example `[0.5, 0.5, 0.5, 3.2, 3.2, 3.2, 0.1]` will explore all rotations, plus all translations within 0.5m. The result of this optimization will get you in the ballpark but will most likely have significant error.
* Secondly take the solution from above and use this to set the `inital_guess`, then rerun with `local` set to true and a smaller range for example `[0.1, 0.1, 0.1, 0.5, 0.5, 0.5, 0.01]`.

## Deps
This package depends on ROS, PCL and ncurses. Ncurses can be installed with `sudo apt install libncurses5-dev`

## Parameters
------

Expand Down

0 comments on commit 9ee550c

Please sign in to comment.