Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanElsner/panda-py
/ functions
Functions
217 in github.com/JeanElsner/panda-py
⨍
Functions
217
◇
Types & classes
25
↓ 17 callers
Function
ema_filter
include/utils.h:109
↓ 11 callers
Method
_request
(self, method: typing.Literal['post', 'get', 'delete'], url: str,
src/panda_py/__init__.py:321
↓ 11 callers
Method
getLength
src/motion/time_optimal/path.cpp:239
↓ 9 callers
Method
getDuration
src/motion/time_optimal/trajectory.cpp:514
↓ 8 callers
Method
unlock
Unlocks the brakes. API call blocks until the brakes are unlocked.
src/panda_py/__init__.py:126
↓ 7 callers
Method
getTangent
src/motion/time_optimal/path.cpp:259
↓ 6 callers
Method
lock
Locks the brakes. API call blocks until the brakes are locked.
src/panda_py/__init__.py:115
↓ 5 callers
Method
Panda
src/panda.cpp:76
↓ 5 callers
Function
_create_argument_parser
(needs_platform: bool = True)
src/panda_py/cli.py:27
↓ 4 callers
Function
VectorToArray
include/utils.h:28
↓ 4 callers
Method
getPosition
src/motion/generators.cpp:162
↓ 4 callers
Method
ok
src/panda.cpp:21
↓ 4 callers
Method
teaching_mode
src/panda.cpp:309
↓ 3 callers
Method
getConfig
src/motion/time_optimal/path.cpp:254
↓ 3 callers
Method
getCurvature
src/motion/time_optimal/path.cpp:264
↓ 2 callers
Function
MatrixToOrientation
include/utils.h:55
↓ 2 callers
Function
MatrixToPosition
include/utils.h:50
↓ 2 callers
Function
PositionOrientationToMatrix
include/utils.h:42
↓ 2 callers
Method
_get_active_token
(self)
src/panda_py/__init__.py:302
↓ 2 callers
Method
getSwitchingPoints
src/motion/time_optimal/path.cpp:283
↓ 2 callers
Method
getTrajectorySegmentIndex
src/motion/time_optimal/trajectory.cpp:534
↓ 2 callers
Method
name
src/controllers/force.cpp:141
↓ 2 callers
Method
reset
src/controllers/joint_limits/virtual_wall.cpp:62
↓ 2 callers
Method
setTime
include/controllers/controller.h:17
↓ 2 callers
Method
start
src/controllers/force.cpp:110
↓ 2 callers
Method
stop
src/controllers/force.cpp:134
↓ 2 callers
Method
take_control
Takes control of the Desk, generating a new control token and saving it. If `force` is set to True, control can be taken forcefully even if a
src/panda_py/__init__.py:196
↓ 1 callers
Method
AppliedTorque
src/controllers/applied_torque.cpp:11
↓ 1 callers
Method
CartesianImpedance
src/controllers/cartesian_impedance.cpp:21
↓ 1 callers
Method
IntegratedVelocity
src/controllers/integrated_velocity.cpp:13
↓ 1 callers
Method
JointPosition
src/controllers/joint_position.cpp:18
↓ 1 callers
Method
_load_token
(self)
src/panda_py/__init__.py:169
↓ 1 callers
Method
_save_token
(self, token: Token)
src/panda_py/__init__.py:181
↓ 1 callers
Method
activate_fci
Activates the Franka Research Interface (FCI). Note that the brakes must be unlocked first. For older Desk versions, this function does n
src/panda_py/__init__.py:148
↓ 1 callers
Function
clipTorques
include/utils.h:95
↓ 1 callers
Method
clone
src/motion/time_optimal/path.cpp:75
↓ 1 callers
Method
computeTorque
src/controllers/joint_limits/virtual_wall.cpp:29
↓ 1 callers
Method
deactivate_fci
Deactivates the Franka Research Interface (FCI). For older Desk versions, this function does nothing.
src/panda_py/__init__.py:159
↓ 1 callers
Method
encode_password
Encodes the password into the form needed to log into the Desk interface.
src/panda_py/__init__.py:265
↓ 1 callers
Method
getAcceleration
src/motion/time_optimal/trajectory.cpp:593
↓ 1 callers
Method
getJointPositions
src/motion/generators.cpp:75
↓ 1 callers
Method
getJointVelocities
src/motion/generators.cpp:79
↓ 1 callers
Method
getNextSwitchingPoint
Returns true if end of path is reached.
src/motion/time_optimal/trajectory.cpp:108
↓ 1 callers
Method
getOrientation
src/motion/generators.cpp:167
↓ 1 callers
Method
getTime
src/panda.cpp:51
↓ 1 callers
Method
getVelocity
src/motion/time_optimal/trajectory.cpp:571
↓ 1 callers
Method
isValid
src/motion/time_optimal/trajectory.cpp:512
↓ 1 callers
Method
listen
Starts a thread listening to Pilot button events. All the Pilot buttons, except for the `Pilot Mode` button can be captured. Make sure Pilot
src/panda_py/__init__.py:356
↓ 1 callers
Method
login
Uses the object's instance parameters to log into the Desk. The :py:class`Desk` class's constructor will try to connect and login automat
src/panda_py/__init__.py:275
↓ 1 callers
Function
pseudoInverse
include/utils.h:61
↓ 1 callers
Method
raiseError
src/panda.cpp:285
↓ 1 callers
Method
reboot
Reboots the robot hardware (this will close open connections).
src/panda_py/__init__.py:140
↓ 1 callers
Method
release_control
Explicitly relinquish control of the Desk. This will allow other users to take control or transfer control to the next user if there is a
src/panda_py/__init__.py:244
↓ 1 callers
Function
saturateTorqueRate
include/utils.h:83
↓ 1 callers
Method
step
src/controllers/force.cpp:29
↓ 1 callers
Method
stop_listen
Stop listener thread (cf. :py:func:`panda_py.Desk.listen`).
src/panda_py/__init__.py:375
Method
AppliedForce
src/controllers/applied_force.cpp:11
Function
ArrayToVector
include/utils.h:20
Method
CartesianTrajectory
src/controllers/cartesian_trajectory.cpp:18
Method
CartesianTrajectory
src/motion/generators.cpp:87
Method
CircularPathSegment
src/motion/time_optimal/path.cpp:86
Method
Force
src/controllers/force.cpp:17
Method
JointTrajectory
src/controllers/joint_trajectory.cpp:7
Method
JointTrajectory
src/motion/generators.cpp:41
Method
LinearPathSegment
src/motion/time_optimal/path.cpp:54
Function
PYBIND11_MODULE
src/_core.cpp:21
Function
PYBIND11_MODULE
src/libfranka.cpp:29
Method
PandaContext
src/panda.cpp:42
Method
Path
src/motion/time_optimal/path.cpp:174
Method
PathSegment
include/motion/time_optimal/path.h:50
Method
Trajectory
src/motion/time_optimal/trajectory.cpp:55
Method
TrajectoryStep
include/motion/time_optimal/trajectory.h:78
Method
VirtualWall
src/controllers/joint_limits/virtual_wall.cpp:9
Method
VirtualWall
include/controllers/joint_limits/virtual_wall.h:8
Method
VirtualWallController
include/controllers/joint_limits/virtual_wall_controller.h:15
Method
__init__
(self, hostname: str, username: str, password: str,
src/panda_py/__init__.py:79
Method
_computeDamping
src/controllers/cartesian_impedance.cpp:34
Method
_computeTrajectory
src/motion/generators.cpp:13
Method
_convertList
src/motion/generators.cpp:66
Method
_createTorqueCallback
src/panda.cpp:231
Method
_listen
(self, cb, timeout)
src/panda_py/__init__.py:337
Method
_log
src/panda.cpp:71
Method
_log
include/motion/generators.h:33
Method
_runController
src/panda.cpp:276
Method
_setState
src/panda.cpp:203
Method
_startController
src/panda.cpp:222
Method
_updateFilter
src/controllers/applied_torque.cpp:33
Method
_updateFilter
src/controllers/applied_force.cpp:37
Method
_updateFilter
src/controllers/cartesian_impedance.cpp:109
Method
_updateFilter
src/controllers/force.cpp:72
Method
_updateFilter
src/controllers/joint_position.cpp:48
Method
adjustMovingWall
src/controllers/joint_limits/virtual_wall.cpp:102
Method
clone
src/motion/time_optimal/path.cpp:163
Method
computeTorque
include/controllers/joint_limits/virtual_wall_controller.h:34
Method
createContext
src/panda.cpp:100
Method
disableLogging
src/panda.cpp:121
Function
ema_filter<double>
include/utils.h:120
Method
enableLogging
src/panda.cpp:114
Method
exit
src/panda.cpp:63
Function
fk
include/kinematics/fk.h:7
next →
1–100 of 217, ranked by callers