-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/noetic-devel' into fisheye
- Loading branch information
Showing
31 changed files
with
168 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,22 @@ | |
Changelog for package camera_calibration_parsers | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1.12.0 (2020-04-03) | ||
------------------- | ||
* Noetic release image_common (`#155 <https://github.com/ros-perception/image_common/issues/155>`_) | ||
* noetic - Porting Python to Python3 | ||
Signed-off-by: ahcorde <[email protected]> | ||
* Updated cmake_minimum_required to 3.0.2 | ||
Signed-off-by: ahcorde <[email protected]> | ||
* changed diskutils.core for setuptools | ||
Signed-off-by: ahcorde <[email protected]> | ||
* ported to noetic image_transport tutorial | ||
Signed-off-by: ahcorde <[email protected]> | ||
* Contributors: Alejandro Hernández Cordero | ||
|
||
1.11.14 (2020-04-03) | ||
-------------------- | ||
|
||
1.11.13 (2017-11-05) | ||
-------------------- | ||
* Use Boost_LIBRARIES instead of Boost_PYTHON_LIBRARY | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,26 @@ | |
Changelog for package camera_info_manager | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1.12.0 (2020-04-03) | ||
------------------- | ||
* Noetic release image_common (`#155 <https://github.com/ros-perception/image_common/issues/155>`_) | ||
* noetic - Porting Python to Python3 | ||
Signed-off-by: ahcorde <[email protected]> | ||
* Updated cmake_minimum_required to 3.0.2 | ||
Signed-off-by: ahcorde <[email protected]> | ||
* changed diskutils.core for setuptools | ||
Signed-off-by: ahcorde <[email protected]> | ||
* ported to noetic image_transport tutorial | ||
Signed-off-by: ahcorde <[email protected]> | ||
* Contributors: Alejandro Hernández Cordero | ||
|
||
1.11.14 (2020-04-03) | ||
-------------------- | ||
* export runtime binaries correctly on Windows (`#116 <https://github.com/ros-perception/image_common/issues/116>`_) | ||
* add indentation, and use _WIN32 instead of WIN32 (`#117 <https://github.com/ros-perception/image_common/issues/117>`_) | ||
* add DLL import/export macro (`#118 <https://github.com/ros-perception/image_common/issues/118>`_) | ||
* Contributors: James Xu | ||
|
||
1.11.13 (2017-11-05) | ||
-------------------- | ||
* Fix the find_package(catkin) redundancy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cmake_minimum_required(VERSION 2.8.3) | ||
cmake_minimum_required(VERSION 3.0.2) | ||
project(image_common) | ||
find_package(catkin REQUIRED) | ||
catkin_metapackage() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#ifndef IMAGE_TRANSPORT_EXPORTS_H | ||
#define IMAGE_TRANSPORT_EXPORTS_H | ||
|
||
#include <ros/macros.h> | ||
|
||
// Import/export for windows dll's and visibility for gcc shared libraries. | ||
|
||
#ifdef ROS_BUILD_SHARED_LIBS // ros is being built around shared libraries | ||
#ifdef image_transport_EXPORTS // we are building a shared lib/dll | ||
#define IMAGE_TRANSPORT_DECL ROS_HELPER_EXPORT | ||
#else // we are using shared lib/dll | ||
#define IMAGE_TRANSPORT_DECL ROS_HELPER_IMPORT | ||
#endif | ||
#else // ros is being built around static libraries | ||
#define IMAGE_TRANSPORT_DECL | ||
#endif | ||
|
||
#endif // IMAGE_TRANSPORT_EXPORTS_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.