Skip to content

Commit

Permalink
Add PDF with localization design to /doc (ros-navigation#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtc7 committed Jul 16, 2020
1 parent f6874dc commit 6d4fcf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added doc/design/Nav2_Localization_Design.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions nav2_localization/include/plugins/matcher_plugins.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
namespace nav2_localization_plugins
{
// Implements a vanilla matcher for 2D NDT maps (for NDT-MCL localization)
class Vanilla2d : public nav2_localization_base::Matcher
class VanillaNDT2d : public nav2_localization_base::Matcher
{
private:
ndt_grid_2d_t map;

public:
Vanilla2d(){}
VanillaNDT2d(){}

// TODO - How to send position?
float get_overlap(const nav2_localization::measurement_t& measurement, const vector<float>& pos, const nav2_localization::ndt_grid_2d_t& map); // Computes the overlap between a measurement and what should be measured given the current position and a map
Expand Down

0 comments on commit 6d4fcf4

Please sign in to comment.