MoveJointsWithVelocity.cpp
Go to the documentation of this file.
2
4
5namespace armarx::skills
6{
7
9 "MoveJointsWithVelocity",
10 "Move the joints with velocity",
11 {},
13 joint_control::arondto::MoveJointsWithVelocityAcceptedType::ToAronType()};
14
20
22 MoveJointsWithVelocity::main(const SpecializedMainInput& in)
23 {
24 return {TerminatedSkillStatus::Failed, nullptr};
25 }
26} // namespace armarx::skills
static Duration MilliSeconds(std::int64_t milliSeconds)
Constructs a duration in milliseconds.
Definition Duration.cpp:48
The memory name system (MNS) client.
JointControlSkill(armem::client::MemoryNameSystem &mns, JointControlSkillContext &c)
JointControlSkillContext & context
armem::client::MemoryNameSystem & mns
MoveJointsWithVelocity(armem::client::MemoryNameSystem &mns, JointControlSkillContext &context)
joint_control::arondto::MoveJointsWithVelocityAcceptedType ArgType
virtual MainResult main()
Override this method with the actual implementation.
Definition Skill.cpp:542
This file is part of ArmarX.
A result struct for th main method of a skill.
Definition Skill.h:62