shivareddy37 / ic2020

Automatically exported from code.google.com/p/ic2020
0 stars 0 forks source link

Keyframe.h missing on ic2020_render #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. running rosmake on ic2020_render
2. the following occurs:

ic2020/ic2020_render/src/renderer.cpp:53: fatal error: Keyframe.h: No such file 
or directory

On ROS diamond back!

Original issue reported on code.google.com by bleeding...@gmail.com on 30 Mar 2011 at 12:36

GoogleCodeExporter commented 8 years ago
The Keyframe.h file in ic2020_vodom. If you look into the cmake file, I think 
it needs to be pointed to the directory (sorry for the hackiness)

I think the directory I had it in was
~/ic2020/ic2020_vodom/src ?

Original comment by sean.wil...@gmail.com on 31 Mar 2011 at 8:59

GoogleCodeExporter commented 8 years ago
Yes, I have the same problem. I think Keyframe.h was pointed, but still got 
error. Please show me how to pass it correctly.  Thanks

Original comment by tungmang...@gmail.com on 4 Jun 2011 at 2:58

GoogleCodeExporter commented 8 years ago
I have been able to build all the components, you need to modify the 
CMakeLists.txt file to point VODOM_PATH to the correct location for your setup.

Original comment by andiever...@gmail.com on 14 Jun 2011 at 2:55