Skip to content
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

path planning algorithms #201

Open
1234238 opened this issue Mar 28, 2024 · 1 comment
Open

path planning algorithms #201

1234238 opened this issue Mar 28, 2024 · 1 comment
Labels
question Further information is requested

Comments

@1234238
Copy link

1234238 commented Mar 28, 2024

Hello, I'd like to ask if this library can be used for drone path planning algorithms? How should I proceed?

@JacopoPan JacopoPan added the question Further information is requested label Apr 5, 2024
@JacopoPan
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants