Skip to content
Snippets Groups Projects
Commit ed58403b authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

doc

parent 86d018ef
No related branches found
No related tags found
2 merge requests!36After cmake and const refactor,!28Resolve "Building a new visual odometry system"
......@@ -109,7 +109,7 @@ namespace wolf{
* {
* obs->project();
* if (obs->isVisible())
* grid.hiCell(obs->expectation.x()); // add only visible landmarks
* grid.hitCell(obs->pixel()); // add only visible landmarks
* }
*
* // Then we process the selected observations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment