This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
2.2.0
2.2.0 (2023-11-21)
- API changes:
⚠️ All topicsmeasured_cp
andsetpoint_cp
usePoseStamped
instead ofTransformStamped
video.md
and video launch files moved to newly createddvrk_video
package (still part of this repository)
- New features:
- Support for Si PSMs, ECM and SUJ
- All video related files (launch and md) moved to ROS package
dvrk_video
to avoid build dependencies on the full dVRK stack - Added
vcs
files (replacingwstool
) for dVRK 2.1, 2.2 and devel - Added command line options to expose more IO and PID topics
dvrk_console_json
can locateros-io-<arm>.json
files using internal path, no need to specify the full path- All Python examples updated to use newly introduced
crtk.ral
(ROS Abstraction Layer) andcrtk.check_connections
- Added
dvrk_reset_teleoperation.py
to reposition MTMs and PSMs to better position between teleoperation tasks, very useful for user studies! dvrk_bag_replay.py
: can now replay usingsetpoint_jp
orsetpoint_cp
, fixed timing, doesn't use fulldvrk.psm
but creates a light class usingcrtk.utils
, record and send joint velocities for better trajectory following
- Bug fixes:
- Many