1 #ifndef KINEMATICS_POINTCLOUDHANDLER_HPP 2 #define KINEMATICS_POINTCLOUDHANDLER_HPP 5 #include "HLR/Object.h" 6 #include "RobotController.hpp" 64 void handle_object(
const HLR::Object::ConstPtr& obj);
74 ros::Subscriber world_changes;
PointCloudHandler & operator=(const PointCloudHandler &pch)=delete
Copy assignment operator, deleted.
Concrete handle on the robot using the ROS interface.
Definition: PointCloudHandler.hpp:15
This class contains the main logic of the robotic arm. It handles the calculation of robotic path and...
Definition: RobotController.hpp:139
virtual ~PointCloudHandler()=default
Destructor.
PointCloudHandler(RobotController &controller)
Constructor.