Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/ompl_backward_compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored Mar 19, 2017
2 parents 45d023b + 3942ff7 commit 41a5fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/aikido/constraint/InverseKinematicsSampleable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class InverseKinematicsSampleable : public Sampleable
virtual ~InverseKinematicsSampleable() = default;

// Documentation inherited.
virtual statespace::StateSpacePtr getStateSpace() const override;
statespace::StateSpacePtr getStateSpace() const override;

// Documentation inherited.
std::unique_ptr<SampleGenerator> createSampleGenerator() const override;
Expand Down
2 changes: 1 addition & 1 deletion include/aikido/planner/ompl/CRRT.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class CRRT : public ::ompl::base::Planner

/// Clear all internal datastructures. Planner settings are not affected.
/// Subsequent calls to solve() will ignore all previous work.
virtual void clear(void) override;
void clear(void) override;

/// Set the goal bias. In the process of randomly selecting states in the
/// state space to attempt to go towards, the algorithm may in fact choose the
Expand Down

0 comments on commit 41a5fbb

Please sign in to comment.