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

fixed frame no tf data

asked 2021-11-02 21:58:22 -0500

CHIN gravatar image

I am following the tutorial on rviz here

But i am not able to correct the TF global issue as in the screenshot.

I tried changing the rviz 'Global Options' 'Fixed Frame' to my_frame. but nothing happened. I tried to run the command below too, but nothing changed too

rosrun tf static_transform_publisher 0 0 0 0 0 0 1 /map /my_frame 10

the terminal doesn't show any other error.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-11-03 00:49:18 -0500

CHIN gravatar image

After searching from other side, i reinstall python3 and tf2 by the command as below

sudo apt install ros-noetic-tf2-tools
sudo apt install python3

and after i tried alot of stuff(looked into tf tutorials,etc.).I came back and try again the instruction of the tutorials from the start. There are still some problem but this time I tried to run with the command below and delete the forwardslash"/" in the basic shapes.cpp.

rosrun tf static_transform_publisher 0 0 0 0 0 0 1 /map /my_frame 10

I'm not sure the things i explained is the solution but it solved the problem.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-11-02 21:58:22 -0500

Seen: 256 times

Last updated: Nov 03 '21