Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rhoban/frasa
/ functions
Functions
38 in github.com/Rhoban/frasa
⨍
Functions
38
◇
Types & classes
3
↓ 6 callers
Method
set_control
Sets the control for a given actuator. If the actuator is a position actuator, the value is the desired position. If the actu
frasa_env/mujoco_simulator/simulator.py:115
↓ 4 callers
Method
step
(self, action)
frasa_env/env/standup_env.py:211
↓ 3 callers
Method
apply_control
(self, q: np.ndarray, reset: bool = False)
frasa_env/env/standup_env.py:171
↓ 3 callers
Method
get_actuator_index
(self, name: str)
frasa_env/mujoco_simulator/simulator.py:112
↓ 3 callers
Method
get_q
Gets the position of a given joint. Args: name (str): joint name Returns: float: joint position
frasa_env/mujoco_simulator/simulator.py:65
↓ 3 callers
Method
get_tilt
(self)
frasa_env/env/standup_env.py:180
↓ 3 callers
Method
reset
( self, seed: int = None, options: Optional[dict] = None, )
frasa_env/env/standup_env.py:406
↓ 3 callers
Method
step
(self)
frasa_env/mujoco_simulator/simulator.py:241
↓ 2 callers
Method
centroidal_force
(self)
frasa_env/mujoco_simulator/simulator.py:48
↓ 2 callers
Method
get_T_world_fbase
Gets the transformation from world to floating base frame.
frasa_env/mujoco_simulator/simulator.py:166
↓ 2 callers
Method
get_control
Gets the control for a given actuator Args: name (str): actuator name
frasa_env/mujoco_simulator/simulator.py:102
↓ 2 callers
Method
get_gyro
Gets the gyroscope data. Returns: np.ndarray: gyroscope data
frasa_env/mujoco_simulator/simulator.py:131
↓ 2 callers
Method
get_initial_config_filename
(self)
frasa_env/env/standup_env.py:168
↓ 2 callers
Method
get_observation
(self)
frasa_env/env/standup_env.py:184
↓ 2 callers
Method
render
(self)
frasa_env/env/standup_env.py:456
↓ 2 callers
Method
reset_render
(self)
frasa_env/mujoco_simulator/simulator.py:57
↓ 2 callers
Method
set_T_world_fbase
Updates the floating base so that a body transformation match the target one Args: T (np.ndarray): target transformation
frasa_env/mujoco_simulator/simulator.py:178
↓ 2 callers
Method
set_T_world_site
Updates the floating base so that a site transformation match the target one Args: site_name (str): site name
frasa_env/mujoco_simulator/simulator.py:212
↓ 1 callers
Method
apply_angular_offset
(self, joint: str, offset: float)
frasa_env/env/standup_env.py:327
↓ 1 callers
Method
apply_randomization
(self)
frasa_env/env/standup_env.py:333
↓ 1 callers
Method
dof_names
(self)
frasa_env/mujoco_simulator/simulator.py:51
↓ 1 callers
Method
get_T_world_body
Gets the transformation from world to body frame. Args: body_name (str): body name
frasa_env/mujoco_simulator/simulator.py:140
↓ 1 callers
Method
get_T_world_site
Gets the transformation from world to site frame. Args: site_name (str): site name
frasa_env/mujoco_simulator/simulator.py:153
↓ 1 callers
Method
randomize_fall
(self, target: bool = False)
frasa_env/env/standup_env.py:372
↓ 1 callers
Method
render
Renders the visualization of the simulation. Args: realtime (bool, optional): if True, render will sleep to ensure real
frasa_env/mujoco_simulator/simulator.py:255
↓ 1 callers
Method
reset_velocity
Resets the velocity of all the joints
frasa_env/mujoco_simulator/simulator.py:193
↓ 1 callers
Method
self_collisions
(self)
frasa_env/mujoco_simulator/simulator.py:37
↓ 1 callers
Method
set_floor_friction
(self, friction: float)
frasa_env/mujoco_simulator/simulator.py:33
↓ 1 callers
Method
set_q
Sets a value of a given joint. Args: name (str): joint name value (float): target value
frasa_env/mujoco_simulator/simulator.py:91
Method
__init__
(self, model_dir: Optional[str] = None)
frasa_env/mujoco_simulator/simulator.py:12
Method
__init__
(self, evaluation=False, render_mode="none", options=None)
frasa_env/env/standup.py:7
Method
__init__
(self, render_mode="none", options: Optional[dict] = None, evaluation: bool = False)
frasa_env/env/standup_env.py:17
Method
get_pressure_sensors
(self)
frasa_env/mujoco_simulator/simulator.py:225
Method
get_qdot
Gets the velocity of a given joint. Args: name (str): joint name Returns: float: joint velocity
frasa_env/mujoco_simulator/simulator.py:78
Method
get_range
(self, name: str)
frasa_env/mujoco_simulator/simulator.py:62
Method
reset
(self)
frasa_env/mujoco_simulator/simulator.py:54
Method
set_T_world_body
Updates the floating base so that a body transformation match the target one Args: body_name (str): body name
frasa_env/mujoco_simulator/simulator.py:199
Method
set_gravity
Sets the gravity vector. Args: gravity (np.ndarray): gravity vector
frasa_env/mujoco_simulator/simulator.py:246