]> rtime.felk.cvut.cz Git - hubacji1/rrts.git/commitdiff
Update docs to show used planner
authorJiri Vlasak <jiri.vlasak.2@cvut.cz>
Tue, 31 May 2022 09:42:04 +0000 (11:42 +0200)
committerJiri Vlasak <jiri.vlasak.2@cvut.cz>
Tue, 31 May 2022 10:46:54 +0000 (12:46 +0200)
incl/rrtsp.hh

index c79fdc0994c59828ef16f7c019629701133134a1..255da02f336c163651589681ae804a8669b1ecb7 100644 (file)
  * RRT* planners have no implementation.
  *
  * \file
+ * \defgroup planners RRTS Planners
  */
-#ifndef RRTS_RRTCE_H
-#define RRTS_RRTCE_H
+#ifndef RRTS_RRTSP_H
+#define RRTS_RRTSP_H
 
 #include "rrtext.hh"
 
 namespace rrts {
 
+/*! \brief Planner with optimization and reset.
+ *
+ * \ingroup planners
+ */
 class P39 : public RRTExt2, public RRTExt8, public RRTExt10, public RRTExt14,
                public RRTExt15, public RRTExt16, public RRTExt17,
                public RRTExt13 {
@@ -103,4 +108,4 @@ public:
 };
 
 } // namespace rrts
-#endif /* RRTS_RRTCE_H */
+#endif /* RRTS_RRTSP_H */