#include <MILDRobotModelWithExactIKFactory.hpp>
Public Member Functions | |
RobotModelPtr | createRobotModel () |
MILDRobotModelWithExactIKFactory (float minTiltAngleDegrees, float maxTiltAngleDegrees, float minPanAngleDegrees, float maxPanAngleDegrees) | |
Private Attributes | |
float | mMaxPanAngleDegrees |
float | mMaxTiltAngleDegrees |
float | mMinPanAngleDegrees |
float | mMinTiltAngleDegrees |
Definition at line 27 of file MILDRobotModelWithExactIKFactory.hpp.
robot_model_services::MILDRobotModelWithExactIKFactory::MILDRobotModelWithExactIKFactory | ( | float | minTiltAngleDegrees, |
float | maxTiltAngleDegrees, | ||
float | minPanAngleDegrees, | ||
float | maxPanAngleDegrees | ||
) | [inline] |
Definition at line 33 of file MILDRobotModelWithExactIKFactory.hpp.
RobotModelPtr robot_model_services::MILDRobotModelWithExactIKFactory::createRobotModel | ( | ) | [inline, virtual] |
Implements robot_model_services::RobotModelAbstractFactory.
Definition at line 41 of file MILDRobotModelWithExactIKFactory.hpp.
Definition at line 30 of file MILDRobotModelWithExactIKFactory.hpp.
Definition at line 29 of file MILDRobotModelWithExactIKFactory.hpp.
Definition at line 30 of file MILDRobotModelWithExactIKFactory.hpp.
Definition at line 29 of file MILDRobotModelWithExactIKFactory.hpp.