ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Webo's profile - activity

2018-09-13 17:11:38 -0500 received badge  Student (source)
2014-03-04 14:29:14 -0500 received badge  Famous Question (source)
2013-07-05 02:17:45 -0500 received badge  Famous Question (source)
2013-04-27 15:55:31 -0500 received badge  Notable Question (source)
2013-04-20 06:04:53 -0500 received badge  Popular Question (source)
2013-02-27 22:51:50 -0500 received badge  Notable Question (source)
2013-02-18 08:06:59 -0500 received badge  Popular Question (source)
2013-02-18 06:52:03 -0500 received badge  Editor (source)
2013-02-17 20:43:50 -0500 commented question Could not find tf/transform_listener.h

I've installed it from the Ubuntu binaries. It's fuerte on Ubuntu 12.04. I'm not at home but I think the other dependencies are roscpp and std_msgs

2013-02-17 08:18:42 -0500 asked a question Could not find tf/transform_listener.h

Hey there,

I have a problem with the tf package. In my code I'm using the following includes:

#include "ros/ros.h"
#include "std_msgs/String.h"
#include "sensor_msgs/LaserScan.h"
#include "RowDetection.h"
#include "tf/transform_listener.h"
#include "sensor_msgs/PointCloud.h"
#include "tf/message_filter.h"
#include "message_filters/subscriber.h"
#include "laser_geometry/laser_geometry.h"

In my manifest.xml I've added

<depend package="tf"/>

But rosmake does not compile and throws the following error

[...]src/main.cpp:15:35: fatal error: tf/transform_listener.h: No such file or directory

roscd tf works fine! So I don't know what's going wrong here.

Can someone help me please?

Edit: I've installed it from the Ubuntu binaries. It's fuerte on Ubuntu 12.04. I'm not at home but I think the other dependencies are roscpp and std_msgs

2013-01-13 07:07:04 -0500 asked a question Spawn multiple objects in gazebo

Hi there,

I'm recently started with ROS and now I'm trying to work with the gazebo simulator.

My question: How can a spawn an object, for example the blue box in the gazebo tutorials, more than one time (on different positions)?