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

eddy.scott's profile - activity

2018-04-10 08:31:04 -0500 answered a question Message Size-dependent Queueing/Latency

I've answered this on your ros_comm issue but for anyone who gets here later this behavior is a result of ROS using TCP

2017-07-05 16:27:52 -0500 received badge  Taxonomist
2016-12-05 15:02:32 -0500 received badge  Famous Question (source)
2016-08-25 04:18:16 -0500 received badge  Notable Question (source)
2016-03-21 07:50:32 -0500 received badge  Teacher (source)
2016-03-18 04:58:28 -0500 received badge  Popular Question (source)
2016-03-08 13:10:46 -0500 answered a question Can i use Arduino UNO to interface motor with ROS navigation

Yes, you should be able to use the Arduino Uno as the embedded board to control the motors provided that you have a client computer actually running ROS. You should look into the rosserial package, specifically rosserial_arduino

2016-01-20 09:58:16 -0500 received badge  Enthusiast
2016-01-16 17:35:12 -0500 asked a question tf2 stamped datatypes tutorial fails to build

I'm trying to walk through the tf2 tutorials following the instructions here: http://wiki.ros.org/tf2/Tutorials/Usi...

Trying to build the source code with catkin results in

fatal error: tf2/transform_listener.h: No such file or directory.

Upon changing the two include files to
#include "tf2_ros/transform_listener.h" #include "tf2_ros/message_filter.h"

The code can find the header files but now the tf2 member functions are throwing errors. Changing things to tf2_ros:: fixes some errors but others arise. This results in a few questions on my end

  1. What is the difference between tf2 and tf2_ros? Can people point me to documentation on this
  2. Is syncing Stamped data to a specific transformation in time even done via message filters in tf2 or is this functionality replaced with tfBuffer?
  3. Is there a tf2 tutorial that shows how to time sync transformations and stamped datatypes with the correct implementation?
2014-10-26 16:35:39 -0500 received badge  Supporter (source)