We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b3cd8 commit e8590c5Copy full SHA for e8590c5
src/dbot/tracker/object_tracker.hpp
@@ -80,15 +80,15 @@ class ObjectTracker
80
* \param image
81
* Current observation image
82
*/
83
- State track(const Obsrv& image);
+ virtual State track(const Obsrv& image);
84
85
/**
86
* \brief Initializes the particle filter with the given initial states and
87
* the number of evaluations
88
* @param initial_states
89
* @param evaluation_count
90
91
- void initialize(const std::vector<State>& initial_states);
+ virtual void initialize(const std::vector<State>& initial_states);
92
93
94
* \brief Transforms the given state or pose in the model coordinate system
0 commit comments