Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Commit

Permalink
Added changelog for 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fqez committed Feb 19, 2018
1 parent c948d9a commit 0cd42ce
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
19 changes: 19 additions & 0 deletions debian/changelog
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

Expand Down
1 change: 1 addition & 0 deletions scripts/cmake/zeroc-ice-python/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

pip2 install --upgrade pip
pip2 install zeroc-ice==3.6.3
pip2 install imutils
3 changes: 2 additions & 1 deletion scripts/cmake/zeroc-ice-python/postrm
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

0 comments on commit 0cd42ce

Please sign in to comment.