CCNYRoboticsLab / ccny_rgbd_tools

ccny_rgbd_tools
GNU Lesser General Public License v3.0
125 stars 76 forks source link

Failed to compile - bug in keyframe_mapper.cpp #13

Closed jfstepha closed 11 years ago

jfstepha commented 11 years ago

I had a problem compiling today:

ccny_rgbd/src/apps/keyframe_mapper.cpp:485:7: error: ‘result’ was not declared in this scope

Looks like "result < 0" just needs to be changed to "result_pcd < 0".

jfstepha commented 11 years ago

Sorry, I see this is fixed already in e990a7dba65968656a49288861e6e3ba6e564911. I don't know why my pull didn't pick that up.

ubuntuslave commented 11 years ago

Try pulling again.

A small error we just fixed.

Carlos

On Mar 11, 2013, at 9:29 PM, Jon Stephan notifications@github.com<mailto:notifications@github.com> wrote:

I had a problem compiling today:

ccny_rgbd/src/apps/keyframe_mapper.cpp:485:7: error: ‘result’ was not declared in this scope

Looks like "result < 0" just needs to be changed to "result_pcd < 0".

— Reply to this email directly or view it on GitHubhttps://github.com/ccny-ros-pkg/ccny_rgbd_tools/issues/13.