Davies iyanuoluwa Ogunsina

Results 16 comments of Davies iyanuoluwa Ogunsina

How was this issue resolved? . I have similar problem . But with multi robot unable to get scan data by amcl . Robot scan topics. ![Screenshot from 2023-09-17 13-22-34](https://github.com/ros-planning/navigation/assets/97457075/0f83daea-ca2b-49e8-857a-ced5f57d67df)

I solved this problem. I had to tweak the source code . Since the ros::Duration was greater than my laser scan interval the warning messages pops up and my robot...

I solved this problem from source . The source code of amcl . To reduce the number of TF_REPEATED_DATA warnings the laser scan publish rate needs to be reduced, because...

> @Daviesss sounds like we want to configure this as parameter instead of setting it hardcoded in the c++-file. Maybe update your code a bit and create a pull-request for...

> @Daviesss sounds like we want to configure this as parameter instead of setting it hardcoded in the c++-file. Maybe update your code a bit and create a pull-request for...

Sure , i will do that.

Good day, thanks for all you do. Kindly check my pull request. Will highly appreciate if i get a feedback . Thanks!

I solved this problem. I had to tweak the source code . Since the ros::Duration was greater than my laser scan interval the warning messages pops up and my robot...