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

Commit 7ed0a40

Browse files
committed
Added changelog for 5.2.2
1 parent 1eec68f commit 7ed0a40

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ SET (CPACK_PACKAGING_INSTALL_PREFIX "/usr/local")
276276
# CPack version numbers for release tarball name.
277277
SET (CPACK_PACKAGE_VERSION_MAJOR 5)
278278
SET (CPACK_PACKAGE_VERSION_MINOR 5)
279-
SET (CPACK_PACKAGE_VERSION_PATCH 0)
279+
SET (CPACK_PACKAGE_VERSION_PATCH 2)
280280
SET (CPACK_DEBIAN_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
281281

282282

debian/changelog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2+
jderobot (5.5.2) unstable; urgency=low
3+
4+
* release 5.5.2
5+
* [PR #721] Added the new MAVLink Server for generic drone control.
6+
* [PR #722] Enhancement. Uav_viewer now hast two teleoperator canvas: speed and heading control.
7+
* [PR #724] Gazebo. Added new circuits for car practices. Monaco circuit with and without elevations is now available for gazebo.
8+
* [PR #726] Enhancement. Added new tags and materials to the aprilTags gazebo world.
9+
* [PR #732] Enhancement. Added bumper sensor to simulated kobuki robot.
10+
* [PR #737] Enhancement. ROS communications are now optional. Ice communications are the default.
11+
* [PR #748 #751 #752] Added launcher file for python tools: colorTuner_py, uav_viewer_py and basic_component_py
12+
* [PR #754] Changed from JdeRobot's logging system to Google logs.
13+
* [PR #755] New feature. Added new robot: roomba. It has driver for gazebo and interfaces for: motors, laser, pose3d and bumper.
14+
* [PR #760] Fix. OpenniServer works again with kinect1 devices.
15+
* [PR #762] Integrated Google logs to openniServer.
16+
* [PR #765] Deprecated. The C version of progeo API is now labeled as deprecated.
17+
* [PR #768] Docker. Added docker images for demos and developing.
18+
* [PR #769] Fix. Added support for ring buffer in recorder tool.
19+
* [PR #784] Fix. Turtlebot cameras now offer different images. It was serving only the left camera images for both of the cams.
20+
* [PR #787] Fix. reconstruccion3D world now loads the turtlebot model instead the deprecated pioneer robot.
21+
22+
-- Francisco Perez <[email protected]>, Wed, 28 Apr 2017 19:30:00 +0100
23+
24+
125
jderobot (5.5.0) unstable; urgency=low
226

327
* release 5.5.0

0 commit comments

Comments
 (0)