mavlink / mavros

MAVLink to ROS gateway with proxy for Ground Control Station
Other
875 stars 989 forks source link

vision pose problem #1032

Closed gajena closed 6 years ago

gajena commented 6 years ago

This is only bug and feature tracker, please use it to report bugs or request features.


Issue details

I am using aruco markers for position feedback and publishing to topic mavros/vision_pose/pose and I have also checked the mavros/local_position/pose and data is same as vision_pose.




MAVROS version and platform

Mavros: ?0.18.4? ROS: Kinetic Ubuntu: 16.04

Autopilot type and version

[ ] ArduPilot [ ] PX4 1.7.3

Version: ?3.7.1?

TSC21 commented 6 years ago

@gajena without:

  1. A code snippet showing how are you publishing the data to to mavros/vision_pose/pose;
  2. A code snippet showing how are you publishing the setpoints to mavros/setpoint_position/local;
  3. Most important: logs!

will be difficult to debug your problem.

TSC21 commented 6 years ago

Closing as stale.

YCH188 commented 5 years ago

@gajena Have you solve the problem? Should I publish the point to /mavros/setpoint_position/local to control the flight.

gajena commented 5 years ago

@YCH188 No, I have not figured it out. Instead, I implemented a high-level controller on the onboard computer from mav_control_rw. If, you really want to implement on PX4. I think this can help PX4_avoidance.