-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
cleanup urdfdom compatibility #27
Conversation
... now relying on compatibility layer of urdf package
Should we hold off this change until the robot_model update is synced? |
+1 to holding off until sync |
This is overdue. Merging. |
[Indigo] cleanup urdfdom compatibility (cherry-picking #27)
@@ -41,8 +41,7 @@ | |||
#include <string> | |||
#include <vector> | |||
#include <utility> | |||
#include <urdf_model/model.h> | |||
#include <srdfdom/urdfdom_compatibility.h> | |||
#include <urdf/model.h> // TODO: replace with urdf_model/types.h in Lunar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// TODO: replace with urdf_model/types.h in Lunar
Does this still hold?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried replacing it on a Ubuntu Zesty system and got an error:
/root/ros/ws_catkin/src/srdfdom/include/srdfdom/model.h:66:28: error: 'ModelInterface' in namespace 'urdf' does not name a type
Which I have not looked into
... now relying on compatibility layer of urdf package: ros/robot_model#160