You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 8c27d2b broke backwards compatibility of the C++ interface by adding a bool use_tf_static parameter to the RobotStatePublisher::publishFixedTransforms member function.
Adding a default value to either true or false will fix the incompatibility. If filling in a default is undesirable, we could add a deprecated overload that fills in the boolean value.
Either way, breaking the C++ API within a the same ROS release is a bit messy.
The text was updated successfully, but these errors were encountered:
de-vri-es
changed the title
API incompatibility in RobotStatePublisher::publishFIxedTransforms
API incompatibility in RobotStatePublisher::publishFixedTransforms
Oct 30, 2015
Commit 8c27d2b broke backwards compatibility of the C++ interface by adding a
bool use_tf_static
parameter to theRobotStatePublisher::publishFixedTransforms
member function.Adding a default value to either true or false will fix the incompatibility. If filling in a default is undesirable, we could add a deprecated overload that fills in the boolean value.
Either way, breaking the C++ API within a the same ROS release is a bit messy.
The text was updated successfully, but these errors were encountered: