Skip to content

Conversation

@pepisg
Copy link
Contributor

@pepisg pepisg commented Feb 11, 2022

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_follower introduced here and continued here.

@@ -0,0 +1,371 @@
<?xml version="1.0" ?>
Copy link
Contributor Author

@pepisg pepisg Feb 11, 2022

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?

Copy link
Member

@SteveMacenski SteveMacenski Feb 12, 2022

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)

@Ryujiyasu
Copy link
Contributor

Ryujiyasu commented Jun 1, 2022

@pepisg @SteveMacenski
Hi ! this thread still alive?

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...
please tell me what shold i do next??

https://www.youtube.com/watch?v=kbyiNRClYec

thank you!!

@Ryujiyasu
Copy link
Contributor

ros2 action send_goal "follow_gps_waypoints" nav2_msgs/action/FollowGPSWaypoints '{gps_poses: [{position: {latitude: 33.8301, longitude: -84.42, altitude: 0.0}, orientation: {x: 0.0, y: 0.0, z: 0.0, w: 1.0}},
{position: {latitude: 33.8301, longitude: -84.4201, altitude: 0.0}, orientation: {x: 0.0, y: 0.0, z: 0.0, w: 1.0}},
{position: {latitude: 33.83, longitude: -84.4201, altitude: 0.0}, orientation: {x: 0.0, y: 0.0, z: 0.0, w: 1.0}},
{position: {latitude: 33.83, longitude: -84.42, altitude: 0.0}, orientation: {x: 0.0, y: 0.0, z: 0.0, w: 1.0}}]}'

@SteveMacenski
Copy link
Member

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!

@pepisg pepisg closed this Sep 7, 2023
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

Successfully merging this pull request may close these issues.

4 participants