shadow-robot / sr-ros-interface-ethercat

ROS driver for the Shadow Robot EtherCAT Hand.
GNU General Public License v2.0
9 stars 15 forks source link

[ROS-O] drop deprecated use of boost _1, _2 #267

Open v4hn opened 3 months ago

v4hn commented 3 months ago

The symbols have always been used through implicit includes from ros_comm, but ROS-O considers changing these includes right now because of excessive deprecation warnings building all of ROS. https://github.com/ros-o/ros_comm/pull/3

Without this noetic-compatible patch, these packages will fail to build with ROS-O, e.g., on Ubuntu 22.04, 24.04 and similar systems, in the near future.