ros / geometry_tutorials

ROS geometry_tutorials stack migrated from https://kforge.ros.org/geometry/tutorials/branches
32 stars 53 forks source link

Migrate std::bind calls to lambda expressions #76

Closed FelipeGdM closed 9 months ago

FelipeGdM commented 10 months ago

This PR is a follow up to the changes made in the documentation https://github.com/ros2/ros2_documentation/pull/4041

The migration of std::bind calls made in the docs is reflected here

FelipeGdM commented 9 months ago

I executed ament_uncrustify src/ locally to be sure all format errors are solved >.<