Hi guys,
I am trying to follow the rosbag API guideline to create a rosbag viewer as follows:
> rosbag::View view(myBag, rosbag::TopicQuery("velodyne_points"));
but I am getting a "No matching constructor" error message.
Could you please help me to sort this problem?
Thank you!
↧