File tree 7 files changed +11
-11
lines changed
docs_versioned_docs/version-ros2jazzy/ros
tutorials/navigation_demos
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ It is also necessary to add the path to the workspace setup file into the Clearp
71
71
system :
72
72
ros2 :
73
73
workspaces :
74
- - " /home/administrator /colcon_ws/install/setup.bash"
74
+ - " /home/robot /colcon_ws/install/setup.bash"
75
75
` ` `
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.
77
77
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ You can also skip to each section to get an explanation of each part of the samp
57
57
serial_number : a200-0000
58
58
version : 0
59
59
system :
60
- username : administrator
60
+ username : robot
61
61
hosts :
62
62
- hostname : cpr-a200-0000
63
63
ip : 192.168.131.1
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ For example:
43
43
44
44
` ` ` yaml
45
45
ros2:
46
- username: administrator
46
+ username: robot
47
47
namespace: a200_0000
48
48
domain_id: 0
49
49
middleware: # This section is described further below
50
50
implementation: rmw_fastrtps_cpp
51
51
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
53
53
` ` `
54
54
55
55
# ## Middleware
@@ -129,11 +129,11 @@ servers:
129
129
130
130
In our sample, we have a **Husky A200** platform whose primary computer has the hostname : ` cpr-a200-0000` and IP: `192.168.131.1`.
131
131
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`.
133
133
134
134
` ` ` yaml
135
135
system:
136
- username: administrator
136
+ username: robot
137
137
hosts:
138
138
- hostname: cpr-a200-0000
139
139
ip: 192.168.131.1
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ bash backup.sh melodic-final-backup 192.168.1.103
89
89
90
90
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.
91
91
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
93
93
script will use these credentials by default, but you can override them easily.
94
94
95
95
For example, if your robot’s username and password have been set to ` my_robot_username ` and ` my_robot_password ` you should run:
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ robot too. We will be using a J100 with a Hokuyo UST10 attached to the front of
21
21
serial_number : j100-0001
22
22
version : 0
23
23
system :
24
- username : administrator
24
+ username : robot
25
25
hosts :
26
26
- hostname : cpr-j100-0001
27
27
ip : 192.168.131.1
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ We will be using a J100 with a Hokuyo UST10 attached to the front of the robot.
20
20
serial_number : j100-0001
21
21
version : 0
22
22
system :
23
- username : administrator
23
+ username : robot
24
24
hosts :
25
25
- hostname : cpr-j100-0001
26
26
ip : 192.168.131.1
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ robot too. We will be using a J100 with a Hokuyo UST10 attached to the front of
20
20
serial_number : j100-0001
21
21
version : 0
22
22
system :
23
- username : administrator
23
+ username : robot
24
24
hosts :
25
25
- hostname : cpr-j100-0001
26
26
ip : 192.168.131.1
You can’t perform that action at this time.
0 commit comments