From 656feec779f7bffe7e597609c216bfa3634a89ad Mon Sep 17 00:00:00 2001 From: Anton Deguet Date: Wed, 16 May 2018 18:57:06 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c851722..46bf7577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ Change log ========== +1.6.0 (2018-05-16) +================== + +* API changes: + * None +* Deprecated features: + * None +* New features: + * dvrk_robot: + * Add tf2 support + * Multiple threads used, one for publishers, one for tf2 and one for subscribers. This reduces latency on all subscribers + * Publishes interval statistics for IO component as well as ROS bridges + * SUJ joint state subscriber when in simulation mode + * Added psm `set_effort_jaw` subscriber + * Python: + * Added PSM effort test program + * Added cartesian impedance MTM test program + * dVRK logo available in STL format for RViz and Gazebo + * video.md: added some documentation and launch files for DeckLink frame grabbers +* Bug fixes: + * Fixed missing latch on event publishers + * `dvrk_console_json` should now quit on ctrl+c + + 1.5.0 (2017-11-07) ==================