This repository has been archived by the owner on Feb 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 124
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
3 changed files
with
22 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,3 +1,22 @@ | ||
jderobot (5.6.3) unstable; urgency=low | ||
|
||
* release 5.6.3 | ||
* Solved some bugs related with installation and other minor bugs in components. | ||
* Added some little improvements in some tools. | ||
* YoutubeServer is now working from debian package installation, it only works with python clients for the moment. | ||
* [PR #1017] Added support for synchronized RGBD | ||
* [PR #1024] Added new tests to jenkins dockers | ||
* [PR #1031] Added new component rgbdViewer_py | ||
* [PR #1032] Added support for MBOT in gazebo | ||
* [PR #1040] Added a new widget with zoom to rgbdcalibrator | ||
* [PR #1049] New tests for packages installation. | ||
* [PR #1050] First approach. Deleted discontinuity in HSV filter of colorTuner | ||
* [PR #1053] Added comm to rgbdViewer | ||
* [PR #1054] Ported MAVLINKServer to python 2.7 and integrated with comm | ||
* [PR #1035] [PR #1063] Improved scratch2JdeRobot tool. | ||
|
||
-- Francisco Perez <[email protected]>, Wed, 19 Feb 2018 17:15:00 +0100 | ||
|
||
|
||
jderobot (5.6.2) unstable; urgency=low | ||
|
||
|
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
|
||
pip2 install --upgrade pip | ||
pip2 install zeroc-ice==3.6.3 | ||
pip2 install imutils |
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,3 +1,4 @@ | ||
#!/bin/sh | ||
|
||
pip2 uninstall zeroc-ice | ||
pip2 uninstall zeroc-ice | ||
pip2 uninstall imutils |