-
Notifications
You must be signed in to change notification settings - Fork 0
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
some problems when using your px4_fast_planner and px4_VIO with d435i_t265 #1
Comments
I have solved the problem,thanks for your hlep.I modified the parameter of px4 EKF2_EV_POS_X, EKF2_EV_POS_Y, EKF2_EV_POS_Z EKF2_AID_MASK. |
Hey,bro! I have another question.How to make drones take off autonomously ?In the repository https://github.com/mzahana/px4_fast_planner,it has geometric_controller_node,but in your repository,i found nothing about take_off-settings. |
At first I also want auto takeoff part but, in some other project that auto take off is not recommended |
I used mavros_controller as the auto-take-off part. d5a5c5bcc692933c4c51a14ec068bfe4.mp4 |
at first it taske off correctly but soon it moves In may case also try to use mavros_controllers, but after take off, drone vivrated seriously Aha, and I was confused, my px4 fast planner also can take off autonomously |
@beomsu7 Hi,bro! I was confused too,i see nothing about take-off-height settings in your px4_kino_replan.launch file. |
in this .py |
I replaced px4_kino_rplan.launch file line 78 with |
if
|
or did you make python file be excutable |
I tried again,just a moment ago. The drone did take off and the /mavros/setpoint_position/local did was x 0 y 0 z 1. |
I guess ekf2 setting is not perfect or something |
Hi,in your other repository do not have issue button,so i have to propose issue here.



When i followed your step in this repository https://github.com/beomsu7/Fast-Planner and PX4_ VIO https://github.com/beomsu7/VIO,i met some problems.
The first step i launched bridge_mav.launch,then launched px4_kino_replan.launch.
The map is so weired,i did not remove the drone and the drone was not moving at all.
And i checked the topic /mavros/local_positon/odom or /mavros/local_positon/pose noticed that the position data of x y z is not zero.
Could u give me some suggestions of the problem i met?
Hope for your reply and appreciate for your help sincerely these days.
The text was updated successfully, but these errors were encountered: