ros-industrial / ros2_canopen

CANopen driver framework for ROS2
https://ros-industrial.github.io/ros2_canopen/manual/rolling/
140 stars 60 forks source link

Use 'can_interface_name' consistently everywhere. #125

Closed destogl closed 1 year ago

destogl commented 1 year ago

There is a bit of a mix of can_interface_name and can_interface usage in some files and documentation.

I propose here that we use consistently everywhere can_interface_name to avoid confusion of users.

hellantos commented 1 year ago

Agreed. Wanted to fix that at some point, so greatly appreciated!

hellantos commented 1 year ago

We need to sync with #131.

destogl commented 1 year ago

Which do you want merge first?

destogl commented 1 year ago

Go with #131 then I can rebase