Skip to content
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

Open
wants to merge 4 commits into
base: kinetic
Choose a base branch
from

Conversation

rhwrd
Copy link
Contributor

@rhwrd rhwrd commented Jun 29, 2018

BETA: student code with no python script for training material
pdf instructions included for tester walk through

@jrgnicho
Copy link
Member

jrgnicho commented Jul 6, 2018

Is this supposed to replace the current perception exercises?

@rhwrd
Copy link
Contributor Author

rhwrd commented Jul 6, 2018

@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.

@JeremyZoss JeremyZoss force-pushed the kinetic branch 2 times, most recently from 23ca6a3 to 23fd1ea Compare August 30, 2018 13:00
cmake_minimum_required(VERSION 2.8.3)
project(lesson_perception)
add_definitions(-std=c++11)
## Find catkin macros and libraries
Copy link
Member

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

Copy link
Contributor Author

@rhwrd rhwrd Feb 27, 2019

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 -->
Copy link
Member

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"?>
Copy link
Member

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"?>
Copy link
Member

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">
Copy link
Member

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"?>
Copy link
Member

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>
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants