Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cremebrule committed Oct 18, 2024
1 parent 17b7820 commit 94deb2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/custom_robot_import.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ Now that we have the USD file for the robot, let's write our own robot class. Fo
raise ValueError("Stretch does not support discrete actions!")

@property
def controller_order(self):
# Controller ordering. Usually determined by general robot kinematics chain
def _raw_controller_order(self):
# Raw controller ordering. Usually determined by general robot kinematics chain
# You can usually simply take a subset of these based on the type of robot interfaces inherited for your robot class
return ["base", "camera", f"arm_{self.default_arm}", f"gripper_{self.default_arm}"]

Expand Down

0 comments on commit 94deb2e

Please sign in to comment.