-
Notifications
You must be signed in to change notification settings - Fork 35
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
how to use "Waypoint Mission"? #111
Comments
Hmm, well the frames seem to be set up correctly, so it should definitely be sending the message when you press "Send it". Do you get anything if you A few things to note:
P.S. Your fonts render in a really weird way, what is this running on? The map looks rather odd too. |
Yes, through topic printing, I received a set of pose_array coordinates, so 'send it' has completed its task. Based on your second point in response, I may need to do some more work to send this set of coordinates to the planner. Okay, I thought the Nav2 heap could directly receive the "send it" command to complete the waypoints task. I am still a beginner and just started using ros2. Thank you for your reply. p.s.
|
Well for Nav2 there is actually NavigateThroughPoses, and there is a node that converts a path message for it under vizanti_demos: ros2 run vizanti_demos path_to_nav2poses.py Given that this is a somewhat common pitfall, maybe that node should be set up to launch by default 😃 From what I've tested though, the local planner seems to behave a bit oddly when given this type of path command, as it doesn't really properly reach intermediate goals but just sort of drives through the general area. Probably something that can be configured in Nav2 somewhere, but I haven't really taken much of a deep dive into it either, so I can't yet say for sure.
Well I'm mainly asking since it looks a bit like a rendering error we had a while back, which ought to be fixed now.
Ah interesting, I've never tested it on that but it should be Chromium based yep. |
That sounds somewhat familiar yes. Well if you find any good fixes let me know and I'll see if we can implement them. 👍 I think given that the waypoint path should generally define the nearly exact way the robot should drive, using navigatethroughposes is probably not the exactly right abstraction. This would essentially need to just be treated as a global plan on top of which the local planner can plot around obstacles, but still sticking to the lines as much as possible. It's something I intend to look into properly once I get around to porting my Noetic USV planner for that, but I haven't gotten around to it yet.
Alright, if it looks the same as in rviz then it's probably just the map publisher doing something odd with unexplored pixels. |
[Problem description]
I tried this web tool and encountered issues while using Waypoint. After adding multiple points, I don't know how to make the robot start navigating through these points. I tried 'send it', but it didn't work. I haven't seen the relevant operation instructions and am a bit confused. I hope someone can help me.
Server Platform(s):
Client Platform(s):
The text was updated successfully, but these errors were encountered: