Open 1234238 opened 8 months ago
For path planning, you might want to start with the basic position control PID example https://github.com/utiasDSL/gym-pybullet-drones?tab=readme-ov-file#pid-control-examples
Or with the pycffirmware
example and use sendGotoCmd
instead of sendFullStateCmd
https://github.com/utiasDSL/gym-pybullet-drones?tab=readme-ov-file#utiasdsl-pycffirmware-python-bindings-example-multiplatform-single-drone
Hello, I'd like to ask if this library can be used for drone path planning algorithms? How should I proceed?