Hi, There was an issue with the newest version (1.0) of urdfom headers.
error: ‘shared_ptr’ in namespace ‘std’ does not name a type URDF_TYPEDEF_CLASS_POINTER(JointMimic); ^
This sort of error (around a page full) throws up on compiling.
I had to do a git reset --hard 9aed725 to make it work.
Hi, There was an issue with the newest version (1.0) of urdfom headers.
error: ‘shared_ptr’ in namespace ‘std’ does not name a type URDF_TYPEDEF_CLASS_POINTER(JointMimic); ^This sort of error (around a page full) throws up on compiling.
I had to do a
git reset --hard 9aed725to make it work.