Skip to content

Message Filter dropping message #6

Description

@samverghese13

[INFO] [launch]: All log files can be found below /home/ign/.ros/log/2021-05-12-23-14-46-522622-ign-59739
[INFO] [launch]: Default logging verbosity is set to INFO
/home/ign/ROS2_workspace/gmapping_ws/install/slam_gmapping/share/slam_gmapping/launch/slam_gmapping.launch.py:10: UserWarning: The parameter 'node_executable' is deprecated, use 'executable' instead
launch_ros.actions.Node(
[INFO] [slam_gmapping-1]: process started with pid [59741]
[slam_gmapping-1] [INFO] [1620841489.741434400] [slam_gmapping]: Message Filter dropping message: frame 'laser' at time 1620841488.319 for reason 'Unknown'
[slam_gmapping-1] [INFO] [1620841489.877446678] [slam_gmapping]: Message Filter dropping message: frame 'laser' at time 1620841488.461 for reason 'Unknown'
[slam_gmapping-1] [INFO] [1620841490.021399181] [slam_gmapping]: Message Filter dropping message: frame 'laser' at time 1620841488.605 for reason 'Unknown'

I tried to publish the transform for laser to base link using the below code
Node(
package = "tf2_ros",
executable = "static_transform_publisher",
arguments = ["0", "0", "0", "0", "0", "0", "base_link", "laser"])

But when I try to run
ros2 launch slam_gmapping slam_gmapping.launch.py

I am getting a message drop error.

I would like to know how this could be eliminated. I am running this on ROS2(Foxy)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions