-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python-pcl, student code, beta #205
base: kinetic
Are you sure you want to change the base?
Conversation
Is this supposed to replace the current perception exercises? |
@jrgnicho no it is a compliment. I don't know if Levi intends to make it a public training exercise but I pushed it to git so Ried can test it for errors. |
23ca6a3
to
23fd1ea
Compare
cmake_minimum_required(VERSION 2.8.3) | ||
project(lesson_perception) | ||
add_definitions(-std=c++11) | ||
## Find catkin macros and libraries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented and unused code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Third step in Create a Python Package (https://industrial-training-master.readthedocs.io/en/melodic/_source/session5/Simple-PCL-Interface-for-Python.html) needs to say "Uncomment line 18" instead of 23.
<license>BSD</license> | ||
|
||
|
||
<!-- Url tags are optional, but mutiple are allowed, one per tag --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove unnecessary commented and unused code
@@ -0,0 +1,8 @@ | |||
<?xml version="1.0"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this file (generated by QTCreator)
@@ -0,0 +1,490 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this file (generated by QTCreator)
@@ -0,0 +1,12 @@ | |||
<component name="InspectionProjectProfileManager"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this file (generated by PyCharm)
@@ -0,0 +1,6 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this file (generated by PyCharm)
@@ -0,0 +1,274 @@ | |||
#include <ros/ros.h> | |||
#include <Python.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this header is required
BETA: student code with no python script for training material
pdf instructions included for tester walk through