MCPcopy Create free account

hub / github.com/TimSchneider42/franky / types & classes

Types & classes89 in github.com/TimSchneider42/franky

↓ 11 callersClassElbowState
* @brief Elbow state of the robot. * * This class encapsulates the elbow state of a robot, which comprises the * position of the 3rd joint and the
include/franky/elbow_state.hpp:24
↓ 11 callersClassRobotPose
* @brief Cartesian pose of a robot. * * This class encapsulates the cartesian pose of a robot, which comprises the * end effector pose and the elbo
include/franky/robot_pose.hpp:19
↓ 8 callersClassRobotVelocity
* @brief Cartesian velocity of a robot. * * This class encapsulates the cartesian velocity of a robot, which comproses * the end effector twist and
include/franky/robot_velocity.hpp:20
↓ 7 callersClassMeasure
* @brief A measure on the robot state. * * This class defines a measure on the robot state, which can be used to define * a condition for a reactio
include/franky/motion/measure.hpp:20
↓ 6 callersClassRobot
franky/robot.py:6
↓ 5 callersClassCartesianMotion
* @brief Cartesian motion with a single target. */
include/franky/motion/cartesian_motion.hpp:11
↓ 5 callersClassCondition
* @brief A condition on the robot state. * * This class defines a condition on the robot state, which can be used to * define a condition for a rea
include/franky/motion/condition.hpp:16
↓ 4 callersClassJointMotion
* @brief Joint motion with a single target. */
include/franky/motion/joint_motion.hpp:12
↓ 3 callersClassParams
include/franky/robot.hpp:52
↓ 3 callersClassRobotWebSession
franky/robot_web_session.py:69
↓ 3 callersClassTwist
* @brief Twist of a frame. */
include/franky/twist.hpp:13
↓ 2 callersClassJointState
* @brief Joint state of a robot. * * This class encapsulates the joint state of a robot, which comprises the joint * positions and the joint veloci
include/franky/joint_state.hpp:16
↓ 2 callersClassTwistAcceleration
* @brief TwistAcceleration acceleration of a frame (2nd derivative of a pose). */
include/franky/twist_acceleration.hpp:14
↓ 1 callersClassCartesianState
* @brief Cartesian state of a robot. * * This class encapsulates the cartesian state of a robot, which comprises the * end effector pose and the en
include/franky/cartesian_state.hpp:17
↓ 1 callersClassCartesianVelocityMotion
* @brief Cartesian velocity motion with a single target velocity. */
include/franky/motion/cartesian_velocity_motion.hpp:10
↓ 1 callersClassCartesianWaypointMotion
* @brief Cartesian waypoint motion. * * This motion follows multiple consecutive cartesian targets in a time-optimal * way. */
include/franky/motion/cartesian_waypoint_motion.hpp:24
↓ 1 callersClassCustomWriter
custom_stubgen.py:19
↓ 1 callersClassFrankaAPIError
franky/robot_web_session.py:23
↓ 1 callersClassInvalidMotionTypeException
* @brief Exception thrown when an invalid motion type is used. * * This exception is thrown when a motion is asynchronously executed and a new * mo
include/franky/robot.hpp:37
↓ 1 callersClassJointVelocityMotion
* @brief Joint velocity motion with a single target. */
include/franky/motion/joint_velocity_motion.hpp:11
↓ 1 callersClassJointWaypointMotion
* @brief Joint waypoint motion. * * This motion follows multiple joint waypoints in a time-optimal way. */
include/franky/motion/joint_waypoint_motion.hpp:19
↓ 1 callersClassMotionPlannerException
* @brief Exception thrown if the motion planner fails. */
include/franky/motion/waypoint_motion.hpp:13
↓ 1 callersClassPilotButton
Buttons on the Franka Desk Pilot interface.
franky/robot_web_session.py:45
↓ 1 callersClassPilotButtonEvent
A single Pilot button state change.
franky/robot_web_session.py:58
↓ 1 callersClassReaction
franky/reaction.py:18
↓ 1 callersClassReactionRecursionException
* @brief Exception thrown when the reaction recursion limit (8) is reached. */
include/franky/motion/motion_generator.hpp:18
↓ 1 callersClassRelativeDynamicsFactor
* @brief Relative dynamics factors * * This class encapsulates the relative dynamics factors, which are used to * scale the maximum velocity, accel
include/franky/relative_dynamics_factor.hpp:13
↓ 1 callersClassTakeControlTimeoutError
franky/robot_web_session.py:41
ClassCMakeBuild
setup.py:16
ClassCartesianImpedanceMotion
* @brief Cartesian impedance motion. * * This motion is a implements a cartesian impedance controller on the client * side and does not use Franka'
include/franky/motion/cartesian_impedance_motion.hpp:19
ClassCartesianPoseReaction
franky/reaction.py:28
ClassCartesianVelocityReaction
franky/reaction.py:32
ClassCartesianVelocityWaypointMotion
* @brief Cartesian velocity waypoint motion. * * This motion follows multiple consecutive cartesian velocity targets in a * time-optimal way. */
include/franky/motion/cartesian_velocity_waypoint_motion.hpp:23
ClassConcurrentQueue
python/concurrent_queue.hpp:10
EnumControlSignalType
* @brief Type of control signal. */
include/franky/control_signal_type.hpp:8
ClassDynamicsLimit
include/franky/dynamics_limit.hpp:23
ClassExponentialImpedanceMotion
* @brief Exponential cartesian impedance motion. * * This motion is a implements a exponential cartesian impedance controller on * the client side
include/franky/motion/exponential_impedance_motion.hpp:21
EnumFlipDirection
* @brief Flip direction of a joint. */
include/franky/elbow_state.hpp:12
ClassGripper
* @brief A wrapper around the franka::Gripper class that adds asynchronous * functionality. */
include/franky/gripper.hpp:21
ClassGripperException
* @brief Exception thrown by the gripper class. */
include/franky/gripper.hpp:13
ClassImpedanceMotion
* @brief Base class for client-side cartesian impedance motions. * * This motion is a implements a cartesian impedance controller on the client * s
include/franky/motion/impedance_motion.hpp:21
ClassJointPositionReaction
franky/reaction.py:36
ClassJointVelocityReaction
franky/reaction.py:40
ClassJointVelocityWaypointMotion
* @brief Joint velocity waypoint motion. * * This motion follows multiple joint waypoints in a time-optimal way. */
include/franky/motion/joint_velocity_waypoint_motion.hpp:19
ClassModel
* @brief A wrapper around franka::Model that uses Eigen types. * * This class exposes the same functionality as franka::Model, but uses Eigen * typ
include/franky/model.hpp:18
ClassMotion
include/franky/motion/motion_generator.hpp:25
ClassMotion
include/franky/motion/motion.hpp:24
ClassMotion
include/franky/motion/reaction.hpp:17
ClassMotion<franka::CartesianPose>
src/motion/motion.cpp:15
ClassMotion<franka::CartesianVelocities>
src/motion/motion.cpp:13
ClassMotion<franka::JointPositions>
src/motion/motion.cpp:14
ClassMotion<franka::JointVelocities>
src/motion/motion.cpp:12
ClassMotion<franka::Torques>
src/motion/motion.cpp:11
ClassMotionGenerator
include/franky/motion/motion_generator.hpp:31
ClassMotionGenerator<franka::CartesianPose>
src/motion/motion_generator.cpp:17
ClassMotionGenerator<franka::CartesianVelocities>
src/motion/motion_generator.cpp:15
ClassMotionGenerator<franka::JointPositions>
src/motion/motion_generator.cpp:16
ClassMotionGenerator<franka::JointVelocities>
src/motion/motion_generator.cpp:14
ClassMotionGenerator<franka::Torques>
src/motion/motion_generator.cpp:13
ClassParams
include/franky/motion/impedance_motion.hpp:26
ClassParams
include/franky/motion/cartesian_impedance_motion.hpp:25
ClassParams
include/franky/motion/exponential_impedance_motion.hpp:27
ClassPositionWaypoint
include/franky/motion/position_waypoint_motion.hpp:20
ClassPositionWaypointMotion
include/franky/motion/position_waypoint_motion.hpp:33
ClassReaction
include/franky/motion/motion.hpp:15
ClassReaction
include/franky/motion/reaction.hpp:27
ClassReaction<franka::CartesianPose>
src/motion/reaction.cpp:18
ClassReaction<franka::CartesianVelocities>
src/motion/reaction.cpp:16
ClassReaction<franka::JointPositions>
src/motion/reaction.cpp:17
ClassReaction<franka::JointVelocities>
src/motion/reaction.cpp:15
ClassReaction<franka::Torques>
src/motion/reaction.cpp:14
EnumReferenceType
* @brief Enum class for reference types. * * This enum class defines the reference types for motions (absolute or * relative). */
include/franky/motion/reference_type.hpp:11
ClassRobot
* @brief A class representing a Franka robot. * * This class extends the franka::Robot class and adds additional functionality * to it. */
include/franky/robot.hpp:47
ClassRobot
include/franky/motion/motion_generator.hpp:22
ClassRobot
include/franky/motion/motion.hpp:12
ClassRobotState
* @brief Full state of the robot * * This class contains all fields of franka::RobotState and some additional * fields. Each additional field ends
include/franky/robot_state.hpp:23
ClassRobotStateEstimator
include/franky/robot_state_estimator.hpp:8
ClassRobotWebSessionError
franky/robot_web_session.py:19
ClassSequentialExecutor
python/sequential_executor.hpp:8
ClassStopMotion
include/franky/motion/stop_motion.hpp:12
ClassStopMotion<franka::CartesianPose>
include/franky/motion/stop_motion.hpp:48
ClassStopMotion<franka::CartesianVelocities>
include/franky/motion/stop_motion.hpp:70
ClassStopMotion<franka::JointPositions>
include/franky/motion/stop_motion.hpp:18
ClassStopMotion<franka::JointVelocities>
include/franky/motion/stop_motion.hpp:33
ClassTorqueReaction
franky/reaction.py:44
ClassVelocityWaypointMotion
include/franky/motion/velocity_waypoint_motion.hpp:29
ClassWaypoint
include/franky/motion/waypoint_motion.hpp:36
ClassWaypointMotion
include/franky/motion/waypoint_motion.hpp:59
Classscope_guard
* @brief A scope guard that executes a function when it goes out of scope. */
include/franky/scope_guard.hpp:9