-
Notifications
You must be signed in to change notification settings - Fork 102
Add smart ptr typedefs #153
Conversation
|
I would propose to use |
|
Hiya, On 11 Sep 2016 11:53, "Jochen Sprickerhof" notifications@github.com wrote:
|
|
This PR would be very welcome. MoveIt is currently being migrated to More importantly, once |
|
@wjwwood ? |
|
When will these pointers be switched to std? Currently in Lunar all of the shared_ptrs in urdfdom/urdfdom_headers uses std, but this one |
In the kinetic-devel branch ros#153 introduced typedefs for the `Model` class of this package. Later, ros#206 moved these typedefs over to the `urdfdom_compatibility.h` header. The main purpose of the header is to ease compatibility between indigo and kinetic+, so these typedefs should also be provided in indigo-devel.
In the kinetic-devel branch ros#153 introduced typedefs for the `Model` class of this package. Later, ros#206 moved these typedefs over to the `urdfdom_compatibility.h` header. The main purpose of the header is to ease compatibility between indigo and kinetic+, so these typedefs should also be provided in indigo-devel.
In the kinetic-devel branch #153 introduced typedefs for the `Model` class of this package. Later, #206 moved these typedefs over to the `urdfdom_compatibility.h` header. The main purpose of the header is to ease compatibility between indigo and kinetic+, so these typedefs should also be provided in indigo-devel.
This adds the common typedefs that already exist for the rest of the classes in the
urdfnamespace.