You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/doxygen-pages/changeLog_doc.h
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,8 @@
69
69
- mrpt::slam::TMatchingExtraResults
70
70
- mrpt::slam::CObservationIMU now includes data fields for 3D magnetometers and altimeters. - [(commit)](http://code.google.com/p/mrpt/source/detail?r=3451)
71
71
- Method renamed mrpt::utils::CEnhancedMetaFile::selectVectorTextFont() to avoid shadowing mrpt::utils::CCanvas::selectTextFont()
72
+
- mrpt::reactivenav::CParameterizedTrajectoryGenerator: New method for inverse look-up of WS to TP space - [(commit)]()
* \param[out] out_d Trajectory distance, normalized such that D_max becomes 1.
89
+
*
90
+
* \return true if the distance between (x,y) and the actual trajectory point is below the given tolerance (in meters).
91
+
* \note The default implementation in CParameterizedTrajectoryGenerator relies on a look-up-table. Derived classes may redefine this to closed-form expressions, when they exist.
92
+
*/
93
+
virtualboolinverseMap_WS2TP(float x, float y, int &out_k, float &out_d, float tolerance_dist = 0.10f) const;
94
+
95
+
/** The "lambda" function, see paper for info. It takes the (a,d) pair that is closest to a given location. */
0 commit comments