This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
# Description | ||
|
||
This is a simple Qt based application to provide a couple of widgets to be displayed in the master console. The two widgets (one for each eye/monitor, left and right) display the current state of the dVRK, including: | ||
* Operator present | ||
* Clutch pressed | ||
* Is the teleoperation in camera mode | ||
* With MTM/PSM pair is currently active (useful for users with multiple PSMs associated to a single MTM) | ||
* State of the active MTM/PSM teleoperation(s) | ||
|
||
# Usage | ||
|
||
This application assumes that you're using your PC to send video signals to both monitors on the console stereo display (aka HRSV, high resolution stereo video) and you can add the widgets on top of the video you're rendering on the stereo console. | ||
|
||
To start the application, use a launch file or `rosrun`: | ||
```sh | ||
rosrun dvrk_hrsv_widget hrsv_widget | ||
``` | ||
|
||
Once the two widgets are opened, drag each of them manually towards the top (or bottom) center of each console monitor (left and right). You might have to tweak their positions so they look fine in the console itself (same hight, proper disparity). |