mavros_controllers
mavros_controllers copied to clipboard
Aggressive trajectory tracking using mavros for PX4 enabled vehicles
Hi @Jaeyoung-Lim I noticed that [some subscribers in geometric_controller.cpp](https://github.com/Jaeyoung-Lim/mavros_controllers/blob/master/geometric_controller/src/geometric_controller.cpp#L20-L23) has topics with respect to `/` namespace. Would it be better to keep it with respect to the node's namespace? Just...
Hi Jaeyoung, I know you are an expert on Mavros controllers. I have googled about the mavros offboard control on internet. I have found examples of controlling the outer loop...
Hi, I am planning to implement QP based controller with osqp-eigen in https://robotology.github.io/osqp-eigen/md_pages_mpc.html Before taking the risk, I think that it can be usefull to implement into trajectory publisher with...
Hi @Jaeyoung-Lim Any plans to make a version of this package for ROS2?
As the title suggests, I have encountered some difficulties. When I send a series of set position points starting from its current position to the fixed wing drone in simulation...
hello,@Jaeyoung_Lim i meet some questions about the function of pubrefTrajectory(motion_selector_) and pubprimitiveTrajectory(), and who publish the data of two pub?
I am using mavros_ When the controller controls the simulation of a drone, the drone takes off and lands repeatedly, ultimately crashing. I am using Ubuntu20.04.
@Jaeyoung-Lim (https://github.com/Jaeyoung-Lim): I have a couple of questions about geometric control.I have seen your paper of “geometric tracking control of a quadrotor UAV on SE(3)”. But after seeing the code,...
Hi @Jaeyoung-Lim , I have a couple of questions: 1. What is the logic/math behind converting the non-linear attitude errors to angular velocity setpoints (as shown below)? is there a...
Hi, which are the parameters for a drone with PX4 fw onboard? I'm using version 1.13.1 of the fw Thanks