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

Fix compilation with latest ROS 2 source #605

Merged
merged 2 commits into from
Oct 26, 2020
Merged

Fix compilation with latest ROS 2 source #605

merged 2 commits into from
Oct 26, 2020

Commits on Oct 21, 2020

  1. Include tf2_ros/buffer.h where needed

    After some cleanup in ros2/geometry2#325, the header is no longer being transitively included.
    
    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    4e4f54c View commit details
    Browse the repository at this point in the history
  2. Fix deprecated usage of FutureReturnCode

    The namespace rclcpp::executors:: was deprecated in Foxy and removed in ros2/rclcpp#1327.
    
    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    2891cbc View commit details
    Browse the repository at this point in the history