Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored May 11, 2018
1 parent 168d544 commit 39427a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/planner/SnapPlanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ trajectory::InterpolatedPtr planSnap(
aikido::planner::PlanningResult& planningResult)
{
auto problem = ConfigurationToConfiguration(
stateSpace, *startState, *goalState, constraint);
stateSpace, startState, goalState, constraint);

auto planner = std::make_shared<SnapConfigurationToConfigurationPlanner>(
stateSpace, interpolator);
Expand Down

0 comments on commit 39427a5

Please sign in to comment.