Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

[AMCL] Wrong warning message when giving the wrong value for "odom_frame_id" parameter #1112

@cailloumax

Description

@cailloumax

I recently ran into an issue using AMCL, for which I was given this warning message:

[ WARN] [1425574394.999492201]: No laser scan received (and thus no pose updates 
have been published) for 1425574394.999407 seconds.  Verify that data is being published
on the /scan topic.

However, the actual issue was a miscofiguration of the odom_frame_id :
<param name="odom_frame_id" value="/odom/ekf/imu"/>
Here I give my topic name, in place of the frame ID required.

Would it be possible to detect the issue and give an adapted warning message ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions