The problem of sensor_msgs::fillImage
Hi, I rosmake the robotino package and got the error "undefined reference to `sensor_msgs::fillImage". Any one has the idea how to solve it? Thanks.
Hi, I rosmake the robotino package and got the error "undefined reference to `sensor_msgs::fillImage". Any one has the idea how to solve it? Thanks.
sensor_msgs::fillImage
is defined as an inline function in the header file sensor_msgs/fill_image.h
in /opt/ros/fuerte/include
. Are you sure that you are including it?
Edit: In a recent update, lib files for messages were removed. It could be that your cmake still tries to link against it. Try make clean
before building your package. You can also use rosmake --pre-clean
.
Yes, i am including it. Actually, I haven`t change anything regarding ros system. After I update to version 1.8.10, I found this error.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-07-01 17:23:09 -0600
Seen: 757 times
Last updated: Jul 02 '12
Cannot load message class for .... Are your messages built?
Dropped sensor messages in Navigation Stack
sensor_msg:Imu format specification
Error using sensor_msgs global variable
Subscriber not generating output!! [closed]
Robotino ROS pcl::VoxelGrid<sensor_msgs::PointCloud2_<std::allocator<void>
segmentation fault when trying to fill up a msg
segmentation fault (core dumped) while converting sensor_msgs to cvImage
The ROS version is 1.8.10.