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
Method
getAccelerationMaxPathVelocity
src/motion/time_optimal/trajectory.cpp:451
Method
getAccelerationMaxPathVelocityDeriv
src/motion/time_optimal/trajectory.cpp:489
Method
getConfig
src/motion/time_optimal/path.cpp:57
Method
getConfig
src/motion/time_optimal/path.cpp:131
Method
getCurvature
src/motion/time_optimal/path.cpp:67
Method
getCurvature
src/motion/time_optimal/path.cpp:141
Method
getDuration
include/motion/generators.h:24
Method
getJointAccelerations
src/motion/generators.cpp:83
Method
getJointPositions
src/panda.cpp:193
Method
getLength
include/motion/time_optimal/path.h:53
Method
getLog
src/panda.cpp:128
Method
getMinMaxPathAcceleration
src/motion/time_optimal/trajectory.cpp:428
Method
getMinMaxPhaseSlope
src/motion/time_optimal/trajectory.cpp:446
Method
getMotionInWall
src/controllers/joint_limits/virtual_wall.cpp:139
Method
getNextAccelerationSwitchingPoint
src/motion/time_optimal/trajectory.cpp:158
Method
getNextSwitchingPoint
src/motion/time_optimal/path.cpp:269
Method
getNextVelocitySwitchingPoint
src/motion/time_optimal/trajectory.cpp:211
Method
getNumTicks
src/panda.cpp:68
Method
getOrientation
src/panda.cpp:170
Method
getOrientationScalarFirst
src/panda.cpp:185
Method
getOrientationScalarLast
src/panda.cpp:177
Method
getPathSegment
src/motion/time_optimal/path.cpp:241
Method
getPose
src/panda.cpp:198
Method
getPose
src/motion/generators.cpp:148
Method
getPosition
src/panda.cpp:163
Method
getPosition
src/motion/time_optimal/trajectory.cpp:549
Method
getQd
src/controllers/integrated_velocity.cpp:40
Method
getState
src/panda.cpp:109
Method
getSwitchingPoints
src/motion/time_optimal/path.cpp:71
Method
getSwitchingPoints
src/motion/time_optimal/path.cpp:146
Method
getTangent
src/motion/time_optimal/path.cpp:63
Method
getTangent
src/motion/time_optimal/path.cpp:136
Method
getTime
include/controllers/controller.h:19
Method
getTrajectorySegment
src/motion/time_optimal/trajectory.cpp:516
Method
getVelocityMaxPathVelocity
src/motion/time_optimal/trajectory.cpp:479
Method
getVelocityMaxPathVelocityDeriv
src/motion/time_optimal/trajectory.cpp:495
Method
has_control
Returns: bool: True if this instance is in control of the Desk.
src/panda_py/__init__.py:312
Function
ik
include/kinematics/ik.h:216
Function
ik_full
include/kinematics/ik.h:20
Method
inRange
src/controllers/joint_limits/virtual_wall.cpp:64
Method
init
src/controllers/joint_limits/virtual_wall.cpp:68
Method
integrateBackward
src/motion/time_optimal/trajectory.cpp:368
Method
integrateForward
Returns true if end of path is reached
src/motion/time_optimal/trajectory.cpp:259
Method
isRunning
src/controllers/applied_torque.cpp:65
Method
isRunning
src/controllers/applied_force.cpp:70
Method
isRunning
src/controllers/cartesian_impedance.cpp:173
Method
isRunning
src/controllers/integrated_velocity.cpp:69
Method
isRunning
src/controllers/force.cpp:139
Method
isRunning
src/controllers/joint_position.cpp:91
Function
lock
Locks the robot's brakes and deactivates the FCI. Args: host: IP or hostname of the control unit running the Desk. user: Username used t
src/panda_py/cli.py:55
Method
logout
Logs the current user out of the Desk. API calls will no longer be possible.
src/panda_py/__init__.py:292
Method
moveToJointPosition
src/panda.cpp:295
Method
moveToPose
src/panda.cpp:344
Method
moveToStart
src/panda.cpp:422
Method
name
src/controllers/joint_trajectory.cpp:34
Method
name
src/controllers/applied_torque.cpp:67
Method
name
src/controllers/applied_force.cpp:72
Method
name
src/controllers/cartesian_impedance.cpp:175
Method
name
src/controllers/integrated_velocity.cpp:73
Method
name
src/controllers/cartesian_trajectory.cpp:50
Method
name
src/controllers/joint_position.cpp:93
Function
on_event
Prints the received event. The event is a dictionary where the triggering button is the key. The value is either True or False for down and up
examples/pilot_buttons.py:9
Method
positiveCheck
src/controllers/joint_limits/virtual_wall.cpp:128
Function
reboot
Reboots the robot. Current versions of the robot's Desk software will eventually hang up when running the FCI continuously for several days. Th
src/panda_py/cli.py:73
Method
recover
src/panda.cpp:266
Function
release_control
Release control of the desk. This will allow another user to take control without needing physical access to the robot. Args: host: IP or
src/panda_py/cli.py:111
Method
reset
include/controllers/joint_limits/virtual_wall_controller.h:42
Method
setControl
src/controllers/applied_torque.cpp:38
Method
setControl
src/controllers/applied_force.cpp:42
Method
setControl
src/controllers/cartesian_impedance.cpp:119
Method
setControl
src/controllers/integrated_velocity.cpp:44
Method
setControl
src/controllers/force.cpp:80
Method
setControl
src/controllers/joint_position.cpp:55
Method
setDamping
src/controllers/applied_torque.cpp:43
Method
setDamping
src/controllers/applied_force.cpp:47
Method
setDamping
src/controllers/integrated_velocity.cpp:54
Method
setDamping
src/controllers/force.cpp:105
Method
setDamping
src/controllers/joint_position.cpp:67
Method
setDampingRatio
src/controllers/cartesian_impedance.cpp:135
Method
setDefaultBehavior
src/panda.cpp:429
Method
setFilter
src/controllers/applied_torque.cpp:48
Method
setFilter
src/controllers/applied_force.cpp:52
Method
setFilter
src/controllers/cartesian_impedance.cpp:147
Method
setFilter
src/controllers/force.cpp:85
Method
setFilter
src/controllers/joint_position.cpp:72
Method
setImpedance
src/controllers/cartesian_impedance.cpp:128
Method
setIntegralGain
src/controllers/force.cpp:95
Method
setNullspaceStiffness
src/controllers/cartesian_impedance.cpp:141
Method
setProportionalGain
src/controllers/force.cpp:90
Method
setStiffness
src/controllers/integrated_velocity.cpp:49
Method
setStiffness
src/controllers/joint_position.cpp:62
Method
setThreshold
src/controllers/force.cpp:100
Function
squared
src/motion/time_optimal/trajectory.cpp:53
Method
start
src/controllers/applied_torque.cpp:53
Method
start
src/controllers/applied_force.cpp:57
Method
start
src/controllers/cartesian_impedance.cpp:152
Method
start
src/controllers/integrated_velocity.cpp:59
Method
start
src/controllers/joint_position.cpp:77
Method
startController
src/panda.cpp:215
Method
step
src/controllers/joint_trajectory.cpp:14
← previous
next →
101–200 of 217, ranked by callers