ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In rviz, try setting the fixed frame to /world
and the target frame to /head
.
If that does not work, there is probably something wrong with your transform broadcaster.
2 | ask follow-up question |
In rviz, try setting the fixed frame to /world
and the target frame to /head
.
If that does not work, there is probably something wrong with your transform broadcaster.
EDIT: What do these commands display?
$ rosrun tf tf_echo /world /base
$ rosrun tf tf_echo /base /head