Cleanup Variable Names and Logging#1179
Conversation
1fb820c to
aa8e2f5
Compare
rhaschke
left a comment
There was a problem hiding this comment.
I assume that you used automatic renaming of variables based on a C++ code model.
I didn't looked through all the changes. But I agree to those changes in general.
|
I like the change and can't see a problem. |
Not sure what you mean by that - I use emacs so don't have fancy tools, just command line grep + sed. What do you use for this kind of thing? |
|
|
I'm assuming you meant "I used to work with emacs..." Yea, I've heard qtcreator is pretty good for ROS. Do you use the ROS industrial plugin? https://github.com/ros-industrial/ros_qtc_plugin |
Co-authored-by: Vatan Aksoy Tezer <vatan@picknik.ai>
In the early days of moveit RobotModel was KinematicModel and RobotState was KinematicState
This finishes the cleanup of that transition.
Do not cherry-pick backwards