Browse Source

Fixed typos.

main
Alan G. Sanchez 2 years ago
parent
commit
92a860ffac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      follow_joint_trajectory.md

+ 1
- 1
follow_joint_trajectory.md View File

@ -141,7 +141,7 @@ def main(self):
self.issue_stow_command()
time.sleep(2)
```
Create a funcion, `main()`, to do all of the setup the `hm.HelloNode` class and issue the stow command.
Create a funcion, `main()`, to do all of the setup for the `hm.HelloNode` class and issue the stow command.
```python
if __name__ == '__main__':

Loading…
Cancel
Save