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.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fqez committed Apr 28, 2017
1 parent 1eec68f commit 7ed0a40
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ 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 5)
SET (CPACK_PACKAGE_VERSION_PATCH 0)
SET (CPACK_PACKAGE_VERSION_PATCH 2)
SET (CPACK_DEBIAN_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})


Expand Down
24 changes: 24 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@

jderobot (5.5.2) unstable; urgency=low

* release 5.5.2
* [PR #721] Added the new MAVLink Server for generic drone control.
* [PR #722] Enhancement. Uav_viewer now hast two teleoperator canvas: speed and heading control.
* [PR #724] Gazebo. Added new circuits for car practices. Monaco circuit with and without elevations is now available for gazebo.
* [PR #726] Enhancement. Added new tags and materials to the aprilTags gazebo world.
* [PR #732] Enhancement. Added bumper sensor to simulated kobuki robot.
* [PR #737] Enhancement. ROS communications are now optional. Ice communications are the default.
* [PR #748 #751 #752] Added launcher file for python tools: colorTuner_py, uav_viewer_py and basic_component_py
* [PR #754] Changed from JdeRobot's logging system to Google logs.
* [PR #755] New feature. Added new robot: roomba. It has driver for gazebo and interfaces for: motors, laser, pose3d and bumper.
* [PR #760] Fix. OpenniServer works again with kinect1 devices.
* [PR #762] Integrated Google logs to openniServer.
* [PR #765] Deprecated. The C version of progeo API is now labeled as deprecated.
* [PR #768] Docker. Added docker images for demos and developing.
* [PR #769] Fix. Added support for ring buffer in recorder tool.
* [PR #784] Fix. Turtlebot cameras now offer different images. It was serving only the left camera images for both of the cams.
* [PR #787] Fix. reconstruccion3D world now loads the turtlebot model instead the deprecated pioneer robot.

-- Francisco Perez <[email protected]>, Wed, 28 Apr 2017 19:30:00 +0100


jderobot (5.5.0) unstable; urgency=low

* release 5.5.0
Expand Down

0 comments on commit 7ed0a40

Please sign in to comment.