-
Notifications
You must be signed in to change notification settings - Fork 4
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
Integration of robot localization ros package with ros2 navigation stack #15
Comments
Hi @ngyewch, I went through the changes made by you in UnityROS2 and my scripts are also exactly the same except for some syntax part. So, above all things have been done. I am keeping next goals :
@rajmis , @ngyewch, @tbkoay does this sound good to you, or do you have anything else in mind too? |
I'm not the expert on this, but from what I've read the update rate is typically 1Hz. But with some devices it can be 5-10Hz.
Not quite sure what you mean here. Which experiment are you referring to? |
Hmm.. I checked it by changing frequency, in simulation I don't see much of difference and yeah if we think from an device's frequency it doesn't make sense to make it 30 if it's around 1Hz
I was referring to nav failures in some cases where robot could go more nearer to the boundary but since it's safe distance maintaining parameter is bit large, it started spinning and nav failed. I observed this while running few trials with new map which has boundary instead of virtual obstacle. |
Any videos of that? |
Instead of by default amcl package, integrate kalman filter based robot localization package:
Steps for this:
launch file: dual_ekf_navsat_example.launch.py
yaml file : dual_ekf_navsat_example.yaml
( PR approved for official ros package: #556 )
Update navigation parameter file by replacing AMCL with robot_localization package (done)
Integrate above things to visualize in rviz by mapping appropriate ros topics in the final config file, matching with that from data publishing topics.
The text was updated successfully, but these errors were encountered: