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

convert 'tf/tfMessage' from ROS1 rosbag to ROS2 'tf2_msgs/msg/TFMessage', show nothing #219

Closed
EgalYue opened this issue Sep 10, 2019 · 1 comment
Labels
question Further information is requested

Comments

@EgalYue
Copy link

EgalYue commented Sep 10, 2019

Hi,
I met one problem, when I want to get /tf message from my rosbag or from TUM dataset rosbag?

I installed and built ros1_bridge from source.
I run this in a docker container:
ros2: dashing (using the provided debs)
ros1: melodic (using the provided debs)

The following are my steps:
Step 1: Open shell 1:

. /opt/ros/melodic/setup.bash
. /opt/ros/dashing/setup.bash
. ./bridge_ws/install/setup.bash
ros2 bag info -s rosbag_v2 rgbd_dataset_freiburg1_rpy.bag
ros2 bag play -s rosbag_v2 rgbd_dataset_freiburg1_rpy.bag

terminal2

And the type of /tf topic is tf2_msgs/msg/TFMessage, it looks ok.

Step 2: Open shell 2:

. /opt/ros/melodic/setup.bash
. /opt/ros/dashing/setup.bash
. ./bridge_ws/install/setup.bash
ros2 topic list
ros2 topic echo /tf

terminal3

topic /tf showed nothing!

Please help !
Thank you!

@mabelzhang mabelzhang transferred this issue from ros2/rosbag2 Oct 3, 2019
@dirk-thomas dirk-thomas added the question Further information is requested label Oct 3, 2019
@dirk-thomas
Copy link
Member

I am not sure if you have seen the ROS support guidelines but we kindly ask to raise questions like this on answers.ros.org instead.

The rational for asking all kind of questions in a single place is:

  • There are many more people reading questions there so your chances on getting an answer and in a timely manner are much higher.
  • In the future other users will search there for similar problems and can find your question and the potential answers.
  • The issue tracker in this repo is used to track bugs, feature requests, etc. But your question is not such an action item.

Therefore I will close this ticket here for now. If you have asked your question on answers.ros.org please feel free to add a link to the question to this ticket so that future readers can find the related question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants