Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[signalFailure] Drop message: frame 'base_scan' at time 9.005 for reason(0) #18

Open
atinfinity opened this issue Sep 19, 2020 · 2 comments

Comments

@atinfinity
Copy link

I tried to use slam2d_ros(dashing-devel) with TurtleBot3(Gazebo).
https://github.com/atinfinity/turtlebot3_lama_ros2

But, the following message was displayed.

[slam2d_ros-1] [INFO] [iris_lama_ros2.slam2d_ros]: [signalFailure] Drop message: frame 'base_scan' at time 9.005 for reason(0)
[slam2d_ros-1] [INFO] [iris_lama_ros2.slam2d_ros]: [signalFailure] Drop message: frame 'base_scan' at time 9.206 for reason(0)

On the other hands, I changed to pf_slam2d. It works fine.

@takahashi-e6
Copy link

I changed the file as follows and it worked. Maybe the timeout time was too short.

iris_lama_ros/src/slam2d_ros.cpp(line 111)

tf_buffer_ = std::make_shared<tf2_ros::Buffer>(node->get_clock(), tf2::Duration(30));

 tf_buffer_ = std::make_shared<tf2_ros::Buffer>(node->get_clock());

@atinfinity
Copy link
Author

@takahashi-e6 Thank yor for your comment. I will check again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants