Robotic-Decision-Making-Lab / alpha

ROS 2 interface for the Reach Alpha 5 manipulator.
MIT License
10 stars 2 forks source link

Replace instances of std::bind with lambdas #40

Closed evan-palmer closed 1 year ago

evan-palmer commented 1 year ago

Checklist

Changes Made

This PR replaces instances of std::bind with lambda functions. This improves the system readability while also eliminating the need to maintain small one-off methods.

Associated Issues

Files Changed

Testing

Regression testing and CI