Re: [ros-users] Problems with boost and sensor_msgs

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: ros-users
Subject: Re: [ros-users] Problems with boost and sensor_msgs

solved....Must include #include <pcl_ros/io/bag_io.h>
#include <pcl/point_types.h>
or
#include <rosbag/bag.h>
#include <rosbag/chunked_file.h>
#include <rosbag/view.h>
#include <sensor_msgs/point_cloud_conversion.h>
#include <boost/foreach.hpp>
#include <sensor_msgs/PointCloud2.h>
before headers of my own...Weird...

--
View this message in context: http://ros-users.122217.n3.nabble.com/Problems-with-boost-and-sensor-msgs-tp2108524p2109123.html
Sent from the ROS-Users mailing list archive at Nabble.com.