Update nav2_gps_waypoint_follower_demo#47
Update nav2_gps_waypoint_follower_demo#47pepisg wants to merge 23 commits intoros-navigation:masterfrom
Conversation
… into gps-waypoint-tutorial
| @@ -0,0 +1,371 @@ | |||
| <?xml version="1.0" ?> | |||
There was a problem hiding this comment.
Is it necessary to include all these gazebo files?
There was a problem hiding this comment.
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.