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

[Plugin] FollowMe mode Validation #133

Closed
shakthi-prashanth-m opened this issue Oct 25, 2017 · 1 comment
Closed

[Plugin] FollowMe mode Validation #133

shakthi-prashanth-m opened this issue Oct 25, 2017 · 1 comment

Comments

@shakthi-prashanth-m
Copy link
Contributor

shakthi-prashanth-m commented Oct 25, 2017

While implementing FollowMe plugin for DroneCore,

  • I changed flight_mode to Follow Me usng MAV_CMD_DO_SET_MODE; It worked.
  • But after that, I am emitting motion reports periodically with interval of 1 second by faking hard-coded GPS info. I am able to see these are received by PX4 MAVLink receiver (see below)
INFO  [uorb]  uORB::DeviceNode::publish: Success
INFO  [mavlink] Follow Target lat: 473977448, long: 85455953, alt 530.040039
INFO  [mavlink] INFO  [uorb]  uORB::DeviceNode::publish: Success
INFO  [mavlink] Follow Target lat: 473977458, long: 85455958, alt 540.040039
INFO  [mavlink] INFO  [uorb]  uORB::DeviceNode::publish: Success
INFO  [mavlink] Follow Target lat: 473977468, long: 85455963, alt 550.040039
INFO  [mavlink] INFO  [uorb]  uORB::DeviceNode::publish: Success
INFO  [mavlink] Follow Target lat: 473977478, long: 85455968, alt 560.040039
INFO  [mavlink] INFO  [uorb]  uORB::DeviceNode::publish: Success
INFO  [mavlink] Follow Target lat: 473977488, long: 85455973, alt 570.040039
INFO  [mavlink] INFO  [uorb]  uORB::DeviceNode::publish: Success
INFO  [mavlink] Follow Target lat: 473977498, long: 85455978, alt 580.040039

But, I don't see them reflecting in the Vehicle (Gazebo).
Am I missing something ?

Thanks

Goes with #142

@shakthi-prashanth-m
Copy link
Contributor Author

Added support in firmware & merged. Thanks @julianoes @LorenzMeier

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

1 participant