-
Notifications
You must be signed in to change notification settings - Fork 166
Update nav2_gps_waypoint_follower_demo #47
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
Conversation
… into gps-waypoint-tutorial
| @@ -0,0 +1,371 @@ | |||
| <?xml version="1.0" ?> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it necessary to include all these gazebo files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If they can be obtained at runtime from elsewhere, no (or if you want to replace it with ones that can be)
|
@pepisg @SteveMacenski I want to use Navigation2 outside. so I checked this thread and checked to work in My Environment(1GPS and 1IMU + Lidar(not use)). Results is below video. it is almost work... https://www.youtube.com/watch?v=kbyiNRClYec thank you!! |
|
|
I think I'm waiting on @pepisg for the world files to be removed or made clear that they need to be here so I can review the rest of this. Also the complimentary PR in navigation.ros.org for the documentation / tutorial around this source code (I think mostly what we're waiting on so these can be merged at the same time). Great to know this works through on your robot, that's a great sign! |
In this PR I picked up the work started in #16, updating the branch to match the changes made here.
As #16, this PR aims to demostrate the usage of the
nav2_gps_waypoint_followerintroduced here and continued here.