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

tfoote's profile - activity

2023-08-10 10:12:40 -0500 edited question Rviz doesn't show the correct tf2 tree

Rviz4 doesn't show the correct tf2 tree I'm trying to setup rtabmap algorithm for a project I'm working on. I currently

2023-08-10 10:12:27 -0500 received badge  Rapid Responder (source)
2023-08-10 10:12:27 -0500 answered a question Rviz doesn't show the correct tf2 tree

Your transform for odom in the view_frames output appears to be very out of date. 1691657571 versus 1677792860 With

2023-08-09 12:51:24 -0500 received badge  Rapid Responder (source)
2023-08-09 12:51:24 -0500 answered a question Static sensors (in the world) in rviz?

Yes, there are standard tools such as robot_state_publisher which will take a definition of a "robot" and publish tf fra

2023-08-09 12:51:15 -0500 edited answer ROS2 : SDF to URDF

There's a tool at https://github.com/andreasBihlmaier/pysdf to do the conversion.

2023-08-09 12:50:18 -0500 commented answer ROS2 : SDF to URDF

Also https://github.com/andreasBihlmaier/pysdf

2023-08-03 14:12:06 -0500 received badge  Nice Answer (source)
2023-08-03 11:10:18 -0500 edited answer When is new package available on the ros2 build farm?

The package is available and is installable (if you look in the logs you point to you can see it being installed), howev

2023-08-03 10:20:12 -0500 received badge  Rapid Responder (source)
2023-08-03 10:20:12 -0500 answered a question When is new package available on the ros2 build farm?

You appear to have custom logic in your CMake to detect ROS 2 and ROS 1. However the build of event_camera_msgs is faili

2023-07-27 13:16:10 -0500 answered a question How is TF2 supposed to be set up for an Ackerman steering robot with Navigation2

The coordinate frames for mobile platforms are defined in REP 105 including base_link. Which you appear to be following

2023-07-14 23:18:31 -0500 commented question How to debug ROS package

You're right about the default debs not installing the source files by default. But you're talking about linking to head

2023-07-14 15:01:29 -0500 commented question How to debug ROS package

This is a generic c++ question about debugging not about ROS or robotics. I recommend that you read up on gdb and search

2023-07-14 14:58:54 -0500 commented question checkerboard size increased suddenly

Also, it's very unlikely that something like this changed without anything else happening. It may have been without you

2023-07-12 15:58:20 -0500 received badge  Good Answer (source)
2023-07-07 20:30:43 -0500 commented question colcon build stalling at 50%

Is one of your build processes getting killed due to running out of memory?

2023-07-06 11:01:47 -0500 received badge  Rapid Responder (source)
2023-07-06 11:01:47 -0500 answered a question Compile ROS2 package with pre-compiled shared library

Apparently, this just copied and pasted these files to DESTINATION lib/${PROJECT_NAME}. This is the "proper" way to

2023-07-05 19:34:44 -0500 answered a question Disagreement between TransformStamped comment and sendTransformMessage?

The problem that you're seeing is that the value of the transform depends on what the object is that you are applying th

2023-07-05 19:34:44 -0500 received badge  Rapid Responder (source)
2023-07-05 06:02:14 -0500 marked best answer Why don't frame_ids use ROS namespaces?

They are very similar but use different conventions.

2023-07-04 06:54:17 -0500 received badge  Nice Answer (source)
2023-06-30 18:30:12 -0500 received badge  Rapid Responder (source)
2023-06-30 18:30:12 -0500 answered a question Inaccurate result from tf2 transform

The results look to be consistent with what you're stating as the problem. I'm not sure why you expect the point of in

2023-06-19 03:13:39 -0500 received badge  Good Answer (source)
2023-05-30 19:55:56 -0500 answered a question TF2 transform returns exception.

If you want to transform objects you need to include the implementation of their conversions. You need to import the rig

2023-05-30 16:03:48 -0500 commented answer ros2 tf2 get latest transform not working as expected

Do you have any reparenting or other conflicting publications which could break connectivity?

2023-05-30 13:27:56 -0500 answered a question ros2 tf2 get latest transform not working as expected

I would have expected that once a transform has been published, canTransform() and lookupTransform() should nev

2023-05-30 01:21:12 -0500 received badge  Rapid Responder (source)
2023-05-30 01:21:12 -0500 answered a question Download a ROS2 package from GitHub and install it with colcon

The best way to get code that's indexed is to leverage the tool rosinstall_generator documented here In general git rep

2023-05-25 15:02:44 -0500 commented answer ROS installation issues on Ubuntu

@Aries46 you haven't linked to the exact instrutions that you're following. But if you're following any instructions fro

2023-05-24 17:00:39 -0500 commented question [ROS2 FOXY] : Could not transform base_link to map because "map" passed to lookupTransform argument target_frame does not exist.

That probably means that you aren't receiving any data. You should check what the SlamLocalization is doing in the spin.

2023-05-23 11:47:22 -0500 commented question [ROS2 FOXY] : Could not transform base_link to map because "map" passed to lookupTransform argument target_frame does not exist.

Does it error once or a couple of times at startup? Or does it continuously happen?

2023-05-22 19:10:55 -0500 received badge  Rapid Responder (source)
2023-05-22 19:10:55 -0500 answered a question [tf] Sequence numbers of rostopic tf

sequence numbers are deprecated and should be ignored. The most in depth post about it: https://github.com/ros2/common

2023-05-22 05:18:01 -0500 received badge  Nice Answer (source)
2023-05-15 12:05:39 -0500 commented answer Is this forum dead?

Dead is not a good definition. I think that there's a lot of you get out of it the level of effort that you put into it.

2023-05-15 12:01:12 -0500 received badge  Rapid Responder (source)
2023-05-15 12:01:12 -0500 answered a question Extract topic value from .bag file

There are command line tools for interacting with rosbags as well as python and c++ APIs documented on the rosbag homepa

2023-05-15 11:49:04 -0500 commented question extracting project metadata

Duplicate: https://answers.ros.org/question/415404/extracting-project-metadata/

2023-05-09 09:49:32 -0500 received badge  Good Answer (source)
2023-05-04 04:41:23 -0500 received badge  Nice Answer (source)
2023-05-04 04:36:43 -0500 received badge  Nice Answer (source)
2023-05-03 11:42:37 -0500 answered a question How to get the position of tf frame

All positions are measured relative to some reference frame. I believe that the rviz display is showing the position com

2023-05-03 11:42:37 -0500 received badge  Rapid Responder (source)
2023-03-29 10:43:09 -0500 answered a question how to monitorize ros2 actions from terminal?

In ROS 2 actions are now a combination of asynchronous service requests and have the optional status and feedback topics

2023-03-20 20:11:06 -0500 received badge  Necromancer (source)
2023-03-20 15:49:00 -0500 commented answer Running humble on Turtlebot3

Please don't ask questions as an answer.

2023-03-20 15:48:30 -0500 answered a question Running humble on Turtlebot3

At the moment TurtleBot3 Does not support Humble It supports Kinetic Melodic, Noetic, Dashing, and Foxy. You can see the