Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113708311
L1.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, May 20, 13:42
Size
649 B
Mime Type
text/x-c++
Expires
Thu, May 22, 13:42 (1 d, 7 h)
Engine
blob
Format
Raw Data
Handle
26190217
Attached To
R6623 liboncilla Hardware Implementation
L1.h
View Options
#pragma once
#include <liboncilla/nodes/L1L2.h>
namespace liboncilla {
namespace hw {
using namespace rci;
class L1: public rci::oncilla::L1 {
public:
L1(rci::oncilla::Synchronizer & s, const std::string & name);
virtual ~L1();
virtual void setControlMode(ControlModePtr controlMode);
virtual bool setJointImpedance(JointImpedancePtr);
virtual bool setJointPosition(JointAnglesPtr position);
virtual bool setJointVelocity(JointVelocitiesPtr velocity);
virtual bool setJointTorque(JointTorquesPtr position);
virtual JointAnglesPtr getJointPosition() const;
};
} /* namespace hw */
} /* namespace liboncilla */
Event Timeline
Log In to Comment