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 81
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
4 changed files
with
41 additions
and
54 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Change log | ||
========== | ||
|
||
1.1.1 (2015-10-18) | ||
================== | ||
|
||
* Change log file created | ||
* API changes: | ||
* Removed joint_publisher python code, now use topics directly from dVRK C++ stack (so much cleaner!) | ||
* Config file name, urdf and rviz, use dVRK C++ arm naming convention, i.e. PSM1, not psm_one, ... | ||
* Updated al urdf code to handle arm name as parameter (e.g. PSM1, PSM2) | ||
* Deprecated features: | ||
* None | ||
* New features: | ||
* dvrk_python/src/robot.py can be used a a simple Python API hiding all the ROS topics/data types | ||
* dvrk_matlab/robot.m can be used a a simple Matlab API hiding all the ROS topics/data types | ||
* Bug fixes: | ||
* fixed urdf for PSM jaw angle | ||
* ... |
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
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
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,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<name>dvrk_robot</name> | ||
<version>1.1.0</version> | ||
<version>1.1.1</version> | ||
<description>The dvrk_robot package</description> | ||
|
||
<maintainer email="[email protected]">Zihan Chen</maintainer> | ||
|