-
Notifications
You must be signed in to change notification settings - Fork 68
UI Customization
Anton Deguet edited this page Oct 3, 2024
·
6 revisions
moved to https://dvrk.readthedocs.io
Starting with the dVRK 1.6 we added some audio feedback for some console events (operator present, pedal pressed...). The dVRK applications rely on the sawTextToSpeech component for both text-to-speech and beeps. These commands are exposed by the ROS node under the topics:
-
/console/string_to_speech
: expects a plain string -
/console/beep
: expects astd_msgs/Float64MultiArray
with 3 values: duration (in seconds), frequency and volume (0 to 1). For exampledata: [0.5, 3000.0, 1.0]
See the sawTextToSpeech page for requirements.
Community
Getting Started
- First Steps
- Software installation
- Controller Connectivity
- Configuration files
- Hardware Setup
- Calibration
- Classic/Standard
- Si
- Examples
Advanced
- Software Architecture
- Application Development
- APIs
- UI Customization
- Teleoperation
- Kinematics Simulation
- Potentiometer Issues
- Development Branches
- Release Checklist
- Projects
- Controllers/versions
- E-STOP Wiring
- Full da Vinci System
- Head Sensor
- Foot Pedals
- Video
- Instruments
Miscellaneous
- Frequently Asked Questions
- User manuals Classic and Si moved
- QLA Heat Sink
- Build w/o ROS Linux Mac
- cisst
- JHU
Deprecated