Skip to content

Commit

Permalink
Update for urdf 1.0 (Closes: #22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jspricke authored and mintar committed May 26, 2017
1 parent 45985f6 commit 7df157f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -360,7 +360,7 @@ bool IKFastKinematicsPlugin::initialize(const std::string &robot_description,

ROS_DEBUG_STREAM_NAMED("ikfast","Reading joints and links from URDF");

urdf::LinkSharedPtr link = boost::const_pointer_cast<urdf::Link>(robot_model.getLink(getTipFrame()));
urdf::LinkConstSharedPtr link = robot_model.getLink(getTipFrame());
while(link->name != base_frame_ && joint_names_.size() <= num_joints_)
{
ROS_DEBUG_NAMED("ikfast","Link %s",link->name.c_str());
Expand Down

0 comments on commit 7df157f

Please sign in to comment.