Closed darthShana closed 4 years ago
ok had a little dig through the code and figured it out.. demo_2d.rviz has a property Tracking Frame that need to be changed..
hi I get the same error,could you tell me how change Tracking Frame?
hi I get the same error,could you tell me how change Tracking Frame?
change the parameter tracking_frame
in your parameter file
hi I get the same error,could you tell me how change Tracking Frame?
change the parameter
tracking_frame
in your parameter file
What is this parameter set to?
hi I get the same error,could you tell me how change Tracking Frame?
change the parameter
tracking_frame
in your parameter fileWhat is this parameter set to?
That depends on your own setup. Please familiarize yourself with transform in ROS and it should become clear after that. E.g. here there are tons of tutorials to find: http://wiki.ros.org/navigation/Tutorials/RobotSetup/TF
thanks very much!方宇-------- 原始邮件 --------发件人: Jonathan Huber notifications@github.com日期: 2020年12月9日周三 傍晚5:06收件人: cartographer-project/cartographer_ros cartographer_ros@noreply.github.com抄送: universe csufangyu@163.com, Comment comment@noreply.github.com主 题: Re: [cartographer-project/cartographer_ros] WARN Could not compute submap fading: "base_link" passed to lookupTransform argument source_frame does not exist. (#1503)
hi I get the same error,could you tell me how change Tracking Frame?
change the parameter tracking_frame in your parameter file
What is this parameter set to?
That depends on your own setup. Please familiarize yourself with transform in ROS and it should become clear after that. E.g. here there are tons of tutorials to find:
http://wiki.ros.org/navigation/Tutorials/RobotSetup/TF
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.
thanks your answer, i have the same problem and solve it.
you can set use_odometry = false
has anyone figured out how to solve this?
Hi im new to ROS and cartographer.. Im running a RPLIDAR with https://github.com/robopeak/rplidar_ros
and then using cartographer_ros.. Things look like they are working correctly. I can see on rviz my path through the map.. And i have verified my laser frame translation with respect to map looks correct..
However i get this warning repeatedly about the missing base_link frame
[ WARN] [1597135213.244415725]: Could not compute submap fading: "base_link" passed to lookupTransform argument source_frame does not exist.
Is that supposed to be created by the cartographer? or should submap fading be using a different frame?
my frames look like map -> odom -> laser
my config file is
I have not changed any other files my startup looks like
any help would be appreciated