libfranka 0.14.2
FCI C++ API
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nfranka
 CActiveControlDocumented in ActiveControlBase
 CActiveControlBaseAllows the user to read the state of a Robot and to send new control commands after starting a control process of a Robot
 CActiveMotionGeneratorAllows the user to read the state of a Robot and to send new motion generator commands after starting a control process of a Robot
 CActiveTorqueControlAllows the user to read the state of a Robot and to send new torque control commands after starting a control process of a Robot
 CCartesianPoseStores values for Cartesian pose motion generation
 CCartesianVelocitiesStores values for Cartesian velocity motion generation
 CCommandExceptionCommandException is thrown if an error occurs during command execution
 CControlExceptionControlException is thrown if an error occurs during motion generation or torque control
 CDurationRepresents a duration with millisecond resolution
 CErrorsEnumerates errors that can occur while controlling a franka::Robot
 CExceptionBase class for all exceptions used by libfranka
 CFinishableHelper type for control and motion generation loops
 CGripperMaintains a network connection to the gripper, provides the current gripper state, and allows the execution of commands
 CGripperStateDescribes the gripper state
 CIncompatibleVersionExceptionIncompatibleVersionException is thrown if the robot does not support this version of libfranka
 CInvalidOperationExceptionInvalidOperationException is thrown if an operation cannot be performed
 CJointPositionsStores values for joint position motion generation
 CJointVelocitiesStores values for joint velocity motion generation
 CModelCalculates poses of joints and dynamic properties of the robot
 CModelExceptionModelException is thrown if an error occurs when loading the model library
 CNetworkExceptionNetworkException is thrown if a connection to the robot cannot be established, or when a timeout occurs
 CProtocolExceptionProtocolException is thrown if the robot returns an incorrect message
 CRealtimeExceptionRealtimeException is thrown if realtime priority cannot be set
 CRecordOne row of the log contains a robot command of timestamp n and a corresponding robot state of timestamp n+1
 CRobotMaintains a network connection to the robot, provides the current robot state, gives access to the model library and allows to control the robot
 CRobotCommandCommand sent to the robot
 CRobotModelImplements RobotModelBase using Pinocchio
 CRobotStateDescribes the robot state
 CTorquesStores joint-level torque commands without gravity and friction
 CVacuumGripperMaintains a network connection to the vacuum gripper, provides the current vacuum gripper state, and allows the execution of commands
 CVacuumGripperStateDescribes the vacuum gripper state
 CMotionGeneratorAn example showing how to generate a joint pose motion to a goal position
 CRobotModelBaseRobot dynamic parameters computed from the URDF model with Pinocchio