]> rtime.felk.cvut.cz Git - hubacji1/rrts.git/commitdiff
Improve docs for (collision) ext 20
authorJiri Vlasak <jiri.vlasak.2@cvut.cz>
Thu, 18 Aug 2022 12:49:16 +0000 (14:49 +0200)
committerJiri Vlasak <jiri.vlasak.2@cvut.cz>
Thu, 18 Aug 2022 12:49:18 +0000 (14:49 +0200)
incl/rrtext.hh

index 87d39c4bc25d47f8915a96f906e60b60ec6164f2..d8bcfd6eed1c4bcd4a37da59b0950b4a04123927 100644 (file)
 namespace rrts {
 
 /*! \brief Collision check based on occupancy grid.
+ *
+ * This approach expects obstacles to be represented by points and the collision
+ * occures whenever the point is inside the frame given by the car pose and the
+ * car size.
  *
  * \ingroup ext-col
  */