Closed benthebear93 closed 1 year ago
Such suggestions are best communicated through PRs ;)
@bmagyar I will think about more general names to unify the variables names for command and state interface and do the PR.
@benthebear93 are you working on this, or should we close the issue?
Closing since it is stale...
As a beginner, i been reading code for rrbot and diffbot together.
One thing that made me little confusing was variable's name.
variable for state of position only rrbot is
std::vector<double> hw_states_;
variable for diffbot is
and rrbot_system_multi_interface has
it's trivial but wouldn't it be better to unify the names of variables?