PKG DOCS – robocluedo_mission_manager
this is the center of the architecture for the robocluedo project.
The node provides three nodes:
mission_manager.cpp : the main node of the architecture; the node which runs the investigation
manipulation_unit.cpp in RCL#3 is used by the mission manager only in order to move the arm continuously; this movement makes the robot more capable of finding hints in the environment
navigation_unit.cpp acts as a bridge between the ROSPlan actions requiring the navigation capabilities of the system, and the motion controllers of the system, guaranteeing the architectural separation between different components of the project.
User Documentation
UML diagrams
code reference