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

Deprecated datum parameter configuration detected.

asked 2021-08-18 05:37:40 -0500

Delbina gravatar image

updated 2021-08-22 14:25:05 -0500

Mike Scheutzow gravatar image

hi everyone, In the navsat_transform_node, i put wait_for_datum: true and also define datum as :

rosparam param ="datum"> [52.07208, -0.627946666667, 0.0, map, base_link]</rosparam>

, but after running the bag file and then running robot_localization instances, i receive the following error:

[ WARN] Deprecated datum parameter configuration detected. Only the first three parameters (latitude, longitude, yaw) will be used. frame_ids will be derived from odometry and navsat inputs.

one more problem is that, in rviz /odometry/gps (output of navsat node), isnot on the ground, i mean it shows it with a height from the ground.

what does it mean? how to fix it? thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-08-22 14:31:41 -0500

Mike Scheutzow gravatar image
  1. The warning tells you what to do: remove the map and base_link arguments.

  2. I have always assumed that GPS reports height above sea level.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-08-18 05:37:40 -0500

Seen: 177 times

Last updated: Aug 22 '21