-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Problems with Using Time (Python) #3080
Labels
Comments
Yes, you are right. That whole block should be:
If you'd like to propose a pull request with that change, I'd be happy to review it. |
This was referenced May 7, 2024
We "fixed" this by removing the tutorial in #4384, so closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.ros.org/en/humble/Tutorials/Intermediate/Tf2/Learning-About-Tf2-And-Time-Py.html
When I try to fix the node, using what you gave (and removing the word raise):
trans = self._tf_buffer.lookup_transform(
to_frame_rel,
from_frame_rel,
now,
timeout=rclpy.duration.Duration(seconds=1.0))
Appear a problem saying that "_tf_buffer" is wrong, and it should be "tf_buffer". But after change it, another error came saying "now" is not defined and asked if I meant pow. After that, I remove the word "now" and it was said that was missing one sentence.
I am using the last version of Humble Hawksbill, and I even try to use the commands of Foxy Fitzroy, but didn't work either.
The text was updated successfully, but these errors were encountered: