ros / robot_model

Contains packages for modeling various aspects of robot information, specified in the Xml Robot Description Format (URDF). The core package of this stack is urdf, which parses URDF files, and constructs an object model (C++) of the robot.
http://ros.org/wiki/robot_model
35 stars 104 forks source link

Shared ptr yakkety #207

Closed sloretz closed 7 years ago

sloretz commented 7 years ago

This pull request fixes a build failure when using urdfdom versions greater than 0.4 by adding a forward declaration for urdf::Model to the compatibility header.

Also: