Skip to content

Commit

Permalink
DOCS-2039, DOCS-2435: Add Flutter code samples (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
andf-viam authored Jun 26, 2024
1 parent 55370d0 commit fe11494
Show file tree
Hide file tree
Showing 29 changed files with 363 additions and 340 deletions.
416 changes: 216 additions & 200 deletions .github/workflows/sdk_protos_map.csv

Large diffs are not rendered by default.

260 changes: 120 additions & 140 deletions .github/workflows/update_sdk_methods.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the resource from the provided robot with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the `ResourceName` for this arm with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the resource from the provided robot with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the `ResourceName` for this base with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the resource from the provided robot with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the `ResourceName` for this board with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the resource from the provided robot with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the `ResourceName` for this camera with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the resource from the provided robot with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the `ResourceName` for this gantry with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the resource from the provided robot with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the `ResourceName` for this generic component with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the resource from the provided robot with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the `ResourceName` for this gripper with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the resource from the provided robot with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the `ResourceName` for this motor with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Spin the motor indefinitely at the specified speed, in revolutions per minute. If `rpm` is positive, the motor will spin forwards, and if `rpm` is negative, the motor will spin backwards.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the resource from the provided robot with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the `ResourceName` for this movement sensor with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the resource from the provided robot with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the `ResourceName` for this power sensor with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the resource from the provided robot with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the `ResourceName` for this sensor with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the resource from the provided robot with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the `ResourceName` for this servo with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the resource from the provided robot with the given name.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get the `ResourceName` for this vision service with the given name.

0 comments on commit fe11494

Please sign in to comment.