osrf / ros2_test_cases

Tracking of tests to be performed on a ROS 2 release
16 stars 4 forks source link

Introduction To Tf2 #1166

Closed marcoag closed 5 months ago

marcoag commented 6 months ago

Check the documentation for the 'Introduction To Tf2' page

Configuration

Links

Process

Step 1 - I was able to follow the documentation.

Step 2 - The documentation seemed clear to me.

Step 3 - The documentation didn't have any obvious errors.

ottojo commented 5 months ago

Please assign me this issue, i will go through the tutorial

ottojo commented 5 months ago

No issues with the TF2 introduction using turtlesim and rviz!

Environment

Step 1 - I was able to follow the documentation.

Installing the demo

Running the demo

tf2 tools

1 Using view_frames

2 Using tf2_echo

rviz2 and tf2

Step 2 - The documentation seemed clear to me.

Step 3 - The documentation didn't have any obvious errors.

Notes

I was about to suggest introducing rqt-tf-tree in this tutorial, but that one actually crashed when i tried to use it just now :smile: I will see if an issue exists for that already...

clalancette commented 5 months ago

I was about to suggest introducing rqt-tf-tree in this tutorial, but that one actually crashed when i tried to use it just now 😄 I will see if an issue exists for that already...

rqt_tf_tree isn't one of the core tools; we typically stick with core tools in the tutorials.

In any case, thanks for the testing! Closing this one out.

ottojo commented 5 months ago

I was under the impression that it was "more or less standard". In any case, i opened an upstream issue https://github.com/ros-visualization/rqt_tf_tree/issues/46

mikaelarguedas commented 5 months ago

When testing this, the fact that tutorial and console output of view_frames referred to file that doesn't exist (frames.pdf) was a bit surprising https://github.com/ros2/geometry2/pull/674

Also the console output of the teleop node didnt match the accepted input https://github.com/ros/ros_tutorials/pull/165