Writeup Template: You can use this file as a template for your writeup if you want to submit it as a markdown file, but feel free to use some other method and submit a pdf if you prefer.
1. Provide a Writeup / README that includes all the rubric points and how you addressed each one. You can submit your writeup as markdown or pdf.
You're reading it!
Utilized Passthrough and RANSAC filtering on the point-cloud data
Utilized Euclidean Clustering to distinguish identified objects for pick & place
roslaunch sensor_stick training.launch
rosrun sensor_stick capture_features.py
Output is training_set.sav file
rosrun sensor_stick train_svm.py
Output is Confusion Matrices and model.sav file
1. For all three tabletop setups (test*.world
), perform object recognition, then read in respective pick list (pick_list_*.yaml
). Next construct the messages that would comprise a valid PickPlace
request output them to .yaml
format.
Test World 1
Confusion Matrix - Not Confused
Output_1 YAML file included
Test World 2
Confusion Matrix - Not Confused
Output_2 YAML file included
Test World 3
Confusion Matrix - Not Confused
Output_3 YAML file included