Closed lucasw closed 11 months ago
There are a few more of these, I'm going to add some more commits then will take out of draft.
Ogre changes aren't necessary but easy to fix and I think backwards compatible (see what CI says)
In file included from /home/lucasw/catkin_ws/src/misc/wavemap/wavemap/ros/wavemap_rviz_plugin/include/wavemap_rviz_plugin/visuals/slice_visual.h:11,
from /home/lucasw/catkin_ws/src/misc/wavemap/wavemap/ros/wavemap_rviz_plugin/src/visuals/slice_visual.cc:1:
/usr/include/OGRE/OgreVector3.h:2:62: note: ‘#pragma message: /usr/include/OGRE/OgreVector3.h is deprecated, migrate to Ogre.h’
2 | #pragma message( __FILE__ " is deprecated, migrate to Ogre.h")
|
From libogre-1.12-dev
/prepare-release patch
Description
Need to include for std::optional on newer Ubuntu version/s.
Type of change
Delete options that are not relevant.
Detailed summary
When building with Ubuntu 23.10 with catkin:
Fixes # (issue)
Testing
System information (please complete if relevant):
OS: Ubuntu 23.10
g++ (Ubuntu 13.2.0-4ubuntu3) 13.2.0
Installation: apt-installed debian ros 'one' + many overlaying repos (https://github.com/lucasw/ros_from_src/blob/debianize/ubuntu_2204/base_repos.yaml)
Checklist: