Skip to content

Commit

Permalink
Replace robot names with generic element-vegetable
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermedemouraa committed Oct 9, 2023
1 parent 2ac8f47 commit c28bc3f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions website/docs/examples/controller_track/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ of text come up in your terminal!

If you want to command the robot from your laptop, by connecting with a `gRPC` client over Wifi,
you can change the `host` field in `service_config.json` from localhost to your robot's name
(e.g., `dubnium-durian`).
(e.g., `element-vegetable`).

```json
{
"name": "controller",
"port": 20101,
"host": "dubnium-durian",
"host": "element-vegetable",
"subscriptions": [
{
"uri": {
Expand Down
4 changes: 2 additions & 2 deletions website/docs/examples/import_log_file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ and the file number in the video sequence:
E.g.,

```bash
2023_01_12_16_17_52_134845_dubnium-durian.0000.bin
2023_01_12_16_17_52_134845_element-vegetable.0000.bin
# yyyy_mm_dd_hh_mn_ss_msmsms_robot_name.####.bin
```

Expand All @@ -70,7 +70,7 @@ Using a terminal command window:
ssh <robot-name>
```

You should replace `<robot-name>` with your actual robot name, e.g., `dubnium-durian`.
You should replace `<robot-name>` with your actual robot name, e.g., `element-vegetable`.

- If having issues further instructions for how to do this are
listed
Expand Down
8 changes: 4 additions & 4 deletions website/docs/examples/monitor_app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,21 +331,21 @@ curl http://localhost:8002/list_uris
"gps/health":
{
"scheme":"protobuf",
"authority":"lead-mango",
"authority":"element-vegetable",
"path":"/health",
"query":"type=google.protobuf.Struct&pb=google/protobuf/struct.proto&service_name=gps"
},
"gps/pvt":
{
"scheme":"protobuf",
"authority":"lead-mango",
"authority":"element-vegetable",
"path":"/pvt",
"query":"type=farm_ng.gps.proto.GpsFrame&pb=farm_ng/gps/gps.proto&service_name=gps"
},
"gps/relposned":
{
"scheme":"protobuf",
"authority":"lead-mango",
"authority":"element-vegetable",
"path":"/relposned",
"query":"type=farm_ng.gps.proto.RelativePositionFrame&pb=farm_ng/gps/gps.proto&service_name=gps"
}
Expand All @@ -366,7 +366,7 @@ and you should see the following output:
{
"stamp": {
"stamp": 64291.767745599,
"clockName": "lead-mango/monotonic",
"clockName": "element-vegetable/monotonic",
"semantics": "driver/receive"
},
"longitude": -121.7905902,
Expand Down
4 changes: 2 additions & 2 deletions website/docs/examples/record_track/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ You can then set the Amiga to follow this track by following the

If you want to record the track on your laptop, by connecting with a gRPC client over Wifi,
you can change the `host` field in `service_config.json` from `localhost`
to your robot's name (e.g., `aluminum-pineapple`).
to your robot's name (e.g., `element-vegetable`).

```json
{
"name": "filter",
"port": 20001,
"host": "aluminum-pineapple",
"host": "element-vegetable",
"log_level": "INFO",
"subscriptions": [
{
Expand Down
4 changes: 2 additions & 2 deletions website/docs/ssh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Host <robot-name>
User farm-ng-user-<username>
```

Replace `<robot-name>` with your robot name (e.g., dubinium-durian) and
Replace `<robot-name>` with your robot name (e.g., element-vegetable) and
`<ip-address>` the robot's local IP address.

Replace `<username>` with your username (e.g., john-doe).
Expand Down Expand Up @@ -140,7 +140,7 @@ all devices connected to your network and figure out your robot's IP address.
Host <robot-name>
HostName <ip-address>
User farm-ng-user-<username>
# Replace <robot-name> with your robot name (e.g., dubinium-durian).
# Replace <robot-name> with your robot name (e.g., element-vegetable).
# You should receive your robot name via email
# Replace <username> with your username (e.g., john-doe)
# and <ip-address> with the robot's local IP address.
Expand Down

0 comments on commit c28bc3f

Please sign in to comment.