Runtime Error with Image Transport in Eclipse IDE
Hi guys,
I have configured the Eclipse as my IDE and I am having no problems during compile time for my ROS packages. Once I run or enter the Debug mode, if there is an image_transport object use, it will immediately cause runtime error showing this error message:
[rospack] Error: package 'image_transport' not found terminate called after throwing an instance of 'pluginlib::ClassLoaderException' what(): Unable to find package: image_transport
When I try to run the same node outside the Eclipse environment I have no such problems. Do you have any idea what might be causing this?
Thank you!