Skip to content

Commit 81ce499

Browse files
authored
Update autogenerated methods (#3194)
1 parent d569f09 commit 81ce499

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/get-started/installation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ You can find additional assistance in the [Troubleshooting section](/appendix/tr
321321

322322
{{< snippet "social.md" >}}
323323

324-
#### Computer not recognizing the microcontroller
324+
#### Ubuntu not recognizing the microcontroller
325325

326326
If you’re trying to connect a microcontroller using serial port to an Ubuntu system and the computer doesn’t seem to be recognizing the microcontroller, check if the `brltty` service or its secondary service `brltty-udev` are active (`brltty` is a service installed by default that provides access to a braille display):
327327

static/include/app/apis/generated/app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ For more information, see the [Python SDK Docs](https://python.viam.dev/autoapi/
14401440

14411441
### CreateRegistryItem
14421442

1443-
Create a registry item
1443+
Create a registry item.
14441444

14451445
{{< tabs >}}
14461446
{{% tab name="Python" %}}

static/include/components/apis/generated/board.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ For more information, see the [Python SDK Docs](https://python.viam.dev/autoapi/
866866

867867
- `ctx` [(Context)](https://pkg.go.dev/context#Context): A Context carries a deadline, a cancellation signal, and other values across API boundaries.
868868
- `mode` [(pb.PowerMode)](https://pkg.go.dev/go.viam.com/api/component/board/v1#PowerMode): Options to specify power usage of the board: `boardpb.PowerMode_POWER_MODE_UNSPECIFIED`, `boardpb.PowerMode_POWER_MODE_NORMAL`, and `boardpb.PowerMode_POWER_MODE_OFFLINE_DEEP`.
869-
- `duration` [(\*time.Duration)](https://pkg.go.dev/time#Duration): If provided, the board will exit the given power mode after the specified duration.
869+
- `duration` [(*time.Duration)](https://pkg.go.dev/time#Duration): If provided, the board will exit the given power mode after the specified duration.
870870

871871
**Returns:**
872872

static/include/robot/apis/generated/robot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,13 +305,13 @@ For more information, see the [Python SDK Docs](https://python.viam.dev/autoapi/
305305
**Parameters:**
306306

307307
- `ctx` [(Context)](https://pkg.go.dev/context#Context): A Context carries a deadline, a cancellation signal, and other values across API boundaries.
308-
- `pose` [(\*referenceframe.PoseInFrame)](https://pkg.go.dev/go.viam.com/rdk/referenceframe#PoseInFrame): The pose that should be transformed.
308+
- `pose` [(*referenceframe.PoseInFrame)](https://pkg.go.dev/go.viam.com/rdk/referenceframe#PoseInFrame): The pose that should be transformed.
309309
- `dst` [(string)](https://pkg.go.dev/builtin#string): The name of the reference pose to transform the given pose to.
310-
- `additionalTransforms` [([]\*referenceframe.LinkInFrame)](https://pkg.go.dev/go.viam.com/rdk/referenceframe#LinkInFrame): Any additional transforms.
310+
- `additionalTransforms` [([]*referenceframe.LinkInFrame)](https://pkg.go.dev/go.viam.com/rdk/referenceframe#LinkInFrame): Any additional transforms.
311311

312312
**Returns:**
313313

314-
- [(\*referenceframe.PoseInFrame)](https://pkg.go.dev/go.viam.com/rdk/referenceframe#PoseInFrame): Transformed pose in frame.
314+
- [(*referenceframe.PoseInFrame)](https://pkg.go.dev/go.viam.com/rdk/referenceframe#PoseInFrame): Transformed pose in frame.
315315
- [(error)](https://pkg.go.dev/builtin#error): An error, if one occurred.
316316

317317
**Example:**
@@ -371,7 +371,7 @@ If no names are passed in, the status of every resource configured on the machin
371371

372372
**Returns:**
373373

374-
- None.
374+
- ([List[viam.proto.robot.Status]](https://python.viam.dev/autoapi/viam/proto/robot/index.html#viam.proto.robot.Status)): A list of statuses for each requested resource.
375375

376376
**Example:**
377377

0 commit comments

Comments
 (0)