Open FPSychotic opened 3 years ago
I'm also beginner but I wanna give you some help and I'm px4 user
If the flight controller support the offboard mode, which means to control the drone with remote pc by sending target position, vel, acc etc, then you can do
The Fast-planner package has waypoint generator, so when you send waypoint(destination position), then it generate trajectory Then you send the trajectory to mavros
For example My drone has px4 and also px4 support offboard mode with mavros, so I can use offboard mode and control drone with remote pc. (1) launch the mavros at the onboard pc of drone, run the camera(intel d435) (2) run the fast planner (3) set the waypoint(destination position) (4) can get the trajectory from fast planner, and send the trajectory to mavros
I'm also beginner but I wanna give you some help and I'm px4 user
If the flight controller support the offboard mode, which means to control the drone with remote pc by sending target position, vel, acc etc, then you can do
The Fast-planner package has waypoint generator, so when you send waypoint(destination position), then it generate trajectory Then you send the trajectory to mavros
For example My drone has px4 and also px4 support offboard mode with mavros, so I can use offboard mode and control drone with remote pc. (1) launch the mavros at the onboard pc of drone, run the camera(intel d435) (2) run the fast planner (3) set the waypoint(destination position) (4) can get the trajectory from fast planner, and send the trajectory to mavros
Amazing!And I wonder if the node “/traj_msg_converter" is programmed by yourself or is already provided in the Fast_Planner package? Expecting your kind answering, thank you!
That part ( traj_msg_converter) is very simple part, that means the time sync can be nor perfect It just send the traj to mavros and it is very simple node It's not in the Fast_planner package
Can you pls provide the node that sends the traj to mavros? @beomsu7
hi, have you solved the problem? i want to know whether fast planner can be used on ardupilot?
@GarronLiu , Hi,I want to use RTK as UAV location, for example I used longitude and latitude as waypoint position. I do not if it is possible for fast planner waypoint generator? can you explain the format of waypoint in fast planner? thanks!
Hi, what flight controller as pix4, ardupilot, betaflight, openpilot open should I use? and how comunicate with it (i.e. mavros, rosflight, msp ...). would be very helpful to know the basic setup, nothing specific, just to make me a general idea of what knd of drone is used, as protocol and camera, but I dont want look lazy, but really I have lack of knowledge to imagine how make it work.
Just say thanks by share knowledge, without people like you hobbyist like me couldnt have tools to try to learn.