Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-vk committed Jul 17, 2018
1 parent 66eec69 commit 3f36bf1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions include/aikido/distance/JointAvoidanceConfigurationRanker.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@
namespace aikido {
namespace distance {

/// Ranks configurations by their distance from joint limits. This is
/// implemented
/// with a quadratic loss function that measures distance from limits.
/// Configurations
/// further away from the limits are ranked higher.
///
/// Only finite joint limits are considered for distance computation.
/// Ranks configurations by their distance from joint limits. Configurations
/// further away from the limits are ranked higher. Only finite joint limits
/// are considered for distance computation.
class JointAvoidanceConfigurationRanker : public ConfigurationRanker
{
public:
Expand Down

0 comments on commit 3f36bf1

Please sign in to comment.