Robotics StackExchange | Archived questions

Mavros move drone, no gps

Here am I again...

I have been trying and trying but I can't seem to get the hang of it... I'm trying to move a drone to a certain location. I have the distances, which get updated whit a frequency of 30Hz, to the certain location in m in the x- and y-axis. With PID-controllers I convert the distances to velocities. Those velocities are not to move the drone in North, East direction but in forward, left, right direction. I'm trying to send those velocities to my drone using the mavros/setpoint_velocity/cmd_vel topic. But I'm not really sure if this is the correct one. Something extra: I can't use a gps.

Does someone can help me with this?

Thanks!

Asked by MaximeRector on 2017-12-27 11:31:48 UTC

Comments

Instead of describing what you're doing, can you please show us by updating your question with your source code?

Asked by jayess on 2017-12-27 12:16:27 UTC

Answers