Skip to content

Commit

Permalink
Update robot.md fix typo (#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre authored Sep 12, 2023
1 parent bdf0768 commit cf00f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/program/apis/robot.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Get the configuration of the frame system of a given robot.
```python {class="line-numbers linkable-line-numbers"}
# Get a list of each of the reference frames configured on the robot.
frame_system = await robot.get_frame_system_config()
print(f"frame system donfiguration: {frame_system}")
print(f"frame system configuration: {frame_system}")
```

For more information, see the [Python SDK Docs](https://python.viam.dev/autoapi/viam/robot/client/index.html#viam.robot.client.RobotClient.get_frame_system_config).
Expand Down

0 comments on commit cf00f2f

Please sign in to comment.