Skip to content

fix: duplicate step number 2 in custom robot instructions - #76

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/readme-48cf2269
Open

fix: duplicate step number 2 in custom robot instructions#76
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/readme-48cf2269

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

This PR corrects the documentation in README.md: duplicate step number 2 in custom robot instructions.

Changes

  • README.md: duplicate step number 2 in custom robot instructions.

Details

Before:

2. Implement the ``build()`` method.  This method is responsible for adding the robot to the USD stage.
2. Implement the ``write_action()`` method.  This method performs the logic of applying the linear, angular velocity command.

After:

2. Implement the ``build()`` method.  This method is responsible for adding the robot to the USD stage.
3. Implement the ``write_action()`` method.  This method performs the logic of applying the linear, angular velocity command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant