PTAM is not generating executables
I am running Ubuntu 14.04.2 with ROS Indigo. I have the catkinized version of ethzasl_ptam installed, and catkin_make runs with no errors. When I run roslaunch ptam ptam.launch
I receive the following error message:
ERROR: cannot launch node of type [ptam/ptam]: can't locate node [ptam] in package [ptam]
When I search the ptam directory, I see that there are no executables. In the rosbuild version of ethzasl_ptam the executables could be found in the ptam/bin directory, but this does not exist either. Any ideas?