-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Path generation on px4 #718
Comments
You may stream setpoints to follow path. |
@vooon the generated path has to be smooth. Can't px4 itself generate waypoints to follow a particular curve between two points? |
That is question for firmware devs. |
@vooon Can we use waypoint msg for local setpoints instead of GPS lat and lon ? |
@vooon Also is there a way to publish GPS data in OFFBOARD mode ? |
Look at firmware docs. But i don't think that mission with frame=LOCAL_NED cmd=NAV_WAYPOINT are supported. |
@ash-anand look at #728. Maybe the answer to your issue is there. |
I'm working on autonomous quadcopter with PixHawk 2 autopilot and RPi 3.
I want my quad to go to a certain point but follow a certain curve, like a circle or ellipse, and not directly.
I searched about waypoints but quad stops at each waypoint , turns and then goes to the next point.
Is there any method to make quad follow the waypoints without stopping ?
Thanks
The text was updated successfully, but these errors were encountered: