diff --git a/docs_outdoornav_user_manual/web_user_interface/ui_manual_mode.mdx b/docs_outdoornav_user_manual/web_user_interface/ui_manual_mode.mdx
index f2ee662d8..c59f36d1a 100644
--- a/docs_outdoornav_user_manual/web_user_interface/ui_manual_mode.mdx
+++ b/docs_outdoornav_user_manual/web_user_interface/ui_manual_mode.mdx
@@ -18,14 +18,15 @@ methods that can be used to stop the moving UGV.
-
+ Teleoperation Components
1. **Error/Warning Bar:** A bar along the top of the page reporting
the error or warning status of the Assisted Teleoperation feature.
-2. **Joystick:** The joystick will allow the user to move the UGV
+2. **User Connections:** Shows the number of users connected to OutdoorNav.
+3. **Joystick:** The joystick will allow the user to move the UGV
manually from the UI. Motion can be sent to the UGV in 360°
directions and the speed can be controlled by the distance of the
joystick from its neutral position. Four fixed direction buttons are
@@ -33,16 +34,38 @@ methods that can be used to stop the moving UGV.
clockwise/counter-clockwise. Finally, we overlay an obstacle map
on top of the joystick, representing obstacle distances from the
UGV.
-3. **Speedometer:** An indicator of the UGV's current linear speed.
-4. **Sensitivity Scale:** A UGV-specific scale that controls the
+4. **Speedometer:** An indicator of the UGV's current linear speed.
+5. **Sensitivity Scale:** A UGV-specific scale that controls the
maximum allowable UGV velocities at each level. The default maximum
linear velocity is 1.0 meters per second and the maximum angular
velocity is 0.5 radians per second. These can be changed in the
[General Settings](./ui_overview.mdx#config-general-settings) page.
The scale levels are 100%, 80%, 50% and 20%, with the default set
to 80%.
-5. **Teleop Assist Toggle:** The "Teleop Assist" toggle can be used to
+6. **Teleop Assist Toggle:** The "Teleop Assist" toggle can be used to
enable/disable the Assisted Teleoperation feature.
+7. **UI Lockout:** The lockout toggle that will prevent the Joystick from
+ sending commands to the UGV. The purpose of this is to help prevent
+ unwanted users from teloperating the UGV. This feature
+ does not lock out the controller connected to the robot.
+8. **Controller Connection:** If a controller is connected to the PC the UI
+ will show this icon. The user can select the icon to disable/enable
+ controller input.
+
+## Remote Controller Connection
+
+If the user has a PS4 controller they can connect it to the UI directly. This
+will allow user drive the UGV the same way as the controller thats connected
+directly to the UGV. The controller will only function provided the UI window
+is in focus. Users can also see if other connections have a controller connected
+by expanding the User Connections icon as seen below.
+
+
+
+
+ Users connected to the UGV's UI Interface
+
+
## Monitor Wireless Strength
diff --git a/docs_versioned_docs/version-ros1noetic/robots/solutions/husky_observer/user_manual_husky_observer.mdx b/docs_versioned_docs/version-ros1noetic/robots/solutions/husky_observer/user_manual_husky_observer.mdx
index 9a5ff2841..068b4f3c4 100644
--- a/docs_versioned_docs/version-ros1noetic/robots/solutions/husky_observer/user_manual_husky_observer.mdx
+++ b/docs_versioned_docs/version-ros1noetic/robots/solutions/husky_observer/user_manual_husky_observer.mdx
@@ -1162,7 +1162,7 @@ If prompted for a password, enter: **`clearpath`**.
##### Connecting to OutdoorNav Web User Interface
-In order to connect to the Outdoor Nav User Interface, ensure that the tablet
+In order to connect to the OutdoorNav User Interface, ensure that the tablet
has network connectivity to the Husky Observer as described in
[Networking Setup](#networking-setup) and note the URL for accessing the OutdoorNav UI.
@@ -1330,7 +1330,7 @@ during the execution of the mission.
#### Autonomous Missions {#autonomous-missions}
-Refer to the Outdoor Nav User Manual for details on the
+Refer to the OutdoorNav User Manual for details on the
[Autonomous Mode](/docs_outdoornav_user_manual/web_user_interface/ui_overview#autonomous-features),
including details on [Autonomous Docking](/docs_outdoornav_user_manual/web_user_interface/ui_overview#autonomous-docking).
diff --git a/static/img/outdoornav_images/ui_manual_mode_page_0_14_0.png b/static/img/outdoornav_images/ui_manual_mode_page_0_14_0.png
new file mode 100644
index 000000000..cb9574559
Binary files /dev/null and b/static/img/outdoornav_images/ui_manual_mode_page_0_14_0.png differ
diff --git a/static/img/outdoornav_images/user_connections_expanded.png b/static/img/outdoornav_images/user_connections_expanded.png
new file mode 100644
index 000000000..a66f2a770
Binary files /dev/null and b/static/img/outdoornav_images/user_connections_expanded.png differ