| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
DualCoding::MapBuilder Class Reference
Inheritance diagram for DualCoding::MapBuilder:
![]() Detailed DescriptionDefinition at line 32 of file MapBuilder.h.
Member Typedef Documentation
Definition at line 52 of file MapBuilder.h. Constructor & Destructor Documentation
Constructor. Definition at line 48 of file MapBuilder.cc.
Destructor. Definition at line 113 of file MapBuilder.h.
never call this Member Function Documentation
Definition at line 634 of file MapBuilder.cc. Referenced by executeRequest().
define gazePts either virtually or by scan Definition at line 849 of file MapBuilder.cc. Referenced by executeRequest().
Definition at line 312 of file MapBuilder.cc.
Returns true if there is a shape which needs be looked at again and is reachable; sets it up as nextGazePoint. Definition at line 264 of file MapBuilder.cc.
Returns true if it has set up a valid next gaze point in nextGazePoint. Definition at line 251 of file MapBuilder.cc. Referenced by doEvent(), and executeRequest().
Delegate function for event processing, the event itself is pointed to (only for the duration of the doEvent() call!) by event. Default implementation watches for 'private' text message events (those forwarded by a BehaviorSwitchControl from ControllerGUI input) and will publically rebroadcast them. The idea is that your own processEvent gets first dibs, but if the behavior doesn't handle the text message, it will be handed off for others. Reimplemented from BehaviorBase. Definition at line 179 of file MapBuilder.cc.
Definition at line 338 of file MapBuilder.cc. Referenced by doEvent(), and executeRequest().
Execture a MapBuilder request and store the address of the requesting behavior to use as the source ID in a mapbuilder status event. Definition at line 100 of file MapBuilder.cc.
Execute a MapBuilder request, and optionally store the request id in a variable; the id will be returned in any case. Definition at line 106 of file MapBuilder.cc.
Triggers action to execute the request at the front of the queue. Definition at line 120 of file MapBuilder.cc. Referenced by executeRequest(), and requestComplete().
Definition at line 394 of file MapBuilder.cc. Referenced by processImage().
Definition at line 407 of file MapBuilder.cc. Referenced by processImage().
Definition at line 565 of file MapBuilder.cc. Referenced by processImage().
utility functions which may be used by MapBuilderRequest's exit condition and others Definition at line 132 of file MapBuilder.h.
Definition at line 1240 of file MapBuilder.cc. Referenced by getCameraShapes().
Definition at line 1115 of file MapBuilder.cc.
Definition at line 1099 of file MapBuilder.cc. Referenced by getCameraShapes().
Definition at line 992 of file MapBuilder.cc. Referenced by getCameraShapes().
Definition at line 944 of file MapBuilder.cc. Referenced by processImage().
Definition at line 964 of file MapBuilder.cc. Referenced by getCameraShapes().
Definition at line 1170 of file MapBuilder.cc. Referenced by getCameraShapes().
Definition at line 1011 of file MapBuilder.cc. Referenced by getCameraShapes().
Definition at line 1201 of file MapBuilder.cc. Referenced by getCameraShapes().
Definition at line 1037 of file MapBuilder.cc. Referenced by getCameraShapes().
Definition at line 1134 of file MapBuilder.cc. Referenced by getCameraShapes().
Definition at line 1055 of file MapBuilder.cc. Referenced by getCameraShapes().
Gives a short description of what this particular instantiation does (in case a more specific description is needed on an individual basis). By default simply returns getName(), because any calls from a BehaviorBase function to getClassDescription() are going to call BehaviorBase::getClassDescription(), not ~YourSubClass~getClassDescription(), because static functions can't be virtual in C++ (doh!) This means that getDescription called on a pointer to a BehaviorBase of unknown subtype would always return an empty string, which is pretty useless. So instead we return the name in this situation. If you want getDescription to return getClassDescription, you'll have to override it in your subclass to do so. Reimplemented from BehaviorBase. Definition at line 116 of file MapBuilder.h.
Definition at line 138 of file MapBuilder.h.
Definition at line 362 of file MapBuilder.cc. Referenced by executeRequest().
Definition at line 486 of file MapBuilder.cc.
Definition at line 479 of file MapBuilder.cc.
template<class T >
Definition at line 257 of file MapBuilder.h.
Definition at line 492 of file MapBuilder.cc.
Definition at line 344 of file MapBuilder.cc. Referenced by determineNextGazePoint().
Definition at line 509 of file MapBuilder.cc. Referenced by isShapeVisible(), and removeNoise().
Definition at line 499 of file MapBuilder.cc. Referenced by isShapeVisible(), and removeGazePts().
Definition at line 50 of file MapBuilder.h.
Definition at line 545 of file MapBuilder.cc. Referenced by removeNoise().
Definition at line 679 of file MapBuilder.cc. Referenced by extendLocal(), extendWorld(), and importLocalToWorld().
updates the agent location and heading after a relative move Definition at line 469 of file MapBuilder.cc.
Starts robot moving to the next gaze point. Definition at line 322 of file MapBuilder.cc. Referenced by doEvent(), and executeRequest().
Definition at line 1229 of file MapBuilder.cc.
never call this
Called by start() before the doStart(), allows superclasses to do some initialization startup preceeding subclass customization. For robustness to future change, subclasses should be sure to call the superclass implementation. Reimplemented from BehaviorBase. Definition at line 65 of file MapBuilder.cc.
Definition at line 916 of file MapBuilder.cc.
Definition at line 219 of file MapBuilder.cc. Referenced by doEvent(), and grabCameraImageAndGo().
Definition at line 660 of file MapBuilder.cc. Referenced by processImage().
Definition at line 664 of file MapBuilder.cc.
erase gaze points which should have been seen according to the baseToCam matrix Definition at line 896 of file MapBuilder.cc. Referenced by extendWorld().
decrement confidence of shapes which should have been seen according to the baseToCam matrix Definition at line 804 of file MapBuilder.cc. Referenced by extendLocal(), and extendWorld().
posts completion event and deletes current request, executes next request if there is one Definition at line 424 of file MapBuilder.cc. Referenced by defineGazePts(), doEvent(), executeRequest(), and grabCameraImageAndGo().
calls exitTest of current request if there is one and returns the result Definition at line 417 of file MapBuilder.cc. Referenced by doEvent().
Definition at line 1257 of file MapBuilder.cc.
Definition at line 380 of file MapBuilder.cc. Referenced by defineGazePts().
Sets agent location and heading, and recomputes local-to-world transformation matrices. Called by the Pilot. Definition at line 444 of file MapBuilder.cc. Referenced by moveAgent().
Control whether static structures (mapbuilder, sketchGUI sockets, etc.) are retained. Definition at line 49 of file MapBuilder.h.
Definition at line 75 of file MapBuilder.h.
Calling this signals the behavior to stop running. In turn, this calls doStop(), then removes the behavior from the registry and subtracts from the reference counter Ñ thus may delete the object if no other references remain. You shouldn't override this — override doStop instead. Reimplemented from BehaviorBase. Definition at line 90 of file MapBuilder.cc.
Definition at line 350 of file MapBuilder.cc. Referenced by executeRequest(), and moveToNextGazePoint().
Definition at line 1274 of file MapBuilder.cc.
Definition at line 1268 of file MapBuilder.cc. Friends And Related Function Documentation
Definition at line 79 of file MapBuilder.h.
Definition at line 78 of file MapBuilder.h.
Definition at line 80 of file MapBuilder.h. Member Data Documentation
gaze points for which HeadPointerMC.lookAtPoint() returned false Definition at line 90 of file MapBuilder.h. Referenced by determineNextGazePoint(), filterGroundShapes(), and preStart().
Definition at line 35 of file MapBuilder.h. Referenced by executeRequest(), getShapes(), and preStart().
Definition at line 34 of file MapBuilder.h. Referenced by executeRequest(), preStart(), and processImage().
Definition at line 93 of file MapBuilder.h. Referenced by calculateGroundPlane(), defineGazePts(), determineNextGazePoint(), doEvent(), doNextSearch(), executeRequest(), extendLocal(), extendWorld(), filterGroundShapes(), getCamAprilTags(), getCamBlobs(), getCamEllipses(), getCameraShapes(), getCamLines(), getCamMarkers(), getCamPolygons(), getCamSiftObjects(), getCamSpheres(), getCamTargets(), getCamWalls(), matchSrcToDst(), moveToNextGazePoint(), processImage(), removeGazePts(), removeNoise(), requestComplete(), requestExitTest(), scanForGazePts(), setAgent(), stop(), and storeImage().
ground plane to which shapes are projected Definition at line 43 of file MapBuilder.h. Referenced by calculateGroundPlane(), projectToGround(), and projectToLocal().
Definition at line 35 of file MapBuilder.h. Referenced by extendLocal(), extendWorld(), filterGroundShapes(), getShapes(), preStart(), and projectToLocal().
Definition at line 94 of file MapBuilder.h. Referenced by executeRequest().
Definition at line 37 of file MapBuilder.h. Referenced by determineNextGazePoint(), executeRequest(), extendLocal(), importLocalToWorld(), importWorldToLocal(), preStart(), and projectToLocal().
Definition at line 36 of file MapBuilder.h. Referenced by executeRequest(), and preStart(). Definition at line 86 of file MapBuilder.h. Referenced by determineNextGazePoint(), extendWorld(), importLocalShapeToWorld(), importLocalToWorld(), and setAgent().
square of current request's max distance parameter Definition at line 95 of file MapBuilder.h. Referenced by executeRequest(), filterGroundShapes(), isBadGazePoint(), removeGazePts(), and removeNoise().
Definition at line 70 of file MapBuilder.h. Referenced by determineNextGazePoint().
Definition at line 56 of file MapBuilder.h. Referenced by requestComplete().
Definition at line 57 of file MapBuilder.h.
Definition at line 68 of file MapBuilder.h. Referenced by removeNoise().
Definition at line 54 of file MapBuilder.h. Referenced by doEvent().
Definition at line 55 of file MapBuilder.h. Referenced by executeRequest().
Definition at line 61 of file MapBuilder.h. Referenced by calculateGroundPlane().
Definition at line 63 of file MapBuilder.h. Referenced by matchSrcToDst().
Definition at line 58 of file MapBuilder.h. Referenced by moveToNextGazePoint().
Definition at line 64 of file MapBuilder.h. Referenced by filterGroundShapes(), and matchSrcToDst().
Definition at line 62 of file MapBuilder.h. Referenced by filterGroundShapes().
Definition at line 69 of file MapBuilder.h. Referenced by setAgent().
Definition at line 65 of file MapBuilder.h. Referenced by matchSrcToDst().
Definition at line 59 of file MapBuilder.h. Referenced by getCamBlobs(), getCamEllipses(), getCamLines(), getCamMarkers(), getCamPolygons(), getCamSpheres(), getCamTargets(), and getCamWalls().
Definition at line 60 of file MapBuilder.h. Referenced by getCamBlobs(), getCamEllipses(), getCamLines(), getCamMarkers(), getCamPolygons(), getCamSiftObjects(), getCamSpheres(), getCamTargets(), and getCamWalls().
Definition at line 66 of file MapBuilder.h. Referenced by matchSrcToDst().
Definition at line 67 of file MapBuilder.h. Referenced by removeNoise().
Definition at line 53 of file MapBuilder.h. Referenced by preStart().
Definition at line 99 of file MapBuilder.h. Referenced by determineNextGazePoint(), moveToNextGazePoint(), and storeImage().
Definition at line 98 of file MapBuilder.h. Referenced by doEvent(), doNextSearch(), grabCameraImageAndGo(), and storeImage().
Definition at line 92 of file MapBuilder.h. Referenced by executeRequest(), requestComplete(), and stop().
if true, VRmixin::stopCrew will not clear MapBuilder structures Definition at line 45 of file MapBuilder.h. Referenced by isRetained(), and setRetain().
ID's for lookout requests. Definition at line 98 of file MapBuilder.h. Referenced by doEvent(), and scanForGazePts().
Definition at line 96 of file MapBuilder.h. Referenced by getCamSiftObjects(), newSiftMatcher(), saveSiftDatabase(), and trainSiftObject().
Agent in the world frame Definition at line 82 of file MapBuilder.h. Referenced by getAgent(), moveAgent(), and setAgent().
Definition at line 73 of file MapBuilder.h. Referenced by executeRequest(), preStart(), setAgent(), and setVerbosity().
Definition at line 39 of file MapBuilder.h. Referenced by determineNextGazePoint(), executeRequest(), extendWorld(), importLocalShapeToWorld(), importLocalToWorld(), and preStart().
Definition at line 38 of file MapBuilder.h. Referenced by executeRequest(), and preStart(). Definition at line 86 of file MapBuilder.h. Referenced by determineNextGazePoint(), extendWorld(), importLocalToWorld(), importWorldToLocal(), and setAgent(). Definition at line 86 of file MapBuilder.h. Referenced by determineNextGazePoint(), extendWorld(), importLocalToWorld(), importWorldToLocal(), and setAgent().
Definition at line 41 of file MapBuilder.h. Referenced by getCamWalls().
width and height of camera frame Definition at line 41 of file MapBuilder.h. Referenced by getCamWalls(). The documentation for this class was generated from the following files: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v5.1CVS |
Generated Tue Jan 31 04:32:30 2012 by Doxygen 1.6.3 |