HandoverTargetProvider.cpp
Go to the documentation of this file.
2
4{
5 HandoverTargetProvider::HandoverTargetProvider(const std::string& humanTrackingId,
6 const VirtualRobot::RobotPtr& robot) :
7 humanTrackingId_(humanTrackingId), robot_(robot)
8 {
9 }
10
11 void
13 {
14 phase_ = phase;
15 }
16
17
18} // namespace armarx::view_selection::target_provider::handover
HandoverTargetProvider(const std::string &humanTrackingId, const VirtualRobot::RobotPtr &robot)
std::shared_ptr< class Robot > RobotPtr
Definition Bus.h:19