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

Commit 4e77fd6

Browse files
committed
Added changelog for 5.6.6
1 parent 3fd5d48 commit 4e77fd6

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

Deps/ros/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (ENABLE_ROS)
2121
geometry_msgs
2222
)
2323

24-
list(APPEND DEPS ros-kinetic-roscpp ros-kinetic-std-msgs ros-kinetic-cv-bridge ros-kinetic-image-transport ros-kinetic-roscpp-core ros-kinetic-rospy ros-kinetic-nav-msgs ros-kinetic-geometry-msgs )
24+
list(APPEND DEPS ros-kinetic-roscpp ros-kinetic-std-msgs ros-kinetic-cv-bridge ros-kinetic-image-transport ros-kinetic-roscpp-core ros-kinetic-rospy ros-kinetic-nav-msgs ros-kinetic-geometry-msgs ros-kinetic-mavros)
2525

2626
ADD_SUBDIRECTORY (${CMAKE_CURRENT_SOURCE_DIR}/Deps/ros/laser)
2727
ADD_SUBDIRECTORY (${CMAKE_CURRENT_SOURCE_DIR}/Deps/ros/kobuki-real)

cmake/cpackit.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SET (CPACK_PACKAGING_INSTALL_PREFIX "/usr/local")
2626
# CPack version numbers for release tarball name.
2727
SET (CPACK_PACKAGE_VERSION_MAJOR 5)
2828
SET (CPACK_PACKAGE_VERSION_MINOR 6)
29-
SET (CPACK_PACKAGE_VERSION_PATCH 4)
29+
SET (CPACK_PACKAGE_VERSION_PATCH 6)
3030
SET (CPACK_DEBIAN_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
3131

3232

debian/changelog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
jderobot (5.6.6) unstable; urgency=low
2+
3+
* release 5.6.6
4+
* Solved some bugs related with installation and other minor bugs in components.
5+
* [PR #1088] New PiCameraServer Driver and fixed Logging of slice executables error cmake
6+
* [PR #1156] Solved problem with usbcam on camserver_web
7+
* [PR #1167] Modify visualization.ice to visualize 3D segments
8+
* [PR #1169] 3DViewer_web modify to visualize 3D segments
9+
* [PR #1177] Added Roomba robot for ros nodes
10+
* [PR #1179] Added library PiBot as a new driver of JdeRobot
11+
* [PR #1180] Added driver piCamServer_py to serve PiCamera and USB cams.
12+
* [PR #1181] Added new tool PiCamCalibrator
13+
* [PR #1192] Added pibot robot support for gazebo
14+
* [PR #1198] Moved kids interfaces to interfaces directory
15+
* [PR #1209] New F1 model with realistic mesh (obj)
16+
* [PR #1220] Added model pibot with us sensor instead of picam sensor
17+
* [PR #1228] New ROS-based worlds for vacuum practices
18+
* [PR #1234] minimal support for ros drones
19+
* [PR #1236] Added printable pieces for PiBot
20+
* [PR #1240] 3DVizWeb show objects
21+
* [PR #1241] Added new formula1 models
22+
* [PR #1250] Added Nurburgrin circuit
23+
* [PR #1251] solved several problems with pibot api
24+
* [PR #1256] velocity implemented with five speeds for pibot real driver.
25+
* [PR #1258] velocity implemented at "avanzar" function of piBot.py for real PiBot
26+
* [PR #1262] Added Cameras and no-laser models to the F1 models. Follow_Road world fixed
27+
* [PR #1271] Control in position for pibot driver
28+
* [PR #1277] drone model with mavros
29+
30+
-- Francisco Perez <[email protected]>, Tue, 20 Nov 2018 12:00:00 +0100
31+
132
jderobot (5.6.4) unstable; urgency=low
233

334
* release 5.6.4

0 commit comments

Comments
 (0)