ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

No tf from some link to some link

asked 2022-10-25 04:33:09 -0500

marvelousluke gravatar image

updated 2022-10-26 02:13:12 -0500

ravijoshi gravatar image

I am new to ROS and I am working on OpenMANIPULATOR-X. Problems showed up as I try to use RViz. Error occurred to Robot Status showing No tf from some link to some link.

I know joint_state_publisher should be responsible for this and as I tapped command rostopic list, the topic joint_states is listed. The same happens to the node joint_state_publisher when I gave the command rosnode list.

However, when I input rosrun tf view_frames,I get a frame with only two links which indicates obviously that my joint_state_publisher is not working properly.

So I am really in need of someone who can help with this issue.

edit retag flag offensive close merge delete

Comments

  1. It would be more helpful to see the actual message instead of "some link" in No tf from some link to some link.
  2. Please edit your question and add a link to the repository you followed for the package installation.
ravijoshi gravatar image ravijoshi  ( 2022-10-26 02:10:44 -0500 )edit

Just a quick note: joint_state_publisher publishes JointState msgs, it does not broadcast TF transforms. That's robot_state_publisher's job.

And actually, if you have a "robot driver" node, I would not expect a joint_state_publisher instance in the node graph (unless it's used to combine different topics into a single one).

gvdhoorn gravatar image gvdhoorn  ( 2022-10-27 01:24:50 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-02-27 01:05:05 -0500

marvelousluke gravatar image

so thankful for your answer.Actually I made a stupid mistake.I forgot to push that start button in Gazebo...anyway thank you for your answer again!

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2022-10-25 04:33:09 -0500

Seen: 45 times

Last updated: Oct 26 '22