ZeroTorqueOrVelocity.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 #include <VirtualRobot/VirtualRobot.h>
5 
7 
8 #include <armarx/control/njoint_controller/joint_space/ControllerInterface.h>
9 
10 namespace armarx
11 {
12  class ControlTarget1DoFActuatorZeroTorque;
13  class ControlTarget1DoFActuatorZeroVelocity;
14 } // namespace armarx
15 
17 {
18 
20  {
21  Ice::FloatSeq targetTorqueOrVelocity;
22  };
23 
25 
27  public NJointControllerWithTripleBuffer<NJointZeroTorqueOrVelocityControllerTarget>,
29  {
30  public:
31  using ConfigPtrT = NJointZeroTorqueOrVelocityControllerConfigPtr;
33  RobotUnitPtr prov,
34  const NJointZeroTorqueOrVelocityControllerConfigPtr& config,
35  const VirtualRobot::RobotPtr&);
36 
37  // NJointControllerInterface interface
38  std::string getClassName(const Ice::Current&) const override;
39  // WidgetDescription::StringWidgetDictionary getFunctionDescriptions(const Ice::Current&) const override;
40  // void callDescribedFunction(const std::string& name, const StringVariantBaseMap& valueMap, const Ice::Current&) override;
41 
42  // NJointController interface
43  void rtRun(const IceUtil::Time& sensorValuesTimestamp,
44  const IceUtil::Time& timeSinceLastIteration) override;
45  // void onPublish(const SensorAndControl&,
46  // const DebugDrawerInterfacePrx&,
47  // const DebugObserverInterfacePrx&) override;
50  const std::map<std::string, ConstControlDevicePtr>&,
51  const std::map<std::string, ConstSensorDevicePtr>&);
52 
53  static NJointZeroTorqueOrVelocityControllerConfigPtr
55 
56  protected:
57  void rtPreActivateController() override;
58  void rtPostDeactivateController() override;
59 
60  std::vector<ControlTarget1DoFActuatorZeroTorque*> targetsTorque;
61  std::vector<ControlTarget1DoFActuatorZeroVelocity*> targetsVel;
64  std::vector<bool> torqueControlled;
65 
66  // NJointZeroTorqueOrVelocityControllerInterface interface
67  public:
68  void setControllerTarget(const Ice::FloatSeq&, const Ice::Current&) override;
69  };
70 
71 } // namespace armarx::control::njoint_controller::joint_space
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityController::rtPostDeactivateController
void rtPostDeactivateController() override
This function is called after the controller is deactivated.
Definition: ZeroTorqueOrVelocity.cpp:208
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityControllerTarget
Definition: ZeroTorqueOrVelocity.h:19
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityController::NJointZeroTorqueOrVelocityController
NJointZeroTorqueOrVelocityController(RobotUnitPtr prov, const NJointZeroTorqueOrVelocityControllerConfigPtr &config, const VirtualRobot::RobotPtr &)
Definition: ZeroTorqueOrVelocity.cpp:27
NJointControllerWithTripleBuffer.h
armarx::StringVariantBaseMap
std::map< std::string, VariantBasePtr > StringVariantBaseMap
Definition: ManagedIceObject.h:110
armarx::NJointControllerWithTripleBuffer
Definition: NJointControllerWithTripleBuffer.h:10
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityControllerTarget::targetTorqueOrVelocity
Ice::FloatSeq targetTorqueOrVelocity
Definition: ZeroTorqueOrVelocity.h:21
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityController::targetsTorque
std::vector< ControlTarget1DoFActuatorZeroTorque * > targetsTorque
Definition: ZeroTorqueOrVelocity.h:60
ProsthesisInterface.values
values
Definition: ProsthesisInterface.py:190
armarx::NJointControllerBase::ConfigPtrT
NJointControllerConfigPtr ConfigPtrT
Definition: NJointControllerBase.h:587
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityController::GenerateConfigFromVariants
static NJointZeroTorqueOrVelocityControllerConfigPtr GenerateConfigFromVariants(const StringVariantBaseMap &values)
Definition: ZeroTorqueOrVelocity.cpp:187
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityController::rtRun
void rtRun(const IceUtil::Time &sensorValuesTimestamp, const IceUtil::Time &timeSinceLastIteration) override
TODO make protected and use attorneys.
Definition: ZeroTorqueOrVelocity.cpp:86
IceInternal::Handle
Definition: forward_declarations.h:8
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityController::setControllerTarget
void setControllerTarget(const Ice::FloatSeq &, const Ice::Current &) override
Definition: ZeroTorqueOrVelocity.cpp:323
armarx::control::njoint_controller::joint_space
Definition: Torque.cpp:12
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityController::GenerateConfigDescription
static WidgetDescription::WidgetPtr GenerateConfigDescription(const VirtualRobot::RobotPtr &, const std::map< std::string, ConstControlDevicePtr > &, const std::map< std::string, ConstSensorDevicePtr > &)
Definition: ZeroTorqueOrVelocity.cpp:109
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityController::maxTorque
float maxTorque
Definition: ZeroTorqueOrVelocity.h:62
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityController::rtPreActivateController
void rtPreActivateController() override
This function is called before the controller is activated.
Definition: ZeroTorqueOrVelocity.cpp:79
max
T max(T t1, T t2)
Definition: gdiam.h:51
armarx::control::njoint_controller::joint_space::TYPEDEF_PTRS_HANDLE
TYPEDEF_PTRS_HANDLE(NJointTorqueController)
armarx::armem::Time
armarx::core::time::DateTime Time
Definition: forward_declarations.h:13
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityController::maxVelocity
float maxVelocity
Definition: ZeroTorqueOrVelocity.h:63
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityController::getClassName
std::string getClassName(const Ice::Current &) const override
Definition: ZeroTorqueOrVelocity.cpp:22
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityController::targetsVel
std::vector< ControlTarget1DoFActuatorZeroVelocity * > targetsVel
Definition: ZeroTorqueOrVelocity.h:61
IceUtil::Handle< class RobotUnit >
armarx::control::NJointZeroTorqueOrVelocityControllerInterface
Definition: ControllerInterface.ice:59
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityController::torqueControlled
std::vector< bool > torqueControlled
Definition: ZeroTorqueOrVelocity.h:64
armarx::control::njoint_controller::joint_space::NJointZeroTorqueOrVelocityController
Definition: ZeroTorqueOrVelocity.h:26
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:27
VirtualRobot::RobotPtr
std::shared_ptr< class Robot > RobotPtr
Definition: Bus.h:19