Hello,
I ran the command you gave me to see the tf tree of the
fake_my_robot.launch and I there is missing links in the tree: the wheels and the wheel mounts (It correspond to the component that are white in the picture of my robot in Rviz).
Then, I used the
display.launch file from the urdf_tutorial package ( found here :
https://github.com/ros/urdf_tutorial/tree/indigo ) -Arbotix is not running with this launch file- with the command:
"roslaunch urdf_tutorial display.launch model:=my_robot.urdf" ("my_robot.urdf" is the urdf version of the xacro files I linked before), and I had the good tf tree.
I don't get where is the problem coming from.
Note:
When I change my continuous and revolute joints -for the wheels and the wheel mounts (the problematic links)- into fixed joints, the robot appears with the good configuration while using
fake_my_robot.launch . It was just a test to understand where the problem is coming from, but it confused me even more.