|
MFCPP
1.0
|
Corentin Chauvin-Hameau – 2019-2020
|
|
Coverage Path Planning for an underwater robot surveying a marine farm
|
|
Callback class for overlap detection. More...


Public Member Functions | |
| OverlapCallback (CameraNodelet *parent) | |
| virtual void | notifyOverlap (rp3d::CollisionBody *body) |
Private Attributes | |
| CameraNodelet * | parent_ |
| Parent CameraNodelet instance. More... | |
Callback class for overlap detection.
Definition at line 80 of file camera_nodelet.hpp.
| mfcpp::CameraNodelet::OverlapCallback::OverlapCallback | ( | CameraNodelet * | parent | ) |
Definition at line 20 of file collision.cpp.
|
virtual |
Definition at line 36 of file collision.cpp.
|
private |
Parent CameraNodelet instance.
Definition at line 88 of file camera_nodelet.hpp.
1.8.11