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
This PR disables methods that are not supported by ROS 2 Humble by conditionally skipping tests and excluding bindings and functionality when running on that distribution.
- Tests for timer and node methods now skip execution on Humble.
- C++ and JavaScript bindings for timer and node methods are conditionally compiled/invoked based on the ROS version.
Fix: #1118
0 commit comments