Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ROS-O] patches to build on modern systems #80

Open
wants to merge 4 commits into
base: ros1
Choose a base branch
from

Conversation

v4hn
Copy link

@v4hn v4hn commented Aug 14, 2024

See the individual commits for explanations on the required changes.

sed -i 's/throw (OpenNIException)//' $(grep -r "throw ([^)]" -l)

Required in c++17
The symbol was included through ros_comm,
but ROS-O plans to change that include due to excessive deprecation warnings:
ros-o/ros_comm#3

Lambdas should be preferred over bind these days.
it was officially deprecated since c++11 and removed in c++17
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4340
leading to compiler failure on standard systems by now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant