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.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
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: 1,046 times
Last updated: Jul 02 '12
reading VelodyneScan from bagfile - offline
Fuerte sensor_msgs::Joy Changed?
Robotino ROS pcl::VoxelGrid<sensor_msgs::PointCloud2_<std::allocator<void>
How to add pointcloud to existing tf?
how to publish sensor_msgs::CameraInfo messages ?
Can't use 2D Pose Estimate within rviz
Problem with data from subscriber not going anywhere
How to use robotino video with cam_shift algorithm [closed]
The ROS version is 1.8.10.