11# ATTENTION: auto generated from C++ code, use `make stubgen` to update!
22"""
3- rcs panda module
3+ rcs franka module
44"""
55from __future__ import annotations
66
@@ -52,19 +52,25 @@ class FHState(rcs._core.common.GripperState):
5252 def width (self ) -> float : ...
5353
5454class FR3 (rcs ._core .common .Robot ):
55- def __init__ (self , ip : str , ik : rcs ._core .common .IK | None = None ) -> None : ...
55+ def __init__ (self , ip : str , ik : rcs ._core .common .Kinematics | None = None ) -> None : ...
5656 def automatic_error_recovery (self ) -> None : ...
5757 def controller_set_joint_position (
58- self , desired_q : numpy .ndarray [tuple [typing .Literal [7 ]], numpy .dtype [numpy .float64 ]]
58+ self ,
59+ desired_q : numpy .ndarray [tuple [typing .Literal [7 ]], numpy .dtype [numpy .float64 ]],
5960 ) -> None : ...
6061 def double_tap_robot_to_continue (self ) -> None : ...
61- def get_parameters (self ) -> FR3Config : ...
62+ def get_config (self ) -> FR3Config : ...
6263 def get_state (self ) -> FR3State : ...
6364 def osc_set_cartesian_position (self , desired_pos_EE_in_base_frame : rcs ._core .common .Pose ) -> None : ...
6465 def set_cartesian_position_ik (
65- self , pose : rcs ._core .common .Pose , max_time : float , elbow : float | None , max_force : float | None = 5
66+ self ,
67+ pose : rcs ._core .common .Pose ,
68+ max_time : float ,
69+ elbow : float | None ,
70+ max_force : float | None = 5 ,
6671 ) -> None : ...
6772 def set_cartesian_position_internal (self , pose : rcs ._core .common .Pose ) -> None : ...
73+ def set_config (self , cfg : FR3Config ) -> bool : ...
6874 def set_default_robot_behavior (self ) -> None : ...
6975 def set_guiding_mode (
7076 self ,
@@ -76,7 +82,6 @@ class FR3(rcs._core.common.Robot):
7682 yaw : bool = True ,
7783 elbow : bool = True ,
7884 ) -> None : ...
79- def set_parameters (self , cfg : FR3Config ) -> bool : ...
8085 def stop_control_thread (self ) -> None : ...
8186 def zero_torque_guiding (self ) -> None : ...
8287
@@ -100,11 +105,11 @@ class FR3State(rcs._core.common.RobotState):
100105
101106class FrankaHand (rcs ._core .common .Gripper ):
102107 def __init__ (self , ip : str , cfg : FHConfig ) -> None : ...
103- def get_parameters (self ) -> FHConfig : ...
108+ def get_config (self ) -> FHConfig : ...
104109 def get_state (self ) -> FHState : ...
105110 def homing (self ) -> bool : ...
106111 def is_grasped (self ) -> bool : ...
107- def set_parameters (self , cfg : FHConfig ) -> bool : ...
112+ def set_config (self , cfg : FHConfig ) -> bool : ...
108113
109114class IKSolver :
110115 """
0 commit comments