JACart2 / ai-navigation

ROS2 Code for JACart2
MIT License
1 stars 0 forks source link

consistent naming #21

Open martinnester opened 3 weeks ago

martinnester commented 3 weeks ago

There are many cases where the same node or topic has different names in different places.

Examples:

@spragunr Perhaps not a top priority, but I think this could cause a lot of confusion, especially for someone that doesn't realize how inconsistent names are.

Proposed solution:

TODO: Create documentation for this.

Note: there may be other things (not topic/node) that are named inconsistently. Note: could a linter rule be setup to enforce consistent naming?