Skip to content

Commit

Permalink
Fix a double FindResourceOrThrow which crept in with RobotLocomotion#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-tri committed Jul 5, 2017
1 parent bf5c511 commit bb9b4ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ std::unique_ptr<systems::RigidBodyPlant<double>> BuildCombinedPlant(

// Adds models to the simulation builder. Instances of these models can be
// subsequently added to the world.
tree_builder->StoreModel("iiwa", FindResourceOrThrow(kIiwaUrdf));
tree_builder->StoreModel("iiwa", kIiwaUrdf);
tree_builder->StoreModel("table",
"drake/examples/kuka_iiwa_arm/models/table/"
"extra_heavy_duty_table_surface_only_collision.sdf");
Expand Down

0 comments on commit bb9b4ca

Please sign in to comment.