-
Notifications
You must be signed in to change notification settings - Fork 76
Overseer
oneamtu edited this page May 8, 2012
·
3 revisions
- Install Ubuntu 11.04
- Read through Ground Truth with Kinect to get a feel for how this works. Follow the first steps of Ground truth with Kinect, namely the ones that show you how to get ros, the addons and eros. DON'T get the UT code from googlecode!
- Get git and get our source
- Do
git submodule sync
andgit submodule update
to get our version of the UT code - Use
nbites/util/scripts/linux_setup.sh
to set up the machine for compilation - In
nbites/src/qtool
domake overseer_server
to produce the overseer server library; the reason this is here is because qtool and overseer share the ground truth message format (that's how we stream it around). If compiled properly you should see git complain about a new file in overseer (it's the library) - In
nbites/src/overseer
run themake_overseer.sh
script. Pray it builds. In case it has trouble with not finding libraries, add~/nbites/ext/lib
to your LD_LIBRARY_PATH or installing the missing dependencies. - Open the Kinect driver by running
roslaunch openni_camera openni_node.launch
- Use the
calibrate_overseer.sh
script to get a good calibration of the center of the field transform. - Run it using
run_overseer.sh
. Look in thedetect.cc
source file for a way to turn visualizing the PCL on or off for debugging purposes.
The color table that comes with it is generally good, but if you want to toy with it look at Ground truth with Kinect for ways of running the table calibration.