5.3. Applications
For all applications, you will need to source your ROS workspace’s
setup.bash. For ROS1, use source
<workspace>/devel/setup.bash. For ROS2, use source
<workspace>install/setup.bash.
Some applications are ROS nodes (or ROS launch files), these can be
started using ros2 run <package> <application>. Some are not ROS
nodes and can be launched directly from a terminal like any other
executable.
- 5.3.1. System
- 5.3.2. Debugging
- 5.3.3. Calibration
- 5.3.3.1.
sawRobotIO1394CurrentCalibration - 5.3.3.2.
dvrk_calibrate_potentiometers.py - 5.3.3.3.
dvrk_calibrate_potentiometer_psm.py - 5.3.3.4.
sawIntuitiveResearchKitGripperCalibration - 5.3.3.5.
sawIntuitiveResearchKitSiPotentiometersCalibration - 5.3.3.6.
dvrk_calibrate_suj.py - 5.3.3.7.
dvrk_camera_registration.py
- 5.3.3.1.
- 5.3.4. Utilities