Zhefan-Xu / CERLAB-UAV-Autonomy

[CMU] A Versatile and Modular Framework Designed for Autonomous Unmanned Aerial Vehicles [UAVs] (C++/ROS/PX4)
MIT License
295 stars 40 forks source link

B-spline trajectory planning #21

Closed jingjingdeshouhou closed 4 months ago

jingjingdeshouhou commented 4 months ago

Thank you very much for your work. I want to output the total flight time and total trajectory length of the drone to the terminal. Where exactly should I make these modifications within the framework? I made the changes in the dynamicNavigation.cpp file, but nothing is output to the terminal. It still only shows the re-planning time as before.