Project

General

Profile

Statistics
| Branch: | Revision:

root / vision @ master

# Date Author Comment
53f28116 04/23/2012 05:15 PM Thomas Mullins

Added blob_image back to opencvdetect

32006eb7 04/16/2012 11:27 PM Thomas Mullins

Fixed segfault in opencvdetect

b11b2b30 04/16/2012 05:02 PM Thomas Mullins

Added cvblobs8.3 to repo so that opencvdetect can compile

9262605f 04/16/2012 11:49 AM Nick Stanley

Now it seg faults but compiles, please check this out if you can help.

84ba27b3 04/07/2012 07:30 PM Nick Stanley

removed bin, build folders from git

30195c82 04/07/2012 07:28 PM Nick Stanley

Merge branch 'master' of ssh://roboclub.org/home/svn/quadrotor

66cddc69 04/07/2012 07:03 PM Nick Stanley

Merge branch 'master' into debugging

Conflicts:
vision/CMakeLists.txt

8711dd52 04/07/2012 01:22 PM Nick Stanley

Added all temporarily

b802d750 04/07/2012 01:21 PM Nick Stanley

Changed manifest.xml

d5eb9681 04/07/2012 01:19 PM Nick Stanley

Modified CMakeLists.txt

14f111dd 04/07/2012 01:11 PM Nick Stanley

Added files, changed it, still getting a bad executable error.

14c71a7d 04/02/2012 05:40 PM Nick Stanley

Edited and so it works, with the exception of now losing all of the CBlobResults includes when linking. I'm going to figure that out next.

3bdc7bfd 03/25/2012 06:20 PM Thomas Mullins

Changed rviz target to publish constantly

bb70c69d 02/28/2012 12:01 AM Thomas Mullins

Fixed callback problem using std::bind

Still some TODO's.

91a0bfa9 02/27/2012 10:26 PM Nick Stanley

Commented code!

643083a8 02/26/2012 08:53 PM Thomas Mullins

Added a way to spoof target position.

It's an rviz interactive marker which can be controlled by the mouse,
and which will publish 3d target positions. There are still some TODO's
in src/rviz_interactive_target.cpp.

f3966b0d 02/26/2012 08:26 PM Nick Stanley

changed a few things, tested, and now it outputs a sensor_msgs::point so that the control group can use it. We still need to figure out a target HSV value so that we can use that to test.

57ed459f 02/15/2012 10:39 PM Thomas Mullins

Removed build files from repository

Y U COMMIT BUILD FILES?!!1!

13b764cd 02/15/2012 08:53 PM Thomas Mullins

Working more.

06738945 02/14/2012 02:42 PM George Stanley

The code compiled! Now to make sure everything does what it's supposed to do.

b1055c82 02/12/2012 06:28 PM Thomas Mullins

Nick made some changes to make it compile.

880aeb43 02/12/2012 05:15 PM Nick Stanley

Edited the v2v3 converter file

05e1c990 02/06/2012 04:48 PM Thomas Mullins

Fixed immediate runtime error

Moved the TransformListener initialization into the target_cb, so that
it wouldn't try to initialize a NodeHandle before ros::init was called.

80eadc1e 02/01/2012 11:02 PM Thomas Mullins

Created the vision package

For now there is a skeleton of v2v3_converter (without the math) which
will take in a TargetDescriptor (x, y, size) and tf from /camera to
/kinect, and will output a 3d target location.