File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
robot_descriptions/loaders Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,13 @@ def load_robot_description(
3838 commit: If specified, check out that commit from the cloned robot
3939 description repository.
4040 kwargs: arguments passed to pybullet.loadURDF function, including:
41- basePosition: 3D position of the base of the robot in world coordinates.
42- baseOrientation: orientation in quaternion (xyzw) of the base of the robot in world coordinates.
41+ basePosition: 3D position of the base of the robot in world
42+ coordinates.
43+ baseOrientation: orientation in quaternion (xyzw) of the base of
44+ the robot in world coordinates.
4345 flags: int flags for the URDF loading in pybullet.
44- useFixedBase: boolean indicating use a fix joint between world and robot base.
46+ useFixedBase: boolean indicating use a fix joint between world and
47+ robot base.
4548 physicsClientId: int indicating the pybullet client id.
4649
4750 Returns:
You can’t perform that action at this time.
0 commit comments