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

transform from odom,map to base_link

asked 2019-09-18 09:17:31 -0500

kallivalli gravatar image

hello , i have changed base_link name to mock_base_link for changing axes of robot model in urdf now i have to do gmapping but i have issue transform is not happening to other links 'odom No transform from [odom] to frame [base_link] similar to map also

i have used

 <node pkg="tf" type="static_transform_publisher" name="mock2base" args="0 0 0 -1.57 0 0 mock_base_link base_link 20" />

in launch file

image description

thanks a ton

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-09-18 17:10:22 -0500

Your TF tree doesn't show a base_link frame at all, which tells me that while your publishing mock_base_link -> base_link, there's nothing publishing the base_link frame or a completed tree of base_link -> odom.

edit flag offensive delete link more

Comments

i changed name of base_link to mock_base_link in urdf to change my axes position of my robot model and published static tf and also i tried changing in urdf but unsuccesfull so how can i do mapping ?

kallivalli gravatar image kallivalli  ( 2019-09-19 08:45:43 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2019-09-18 09:17:31 -0500

Seen: 945 times

Last updated: Sep 18 '19