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

NavSat_Transform in Robot-Localization package does not publish anything to /odometry/gps

asked 2020-03-11 15:01:32 -0500

ShyamGanatra gravatar image

I am using robot localization package to fused data from GPS, IMU & odom using NavSat Transform of Robot-localization, but it's not publishing anything

Here is the launch file I used

<launch>
 <node pkg="robot_localization" type="navsat_transform_node" name="navsat_transform_node" clear_params="true">
    <rosparam command="load" file="$(find robot_localization)/params/navsat_transform_template.yaml" />
      <!--Placeholders for input remapping. Set your topic names as the "to" values.-->
      <remap from="imu/data" to="/imu/data"/>
      <remap from="odometry/filtered" to="/odom"/>
      <remap from="gps/fix" to="/fix"/>    
  </node>
</launch>

And these are the parameters for that

frequency: 30
delay: 3.0
magnetic_declination_radians: 0
yaw_offset: 0.0
zero_altitude: true
broadcast_utm_transform: false
broadcast_utm_transform_as_parent_frame: false
publish_filtered_gps: false
use_odometry_yaw: false
wait_for_datum: false
datum: [55.944904, -3.186693, 0.0]
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-03-11 15:29:05 -0500

Your parameter file has publish_filtered_gps: false.

I imagine that should be true if you want filtered GPS published.

edit flag offensive delete link more

Comments

No that's not the issue, I tried that too but got same results.

ShyamGanatra gravatar image ShyamGanatra  ( 2020-03-11 21:39:29 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2020-03-11 15:01:32 -0500

Seen: 324 times

Last updated: Mar 11 '20