Skip to content

Commit

Permalink
Merge pull request #50 from lucasw/build_ubuntu2310
Browse files Browse the repository at this point in the history
Update included headers for compatibility with Ubuntu 23
  • Loading branch information
victorreijgwart authored Dec 11, 2023
2 parents 5e827cd + 004ea20 commit 89177ee
Show file tree
Hide file tree
Showing 26 changed files with 53 additions and 13 deletions.
3 changes: 3 additions & 0 deletions examples/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.6.2 (2023-12-11)
------------------

1.6.1 (2023-11-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion examples/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>wavemap_examples</name>
<version>1.6.1</version>
<version>1.6.2</version>
<description>Usages examples for wavemap.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions libraries/wavemap/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package wavemap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.6.2 (2023-12-11)
------------------
* Include <optional> for std::optional
* Contributors: Lucas Walter

1.6.1 (2023-11-20)
------------------

Expand Down
1 change: 1 addition & 0 deletions libraries/wavemap/include/wavemap/config/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define WAVEMAP_CONFIG_PARAM_H_

#include <map>
#include <optional>
#include <string>
#include <variant>
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion libraries/wavemap/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>wavemap</name>
<version>1.6.1</version>
<version>1.6.2</version>
<description>Base library for wavemap.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions libraries/wavemap_io/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap_io
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.6.2 (2023-12-11)
------------------

1.6.1 (2023-11-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion libraries/wavemap_io/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>wavemap_io</name>
<version>1.6.1</version>
<version>1.6.2</version>
<description>(De)serialization of wavemap types to files.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions ros/wavemap_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.6.2 (2023-12-11)
------------------

1.6.1 (2023-11-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ros/wavemap_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>wavemap_msgs</name>
<version>1.6.1</version>
<version>1.6.2</version>
<description>Message definitions for wavemap's ROS interfaces.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions ros/wavemap_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package wavemap_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.6.2 (2023-12-11)
------------------
* Include <optional> for std::optional
* Contributors: Lucas Walter

1.6.1 (2023-11-20)
------------------
* Add config for Ouster OS0 + Pico Monstar
Expand Down
1 change: 1 addition & 0 deletions ros/wavemap_ros/include/wavemap_ros/rosbag_processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <functional>
#include <list>
#include <map>
#include <optional>
#include <string>

#include <glog/logging.h>
Expand Down
2 changes: 1 addition & 1 deletion ros/wavemap_ros/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>wavemap_ros</name>
<version>1.6.1</version>
<version>1.6.2</version>
<description>ROS interface for wavemap.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions ros/wavemap_ros_conversions/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap_ros_conversions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.6.2 (2023-12-11)
------------------

1.6.1 (2023-11-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ros/wavemap_ros_conversions/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>wavemap_ros_conversions</name>
<version>1.6.1</version>
<version>1.6.2</version>
<description>Conversions between wavemap and ROS types.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down
6 changes: 6 additions & 0 deletions ros/wavemap_rviz_plugin/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package wavemap_rviz_plugin
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.6.2 (2023-12-11)
------------------
* Update included Ogre and Rviz headers to support Ubuntu 23
* Include <optional> for std::optional
* Contributors: Lucas Walter

1.6.1 (2023-11-20)
------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define WAVEMAP_RVIZ_PLUGIN_UTILS_BUTTON_PROPERTY_H_

#ifndef Q_MOC_RUN
#include <optional>
#include <string>
#include <utility>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#include <memory>
#include <vector>

#include <OGRE/Ogre.h>
#include <OGRE/OgreQuaternion.h>
#include <OGRE/OgreSceneManager.h>
#include <OGRE/OgreSceneNode.h>
#include <OGRE/OgreVector3.h>
#include <rviz/properties/bool_property.h>
#include <rviz/properties/color_property.h>
#include <rviz/properties/float_property.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#include <unordered_map>
#include <vector>

#include <OGRE/Ogre.h>
#include <OGRE/OgreQuaternion.h>
#include <OGRE/OgreSceneManager.h>
#include <OGRE/OgreSceneNode.h>
#include <OGRE/OgreVector3.h>
#include <rviz/properties/bool_property.h>
#include <rviz/properties/color_property.h>
#include <rviz/properties/enum_property.h>
Expand Down
2 changes: 1 addition & 1 deletion ros/wavemap_rviz_plugin/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>wavemap_rviz_plugin</name>
<version>1.6.1</version>
<version>1.6.2</version>
<description>Plugin to interactively visualize maps published in wavemap's
native format.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros/wavemap_rviz_plugin/src/wavemap_map_display.cc
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,5 @@ WavemapMapDisplay::resolveWavemapServerNamespaceFromMapTopic(
} // namespace wavemap::rviz_plugin

// Tell pluginlib about this class.
#include <pluginlib/class_list_macros.h>
#include <pluginlib/class_list_macros.hpp>
PLUGINLIB_EXPORT_CLASS(wavemap::rviz_plugin::WavemapMapDisplay, rviz::Display)
3 changes: 3 additions & 0 deletions tooling/packages/catkin_setup/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package catkin_setup
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.6.2 (2023-12-11)
------------------

1.6.1 (2023-11-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion tooling/packages/catkin_setup/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>catkin_setup</name>
<version>1.6.1</version>
<version>1.6.2</version>
<description>Dummy package to make it easy to setup the workspace and generate the setup.[sh|bash|zsh] scripts in CI.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions tooling/packages/wavemap_all/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap_all
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.6.2 (2023-12-11)
------------------

1.6.1 (2023-11-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion tooling/packages/wavemap_all/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>wavemap_all</name>
<version>1.6.1</version>
<version>1.6.2</version>
<description>Metapackage that builds all wavemap packages.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions tooling/packages/wavemap_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package wavemap_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.6.2 (2023-12-11)
------------------

1.6.1 (2023-11-20)
------------------
* Add Dockerfile and scripts to run the demo in Docker
Expand Down
2 changes: 1 addition & 1 deletion tooling/packages/wavemap_utils/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>wavemap_utils</name>
<version>1.6.1</version>
<version>1.6.2</version>
<description>Small package containing scripts to simplify common wavemap development tasks.</description>

<maintainer email="victorr@ethz.ch">Victor Reijgwart</maintainer>
Expand Down

0 comments on commit 89177ee

Please sign in to comment.