Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT committed Aug 28, 2023
1 parent 22bef29 commit 8d1bb78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/program/apis/robot.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,4 @@ const resource_names = await robot.resourceNames();
For more information, see the [Typescript SDK Docs](https://ts.viam.dev/classes/RobotClient.html).

{{% /tab %}}
{{< /tabs >}}
{{< /tabs >}}
8 changes: 4 additions & 4 deletions static/include/services/apis/robot.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Method Name | Description
----------- | -----------
[`DiscoverComponents`](/program/apis/robot/#discovercomponents) | Get a list of discovered component configurations.
[`FrameSystemConfig`](/program/apis/robot/#framesystemconfig) | Get the configuration of a robot's frame system.
[`Status`](/program/apis/robot#status) | Get the status of each of the resources on the robot.
[`Close`](/program/apis/robot#close) | Close the connections and stop periodic tasks across the robot.
[`StopAll`](/program/apis/robot#stopall) | Cancel all operations for the robot and stop its movement.
[`ResourceNames`](/program/apis/robot#resourcenames) | Get a list of all the robot's resources.
[`Status`](/program/apis/robot/#status) | Get the status of each of the resources on the robot.
[`Close`](/program/apis/robot/#close) | Close the connections and stop periodic tasks across the robot.
[`StopAll`](/program/apis/robot/#stopall) | Cancel all operations for the robot and stop its movement.
[`ResourceNames`](/program/apis/robot/#resourcenames) | Get a list of all the robot's resources.

0 comments on commit 8d1bb78

Please sign in to comment.