ros2 / ros2/ros2cli

ros2 topic delay for tf

Open
#738 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

backlog
Dominant language
Python
Stars
262
Forks
228
Avg merge
23h 15m
Merged PRs (30d)
12

Description

Feature request

Feature description

It would be nice to be able to run ros2 topic delay for the /tf topic. It has the message type tf2_msgs/msg/TFMessage which is a list of TransformStamped, each containing a header.

Implementation considerations

Either messages of type tf2_msgs/msg/TFMessage could always be treated in this way or a command line option could be added that makes it possible to give a subfield that should be checked for headers.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the ros2 topic delay command entry point and inspect how message types are handled. Resolve whether TFMessage should be supported automatically or through a subfield option, then verify that delay calculation uses the contained TransformStamped headers.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.