Rviz tf 'world' does not exist
Hello everyone, Basic info: env | grep ROS: ROS_ROOT=/opt/ros/kinetic/share/ros...
View ArticleAdd tf to existing bag file
I have created a ros node that does a tf transformation. I want to merge this new frame to an already existing bag file. I did this with rosbag record -a. (Played the existing bag and my ros node doing...
View Article`tf static_transform_publisher` removes link instead of linking two tf trees
When using `static_transform_publisher`, attempting to link to coordinate systems via a common frame the publisher removes the link from one tree and places it in the other. This happens both with `tf`...
View ArticleHelp with setting up navigation stack for two kuka youbots
Hello, I am currently doing a project with two kuka youbots running ros hydro and ubuntu 12.04. I plan on controlling them with an external computer running a master node. I was able to setup the...
View ArticleURDF transform to world fails
Hey everyone, I am working on a project where i connect a robotiq 85 2f gripper to a ur10. I did this by making an urdf (xacro) file that describes my toplevel system. In the urdf I include the UR10...
View ArticleCombine two parent-child transformations for common link
I am trying to connect two tf trees via a known link by following the advice from @tfoote...
View ArticleExtract tf::Transform from tf::StampedTransform & tf::Stamped
I'm trying to find a cascaded transform but I'm running into the following errors : tf::TransformListener listener; tf::StampedTransform transform_cd; try { for(unsigned int i=0; i tag_transform,...
View ArticleProblem with tf on multiple machines
I'm running ROS on two machines, a raspberry pi connected to sensors and a local machine for visualization. Sending messages back and forth seems to all work fine, but something is going wrong with...
View ArticleReplace transform between odom and base
Using the [ardrone_autonomy](https://ardrone-autonomy.readthedocs.io/en/latest/) package, the [ardrone_driver](http://wiki.ros.org/ardrone_driver) makes some transformations, as seen in the following...
View Articletf2 sendTransform() not actually sending anything
I'm trying to send a transformation from "world" to "base_link" based on coordinates I get from a different node. The node is actually running, and it is reaching the ROS_INFO() right before the...
View ArticleTransform the coordinate frame of a pose from one fixed frame to another
I have a Pose message defined in a user preferred reference fixed frame. For planning, I would like to chance the reference coordinate system to "world" which again is a fixed reference frame. Since...
View ArticleIntroduction to tf errors
Hi, 1. Where all the packages should be locked? Should a folder ROCON appear after installing this? : sudo apt-get install ros-melodic-ros-tutorials ros-melodic-geometry-tutorials ros-melodic-rviz...
View ArticleWriting a tf broadcaster (C++) errors
Hello, after adding those lines to CMakeLists.txt: add_executable(turtle_tf_broadcaster src/turtle_tf_broadcaster.cpp) target_link_libraries(turtle_tf_broadcaster ${catkin_LIBRARIES}) Errors like this...
View Articletf broadcaster object
Hello, My robot has detected 2d object at some distance and how can I publish the TF of that object ?
View Articlestore transforms for offline/batch usage
My robot is publishing kinect imagery, localization info, and transforms. I would like to record a bagfile for offline image processing and I need to store the transforms for each image (i.e., the...
View Articlep3dx not moving to the goal
Hello, I have question. I set the goal for my p3dx and in move_base.launch I got a warns: [ WARN] [1559064696.964216030, 2184.557000000]: DWA planner failed to produce path. [ WARN]...
View ArticleRviz: No transform from [my_new_frame] to frame [map] - adding a tf frame to...
Apologies for lack of images: I'm running this on a computer without screen capture. I am mounting a RealSense to car, and would like to have a tf defined from the camera to the base of the car. I am...
View ArticleProblem with TF Tree in RPLidar Hector SLAM and Navigation
I'm a beginner in ROS and Robotics and have problem implementing an autonomous mobile robot. I'm getting this error: Timed out waiting for transform from base_footprint to map to become available...
View ArticleHaving an artificial robot in the scene
I'm trying to use a [node](https://github.com/ethz-asl/voxblox) which requires the full pose of the camera I am using, as well as the TF between the camera and the robot. Since I don't have an actual...
View ArticleWhen using TF API in a plugin, can I specify the topic from which to listen...
For example the `tf::TransformListener::transformPose` method uses transformations published on `/tf` topic to compute a given pose in different coordinate frame. But I would like this method to take...
View Articlefacing error in robot_state_publisher
I am following the tutorials of urdf with robot state publisher: https://wiki.ros.org/urdf/Tutorials/Using%20urdf%20with%20robot_state_publisher but after catkin_make ,I am facing the following error:...
View ArticleIs the tf 'tree' persistent in any way or derived from the flow of tf topics?
I am trying to get a level deeper in understanding tf. Yes there are tutorials but I have yet to find a good conceptual explanation, tied to the api, so I am just experimenting and reading bits and...
View ArticleTransform pose from one frame to another
I'm using a tensorflow object detector to find and reproject pose estimates for objects in 3D (via a Realsense). I am publishing the local transforms, i.e. /object_n -> /camera_link, but would like...
View ArticleMap transform not published by AMCL.
In my tf tree, map transform is not published. I only have odom<-base_link>-base_laser. I'm using navigation stack package and I have only added "use_map_topic" parameter to true, base_frame_id...
View ArticleCan I publish map>-odom tf which can be used by amcl?
I want to publish map>-odom tf which can be used by amcl or other localization packages. Is there a way to do that?
View ArticleCan a frame be both parent_id and child_id?
I'm using odom as parent_id for base_link and child_frame_id for map tf in the respective launch files. Will it cause any issues in my tf tree?
View ArticleRobot_localization is not updating movement from relative frame to world...
Hello, I am trying to set up an Extended Kalman Filter (EKF). I have the following types of sensors mounted on board of the ROV system: 1) IMU - Primarily used for Orientation 2) USBL- Sonar sensor...
View ArticleRviz use last tf (transform) message for creating visualization
I have a map frame, a camera frame and a robot frame. The transform between map frame and the camera frame is fixed and gets published occasionally, ~10 seconds irregular intervals. The transform...
View Articleamcl not publishing map -> odom under different namespace
Hello, I'm attempting to setup a pair of turtlebots that can run simultaneously, and in order to do so, they need to run their nodes on different namespaces while both subscribing to a shared /map...
View ArticleConnecting tf tree and odom with Realsense t265
Hello! I've asked this question [here](https://github.com/IntelRealSense/realsense-ros/issues/749#issuecomment-508430078) as well. Just to preface this: I’m a complete beginner with both, ROS and the...
View Article