sns_ik icon indicating copy to clipboard operation
sns_ik copied to clipboard

Remove sns_ik_lib dependency on std_msgs

Open IanTheEngineer opened this issue 9 years ago • 3 comments

I was surprised to find that I added std_msgs as a dependency of sns_ik_lib. That seems wholly unnecessary, as evidenced by a quick search: https://github.com/RethinkRobotics-opensource/sns_ik/search?utf8=%E2%9C%93&q=std_msgs

This dependency should be removed in the future.

IanTheEngineer avatar Apr 27 '16 18:04 IanTheEngineer

Once we remove ROS logging, we can probably also remove roscpp as a dependency.

rethink-forrest avatar Apr 27 '16 18:04 rethink-forrest

Once we remove ROS logging, we can probably also remove roscpp as a dependency.

mmmmm nope. Not if we want to ever talk to the param server.

IanTheEngineer avatar Apr 27 '16 18:04 IanTheEngineer

Ah, we do use NodeHandle in sns_ik.cpp to parse the urdf.

rethink-forrest avatar Apr 27 '16 18:04 rethink-forrest