ros-controls / realtime_tools

Contains a set of tools that can be used from a hard realtime thread, without breaking the realtime behavior.
https://control.ros.org
BSD 3-Clause "New" or "Revised" License
140 stars 76 forks source link

Move the header files to `.hpp` extension #206

Closed saikishor closed 2 days ago

saikishor commented 4 days ago

As a standard now in ROS 2, all C++ headers need to be in .hpp format. So, I've moved some pending headers to .hpp extension

christophfroehlich commented 2 days ago

Would you mind creating good-first-issues in all our repositories to use the new headers?

saikishor commented 2 days ago

Would you mind creating good-first-issues in all our repositories to use the new headers?

Sure, I will do it during the day