This repository was archived by the owner on Feb 21, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ SET (CPACK_PACKAGING_INSTALL_PREFIX "/usr/local")
276
276
# CPack version numbers for release tarball name.
277
277
SET (CPACK_PACKAGE_VERSION_MAJOR 5 )
278
278
SET (CPACK_PACKAGE_VERSION_MINOR 5 )
279
- SET (CPACK_PACKAGE_VERSION_PATCH 0 )
279
+ SET (CPACK_PACKAGE_VERSION_PATCH 2 )
280
280
SET (CPACK_DEBIAN_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR} .${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH} )
281
281
282
282
Original file line number Diff line number Diff line change
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
+
1
25
jderobot (5.5.0) unstable; urgency=low
2
26
3
27
* release 5.5.0
You can’t perform that action at this time.
0 commit comments