Skip to content

Commit 73caa59

Browse files
[Jazzy] Fixed the default username. (#331)
1 parent 7f8818b commit 73caa59

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Diff for: docs_versioned_docs/version-ros2jazzy/ros/config/workspaces.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ It is also necessary to add the path to the workspace setup file into the Clearp
7171
system:
7272
ros2:
7373
workspaces:
74-
- "/home/administrator/colcon_ws/install/setup.bash"
74+
- "/home/robot/colcon_ws/install/setup.bash"
7575
```
76-
Replace `administrator` in the path with the name of the user in whose home directory the workspace was added. For more information on the Clearpth configuration system see the [**Robot YAML**](./yaml/system.mdx) documentation.
76+
Replace `robot` in the path with the name of the user in whose home directory the workspace was added. For more information on the Clearpth configuration system see the [**Robot YAML**](./yaml/system.mdx) documentation.
7777

Diff for: docs_versioned_docs/version-ros2jazzy/ros/config/yaml/overview.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can also skip to each section to get an explanation of each part of the samp
5757
serial_number: a200-0000
5858
version: 0
5959
system:
60-
username: administrator
60+
username: robot
6161
hosts:
6262
- hostname: cpr-a200-0000
6363
ip: 192.168.131.1

Diff for: docs_versioned_docs/version-ros2jazzy/ros/config/yaml/system.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ For example:
4343

4444
```yaml
4545
ros2:
46-
username: administrator
46+
username: robot
4747
namespace: a200_0000
4848
domain_id: 0
4949
middleware: # This section is described further below
5050
implementation: rmw_fastrtps_cpp
5151
workspaces:
52-
- /home/administrator/colcon_ws/install/setup.bash # Path to the custom workspace
52+
- /home/robot/colcon_ws/install/setup.bash # Path to the custom workspace
5353
```
5454

5555
### Middleware
@@ -129,11 +129,11 @@ servers:
129129

130130
In our sample, we have a **Husky A200** platform whose primary computer has the hostname: `cpr-a200-0000` and IP: `192.168.131.1`.
131131

132-
By default, all Clearpath robots use the username `administrator` and the robot's namespace matches the `serial_number`.
132+
By default, all Clearpath robots use the username `robot` and the robot's namespace matches the `serial_number`.
133133

134134
```yaml
135135
system:
136-
username: administrator
136+
username: robot
137137
hosts:
138138
- hostname: cpr-a200-0000
139139
ip: 192.168.131.1

Diff for: docs_versioned_docs/version-ros2jazzy/ros/installation/upgrading.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ bash backup.sh melodic-final-backup 192.168.1.103
8989

9090
This will produce a backup file called `melodic-final-backup.tar.gz`. Keep this file for when you need to access your backed-up data.
9191

92-
By default all Clearpath robots use the username `administrator` and the password `clearpath`. The backup.sh
92+
By default all Clearpath robots use the username `robot` and the password `clearpath`. The backup.sh
9393
script will use these credentials by default, but you can override them easily.
9494

9595
For example, if your robot’s username and password have been set to `my_robot_username` and `my_robot_password` you should run:

Diff for: docs_versioned_docs/version-ros2jazzy/ros/tutorials/navigation_demos/localization.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ robot too. We will be using a J100 with a Hokuyo UST10 attached to the front of
2121
serial_number: j100-0001
2222
version: 0
2323
system:
24-
username: administrator
24+
username: robot
2525
hosts:
2626
- hostname: cpr-j100-0001
2727
ip: 192.168.131.1

Diff for: docs_versioned_docs/version-ros2jazzy/ros/tutorials/navigation_demos/nav2.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We will be using a J100 with a Hokuyo UST10 attached to the front of the robot.
2020
serial_number: j100-0001
2121
version: 0
2222
system:
23-
username: administrator
23+
username: robot
2424
hosts:
2525
- hostname: cpr-j100-0001
2626
ip: 192.168.131.1

Diff for: docs_versioned_docs/version-ros2jazzy/ros/tutorials/navigation_demos/slam.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ robot too. We will be using a J100 with a Hokuyo UST10 attached to the front of
2020
serial_number: j100-0001
2121
version: 0
2222
system:
23-
username: administrator
23+
username: robot
2424
hosts:
2525
- hostname: cpr-j100-0001
2626
ip: 192.168.131.1

0 commit comments

Comments
 (0)