Skip to content

Set of packages supporting constraint classification for the Constrained LFD project.

Notifications You must be signed in to change notification settings

cairo-robotics/constraint_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

predicate_classifcation

ROS service providing classification for binary valued predicates.

Currently supported predicates:

upright: Given an upright reference pose, the current pose, and threshold angle, determines if the object is upright. proximity: Determines whether two objects are in proximity with eachother using euclidean distance. height: Determines whether an object is above or below a reference height given a threshold distance from than reference.

Running tests

Build the package

your_ws/src/predicate_classification$ catkin build

Run the tests

your_ws/src/predicate_classification$ catkin build --make-args run_tests

Change directory to your_ws/build/predicate_classification/test_results/predicate_classification to see the test results.

About

Set of packages supporting constraint classification for the Constrained LFD project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published