Open Y-H-Park opened 3 years ago
https://mavlink.io/en/messages/common.html#LANDING_TARGET https://github.com/mavlink/mavros/blob/ros2/mavros_msgs/msg/LandingTarget.msg
As you can see position_valid if one of mavlink 2 extensions. Likely it does not exist at the moment of plugin development, so it does not exist in ros msg. You should make a PR with that change.
I wanna use LandingTarget position_valid, I know that in the mavros there is /mavlink/to and /mavlink/from. so can I use the mavlink 2.0 protocol in the mavros ? Thank for quick answer!
It much harder to write decoder around those topics than addition of a few lines of code to existing plugin.
When using other plugins supported by mavros(vision_pose, setting yaw plugins etc..), are they available at the same time ? Thank you SSSSSSOOOOOOOOOO much!!!!!!
That's the point to have plugins - easiness of addition of custom translators. Plugin may be loaded from third party package, just need to meet some requirements.
I have a last question... Can I use dronekit with marvos ?
Umm, for what purpose? You can use gcs_url to provide a connection for dronekit.
I wanna use "Precision Landing" in drone auto station. I am planning to use an ArUco marker on the station, and I need to align the heading. But, you mentioned above, position_valid doesn't exist in the mavros, so it cannot be used. I am searching other way to precision landing on the drone station and align the heading. I can get the drone's axis and ArUco marker's axis. so I wanna use the (landing_target & vision_pose(?)) and (mavros & dronekit(mavlink2.0)) at the same time. Can you recommend other way to adjust marker's position and align marker's orientation at the same time ?
This is only bug and feature tracker, please use it to report bugs or request features.
Issue details
We are simulated LandingTarget using mavros, python in Gazebo. Other variables of LandingTarget are used, but, there is no part about the "position_valid". Inputs the position and pose of LandingTarget.pose are good, but it is not working. I wonder if position_valid in python is not suppoted in LandingTarget. I research Auto Drone Station. so, it is very very important for me. Any other solution ?? Thank you!
MAVROS version and platform
Mavros: ?0.18.4? ROS: Melodic Ubuntu: 18.04
Autopilot type and version
[O] ArduPilot [ ] PX4
Version: ?3.7.1?
Node logs