You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The master branch of urdfdom_headers is now using std::shared_ptrs from c++11. Are you building from source or using debs? I recommend using the 0.4.2 tag until downstream packages are supporting the API change.
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.The text was updated successfully, but these errors were encountered: