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.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fqez committed Mar 15, 2017
1 parent 73cd006 commit d47fa75
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ SET (CPACK_PACKAGING_INSTALL_PREFIX "/usr/local")

# CPack version numbers for release tarball name.
SET (CPACK_PACKAGE_VERSION_MAJOR 5)
SET (CPACK_PACKAGE_VERSION_MINOR 4)
SET (CPACK_PACKAGE_VERSION_PATCH 2)
SET (CPACK_PACKAGE_VERSION_MINOR 5)
SET (CPACK_PACKAGE_VERSION_PATCH 0)
SET (CPACK_DEBIAN_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})


Expand Down
26 changes: 26 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
jderobot (5.5.0) unstable; urgency=low

* release 5.5.0
* [PR #627] Included cmake config files for cmake find_package(jderobot)
* [PR #631] Added new tool Uav_viewer for python.
* [PR #656] Modified laser Ice Interface. Now it offers more and better information.
* [PR #658] Added oficial Dockerfile for JdeRobot.
* [PR #670] Deleted vtk from dependecy list.
* [PR #672] Fix. Fixed cxx flags overwrite.
* [PR #675] Added parallelIce motorsClient for c++
* [PR #676] Refactor basic_component, now is basic again.
* [PR #683] This is the main change for this release. We now support communications between ROS nodes and JdeRobot tools using ROS messages thanks to our new communications library JdeRobotComm. The current version of the library supports communication with cameras, laser, motors and odometry (pose3d). The robots/sensors supported are turtlebot (both real and simulated ones), RPLidar (360 laser scanner), Hokuyo (180 laser scanner) and RGB cameras.
* [PR #688] Added more complete world for ardrone with trees and blue sky.
* [PR #693] Using Python3 and 2. We now support the compilation of the project using python 2 or 3.
* [PR #694] Deleted 3d viewer and stategui from kobukiViewer.
* [PR #696] This is the other huge change for this version. We now support ROS communications using ROS python as well. This is the equivalent version of JdeRobotComm in c++ but made for python. This is oriented to work with our python tools as well as with our JdeRobot-Academy exercises.
* [PR #697] Deleted colorTuner c++. The python version is now the official tool for colorTuner.
* [PR #705] Moved all depencencies to Deps directory.
* [PR #710] Added Logo and JderobotComm to basic_component_py.
* [PR #711] Added jderobotComm and logo to colorTuner_py.
* [PR #714] Changed lines for points in laserWidget of kovbukiViewer. Now the readings are less noisy.
* [PR #716] Included parallelIce shared ptrs
* [PR #720] Made cameraview bilingual. Now the tool supports both ICE and ROS communications.

-- Francisco Perez <[email protected]>, Wed, 15 Mar 2017 13:20:00 +0100

jderobot (5.4.2) unstable; urgency=low

* release 5.4.2
Expand Down

0 comments on commit d47fa75

Please sign in to comment.