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

Yesica's profile - activity

2016-08-04 08:15:27 -0500 received badge  Famous Question (source)
2016-04-22 17:40:12 -0500 received badge  Supporter (source)
2016-04-22 16:41:38 -0500 commented answer Writing A Global Path Planner As Plugin in ROS in Hector quadrotor

thanks, but now I have the following error "[ WARN] [14179.829061, 52.9710]: Timed out waiting for transform from base_footprint to map to become available before running costmap, tf error: . canTransform returned after 0.1 timeout was 0.1" Could you give me a little more light on how this works =)

2016-04-22 11:00:54 -0500 received badge  Notable Question (source)
2016-04-15 15:54:43 -0500 received badge  Popular Question (source)
2016-04-14 18:10:25 -0500 answered a question Anyone have rasbian jessie with ROS indigo desktop preinstall?

what operating system you are using, debian jessie o wheezy?

2016-04-14 18:10:24 -0500 asked a question Writing A Global Path Planner As Plugin in ROS in Hector quadrotor

Hello, I decided to do the tutorial Writing As A Global Path Planner Plugin in ROS . but to run the plugin I do not use turtlebot, instead I want to do the test with hector quadrotor using gazebo. when I run roslaunch global_planner test_global_planner.launch I get the following error

[ INFO] [1460671413.935780713, 108.883000000]: Using plugin "static_layer"

[ INFO] [1460671414.361550189, 109.173000000]: Requesting the map...

[ INFO] [1460671414.685686497, 109.396000000]: Resizing costmap to 584 X 526 at 0.100000 m/pix

[ INFO] [1460671414.805726823, 109.496000000]: Received a 584 X 526 map at 0.100000 m/pix

[ INFO] [1460671414.825754159, 109.507000000]: Using plugin "obstacle_layer"

[ INFO] [1460671414.848215673, 109.519000000]: Subscribed to Topics: scan bump

[ INFO] [1460671415.234670166, 109.789000000]: Using plugin "inflation_layer"

[ WARN] [1460671421.622039999, 115.474000000]: Timed out waiting for transform from base_link to odom to become available before running costmap, tf error: . canTransform returned after 0.106 timeout was 0.1.

Thanks :)