Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TimSchneider42/franky
/ types & classes
Types & classes
89 in github.com/TimSchneider42/franky
⨍
Functions
282
◇
Types & classes
89
↓ 11 callers
Class
ElbowState
* @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 callers
Class
RobotPose
* @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 callers
Class
RobotVelocity
* @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 callers
Class
Measure
* @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 callers
Class
Robot
franky/robot.py:6
↓ 5 callers
Class
CartesianMotion
* @brief Cartesian motion with a single target. */
include/franky/motion/cartesian_motion.hpp:11
↓ 5 callers
Class
Condition
* @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 callers
Class
JointMotion
* @brief Joint motion with a single target. */
include/franky/motion/joint_motion.hpp:12
↓ 3 callers
Class
Params
include/franky/robot.hpp:52
↓ 3 callers
Class
RobotWebSession
franky/robot_web_session.py:69
↓ 3 callers
Class
Twist
* @brief Twist of a frame. */
include/franky/twist.hpp:13
↓ 2 callers
Class
JointState
* @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 callers
Class
TwistAcceleration
* @brief TwistAcceleration acceleration of a frame (2nd derivative of a pose). */
include/franky/twist_acceleration.hpp:14
↓ 1 callers
Class
CartesianState
* @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 callers
Class
CartesianVelocityMotion
* @brief Cartesian velocity motion with a single target velocity. */
include/franky/motion/cartesian_velocity_motion.hpp:10
↓ 1 callers
Class
CartesianWaypointMotion
* @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 callers
Class
CustomWriter
custom_stubgen.py:19
↓ 1 callers
Class
FrankaAPIError
franky/robot_web_session.py:23
↓ 1 callers
Class
InvalidMotionTypeException
* @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 callers
Class
JointVelocityMotion
* @brief Joint velocity motion with a single target. */
include/franky/motion/joint_velocity_motion.hpp:11
↓ 1 callers
Class
JointWaypointMotion
* @brief Joint waypoint motion. * * This motion follows multiple joint waypoints in a time-optimal way. */
include/franky/motion/joint_waypoint_motion.hpp:19
↓ 1 callers
Class
MotionPlannerException
* @brief Exception thrown if the motion planner fails. */
include/franky/motion/waypoint_motion.hpp:13
↓ 1 callers
Class
PilotButton
Buttons on the Franka Desk Pilot interface.
franky/robot_web_session.py:45
↓ 1 callers
Class
PilotButtonEvent
A single Pilot button state change.
franky/robot_web_session.py:58
↓ 1 callers
Class
Reaction
franky/reaction.py:18
↓ 1 callers
Class
ReactionRecursionException
* @brief Exception thrown when the reaction recursion limit (8) is reached. */
include/franky/motion/motion_generator.hpp:18
↓ 1 callers
Class
RelativeDynamicsFactor
* @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 callers
Class
TakeControlTimeoutError
franky/robot_web_session.py:41
Class
CMakeBuild
setup.py:16
Class
CartesianImpedanceMotion
* @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
Class
CartesianPoseReaction
franky/reaction.py:28
Class
CartesianVelocityReaction
franky/reaction.py:32
Class
CartesianVelocityWaypointMotion
* @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
Class
ConcurrentQueue
python/concurrent_queue.hpp:10
Enum
ControlSignalType
* @brief Type of control signal. */
include/franky/control_signal_type.hpp:8
Class
DynamicsLimit
include/franky/dynamics_limit.hpp:23
Class
ExponentialImpedanceMotion
* @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
Enum
FlipDirection
* @brief Flip direction of a joint. */
include/franky/elbow_state.hpp:12
Class
Gripper
* @brief A wrapper around the franka::Gripper class that adds asynchronous * functionality. */
include/franky/gripper.hpp:21
Class
GripperException
* @brief Exception thrown by the gripper class. */
include/franky/gripper.hpp:13
Class
ImpedanceMotion
* @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
Class
JointPositionReaction
franky/reaction.py:36
Class
JointVelocityReaction
franky/reaction.py:40
Class
JointVelocityWaypointMotion
* @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
Class
Model
* @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
Class
Motion
include/franky/motion/motion_generator.hpp:25
Class
Motion
include/franky/motion/motion.hpp:24
Class
Motion
include/franky/motion/reaction.hpp:17
Class
Motion<franka::CartesianPose>
src/motion/motion.cpp:15
Class
Motion<franka::CartesianVelocities>
src/motion/motion.cpp:13
Class
Motion<franka::JointPositions>
src/motion/motion.cpp:14
Class
Motion<franka::JointVelocities>
src/motion/motion.cpp:12
Class
Motion<franka::Torques>
src/motion/motion.cpp:11
Class
MotionGenerator
include/franky/motion/motion_generator.hpp:31
Class
MotionGenerator<franka::CartesianPose>
src/motion/motion_generator.cpp:17
Class
MotionGenerator<franka::CartesianVelocities>
src/motion/motion_generator.cpp:15
Class
MotionGenerator<franka::JointPositions>
src/motion/motion_generator.cpp:16
Class
MotionGenerator<franka::JointVelocities>
src/motion/motion_generator.cpp:14
Class
MotionGenerator<franka::Torques>
src/motion/motion_generator.cpp:13
Class
Params
include/franky/motion/impedance_motion.hpp:26
Class
Params
include/franky/motion/cartesian_impedance_motion.hpp:25
Class
Params
include/franky/motion/exponential_impedance_motion.hpp:27
Class
PositionWaypoint
include/franky/motion/position_waypoint_motion.hpp:20
Class
PositionWaypointMotion
include/franky/motion/position_waypoint_motion.hpp:33
Class
Reaction
include/franky/motion/motion.hpp:15
Class
Reaction
include/franky/motion/reaction.hpp:27
Class
Reaction<franka::CartesianPose>
src/motion/reaction.cpp:18
Class
Reaction<franka::CartesianVelocities>
src/motion/reaction.cpp:16
Class
Reaction<franka::JointPositions>
src/motion/reaction.cpp:17
Class
Reaction<franka::JointVelocities>
src/motion/reaction.cpp:15
Class
Reaction<franka::Torques>
src/motion/reaction.cpp:14
Enum
ReferenceType
* @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
Class
Robot
* @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
Class
Robot
include/franky/motion/motion_generator.hpp:22
Class
Robot
include/franky/motion/motion.hpp:12
Class
RobotState
* @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
Class
RobotStateEstimator
include/franky/robot_state_estimator.hpp:8
Class
RobotWebSessionError
franky/robot_web_session.py:19
Class
SequentialExecutor
python/sequential_executor.hpp:8
Class
StopMotion
include/franky/motion/stop_motion.hpp:12
Class
StopMotion<franka::CartesianPose>
include/franky/motion/stop_motion.hpp:48
Class
StopMotion<franka::CartesianVelocities>
include/franky/motion/stop_motion.hpp:70
Class
StopMotion<franka::JointPositions>
include/franky/motion/stop_motion.hpp:18
Class
StopMotion<franka::JointVelocities>
include/franky/motion/stop_motion.hpp:33
Class
TorqueReaction
franky/reaction.py:44
Class
VelocityWaypointMotion
include/franky/motion/velocity_waypoint_motion.hpp:29
Class
Waypoint
include/franky/motion/waypoint_motion.hpp:36
Class
WaypointMotion
include/franky/motion/waypoint_motion.hpp:59
Class
scope_guard
* @brief A scope guard that executes a function when it goes out of scope. */
include/franky/scope_guard.hpp:9