We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
std_msgs
sns_ik_lib
This dependency should be removed in the future.
The text was updated successfully, but these errors were encountered:
Once we remove ROS logging, we can probably also remove roscpp as a dependency.
Sorry, something went wrong.
mmmmm nope. Not if we want to ever talk to the param server.
param server
Ah, we do use NodeHandle in sns_ik.cpp to parse the urdf.
IanTheEngineer
No branches or pull requests
I was surprised to find that I added
std_msgs
as a dependency ofsns_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.
The text was updated successfully, but these errors were encountered: