I noticed that this branch is using a deprecated header for tf2_geometry_msgs. While testing with ROS2 Jazzy, I had to update the following include path:
From: #include "tf2_geometry_msgs/tf2_geometry_msgs.h"
To: #include "tf2_geometry_msgs/tf2_geometry_msgs.hpp"
Source: https://www.ncnynl.com/ros2docs/en/jazzy/Releases/Release-Jazzy-Jalisco.html#removed-deprecated-headers
I'm not sure which ROS2 version this branch is targeting, but I wanted to leave this note for the record.
Thanks in advance, the proposal is greatly appreciated.
I noticed that this branch is using a deprecated header for tf2_geometry_msgs. While testing with ROS2 Jazzy, I had to update the following include path:
From:
#include "tf2_geometry_msgs/tf2_geometry_msgs.h"To:
#include "tf2_geometry_msgs/tf2_geometry_msgs.hpp"Source: https://www.ncnynl.com/ros2docs/en/jazzy/Releases/Release-Jazzy-Jalisco.html#removed-deprecated-headers
I'm not sure which ROS2 version this branch is targeting, but I wanted to leave this note for the record.
Thanks in advance, the proposal is greatly appreciated.