Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Tf2 time tutorials for Python (backport #4384) #4387

Merged
merged 1 commit into from
May 7, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented May 7, 2024

There are currently 4 tutorials having to do with time for tf2:

C++:

Python:

The C++ ones work fine, and have worked fine since approximately forever. This PR does some small cleanups in those tutorials, but otherwise leaves them alone.

The Python ones are a different story. Due to some bugs in tf2_py itself, those tutorials have never worked in ROS 2. The correct solution here would be to fix up tf2_py to make them work, but that hasn't yet happened. Thus, I think it is better to remove those tutorials than to continue to provide them in a non-working state. So this PR does exactly that.

It also has some other random small fixups throughout the tf2 tutorials.

Edit: this also "fixes" #3960 and #3080 and #2935 , by removing the offending tutorial completely.


This is an automatic backport of pull request #4384 done by Mergify.

* Small update for language in tf2 static transforms.

* Small language fixups in tf2 broadcaster tutorials.

* Small language updates in Writing a tf2 listener.

* Small clarification in Add-a-frame tutorials.

* Small updates to the Learning-about-tf2-and-time-cpp tutorial.

* Remove the python tf2 tutorials.

They have not worked for a very long time, and in point of
fact with the current tf2_py code, they cannot work.
Remove them until the time we actually fix the tf2_py
code, at which point we can reintroduce them.

Signed-off-by: Chris Lalancette <[email protected]>
(cherry picked from commit cb0e0be)
@mergify mergify bot requested review from clalancette and audrow as code owners May 7, 2024 17:10
@clalancette clalancette merged commit 7580987 into iron May 7, 2024
4 checks passed
@delete-merged-branch delete-merged-branch bot deleted the mergify/bp/iron/pr-4384 branch May 7, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant