Public Member Functions | |
CircleDetectionComponent (int id, OptionManager &mgr, const std::string &descrName="CircleDetectionComponent", const std::string &tagName="CircleDetectionComponent") | |
virtual void | updateFrame (Image< PixRGB< byte > > img, bool isFwdCamera) |
virtual void | registerTopics () |
and registerPublisher calls that you would like to happen automatically after init. |
Definition at line 25 of file CircleDetectionComponent.H.
void CircleDetectionComponent::registerTopics | ( | ) | [virtual] |
and registerPublisher calls that you would like to happen automatically after init.
Register Topics: This function is called at the end of init, and is virtual so that is can be overloaded by chid classes. In your overloaded version you should put all of the registerSubsciption
Reimplemented from RobotBrainComponent.
Definition at line 22 of file CircleDetectionComponent.C.