Skip to content
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

Closed
ash-anand opened this issue May 17, 2017 · 7 comments
Closed

Path generation on px4 #718

ash-anand opened this issue May 17, 2017 · 7 comments

Comments

@ash-anand
Copy link

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

@vooon
Copy link
Member

vooon commented May 18, 2017

You may stream setpoints to follow path.

@amanchandra333
Copy link

@vooon the generated path has to be smooth. Can't px4 itself generate waypoints to follow a particular curve between two points?

@vooon
Copy link
Member

vooon commented May 18, 2017

That is question for firmware devs.

@ash-anand
Copy link
Author

@vooon Can we use waypoint msg for local setpoints instead of GPS lat and lon ?

@ash-anand
Copy link
Author

@vooon Also is there a way to publish GPS data in OFFBOARD mode ?
I have tried publishing data on /mavros/setpoint_raw/global and /mavros/setpoint_raw/target_global but nothing happens and it gives warning CMD: Unexpected command 176, result 1.
Quad goes in AUTO.RTL mode soon after it

@vooon
Copy link
Member

vooon commented May 20, 2017

Look at firmware docs. But i don't think that mission with frame=LOCAL_NED cmd=NAV_WAYPOINT are supported.
Read about OFFBOARD mode! And read setpoint_raw docs.

@TSC21
Copy link
Member

TSC21 commented Jun 9, 2017

@ash-anand look at #728. Maybe the answer to your issue is there.

@TSC21 TSC21 closed this as completed Jun 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants