Skip to content

Commit e8f44c8

Browse files
[minor] Linewidth fixes
1 parent 7d767b1 commit e8f44c8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

robot_descriptions/loaders/pybullet.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)