Skip to content

Commit

Permalink
DOCS-1179: Remove attribute guide mentions (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT authored Sep 27, 2023
1 parent 940bcae commit af3460b
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 13 deletions.
Binary file modified assets/tutorials/tipsy/app-board-attribute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/tutorials/tipsy/app-detection-after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/tutorials/tipsy/app-detection-before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/tutorials/tipsy/app-service-ml-after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/tutorials/tipsy/app-service-ml-before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/tutorials/tipsy/app-service-vision-after.png
Binary file not shown.
Binary file removed assets/tutorials/tipsy/app-service-vision-before.png
Binary file not shown.
Binary file added assets/tutorials/tipsy/app-service-vision.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/tutorials/tipsy/app-ultrasonic-attribute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/components/realsense-cam.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ They will have the names `intel:color` and `intel:depth`.
Click **Components** on the **Config** tab.
Now, add the `align_color_depth` camera model.
The **Attributes** pane on the left allows you to enter the necessary attributes for your component.
The **Attributes Guide** lists the available attributes for the chosen component.

Enter the necessary JSON configuration for your camera:

Expand Down
3 changes: 1 addition & 2 deletions docs/try-viam/try-viam-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,8 @@ Both [motors](/components/motor/) on this rover use the model `gpio` which is th

The attributes section lists the board the motor is wired to, and since the rover's motors are encoded the user interface also shows the encoded motor attributes: the encoder name, motor ramp rate limit, encoder ticks per rotation, and max RPM limit.

You can click **Go to Advanced** to view the attributes field in raw JSON format.
You can click **Go to advanced** to view the attributes field in raw JSON format.
The **Attributes** pane contains the current JSON configuration for this component.
The **Attribute Guide** contains a complete list of available attributes for this component type.
Click **Go to Fancy** to return to the default graphical user interface.

### Base configuration
Expand Down
6 changes: 2 additions & 4 deletions docs/tutorials/projects/send-security-photo.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,9 @@ Click the **Services** subtab.

In the new vision service panel, configure your service.

![vision service panel called myPeopleDetector with empty Attributes section](/tutorials/tipsy/app-service-vision-before.png)
Select `people` from the **ML Model** drop-down.

Name the ml model name `people`.

![vision service panel called myPeopleDetector with filled Attributes section, mlmodel_name is “people”.](/tutorials/tipsy/app-service-vision-after.png)
![vision service panel called myPeopleDetector with filled Attributes section, mlmodel_name is “people”.](/tutorials/tipsy/app-service-vision.png)

### Configure the detection camera

Expand Down
8 changes: 2 additions & 6 deletions docs/tutorials/projects/tipsy.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ Click on the **Components** subtab.

You can name your board whatever you want as long as you refer to it by the same name in your code.

![Board component configured in the Viam app, the component tab is named local, with a type attribute board and model attribute Pi.](/tutorials/tipsy/app-board-attribute.png)

2. **Configure the motors**

Add your right [motor](/components/motor/):
Expand Down Expand Up @@ -397,11 +395,9 @@ Click on the **Services** subtab.

In the new vision service panel, configure your service.

![vision service panel called myPeopleDetector with empty Attributes section](/tutorials/tipsy/app-service-vision-before.png)

Name the ml model name `people`.
Select `people` from the **ML Model** drop-down.

![vision service panel called myPeopleDetector with filled Attributes section, mlmodel_name is “people”.](/tutorials/tipsy/app-service-vision-after.png)
![vision service panel called myPeopleDetector with filled-in Attributes section. ML Model name is “people”.](/tutorials/tipsy/app-service-vision.png)

1. **Configure the detection camera**

Expand Down

0 comments on commit af3460b

Please sign in to comment.