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

Edge cases where coordinates are same #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hazrmard
Copy link

@hazrmard hazrmard commented Oct 29, 2023

In this pull request, I made the following changes.

  1. Edge cases where coordinates are the same. For example, if a trajectory is being planned for [0,1] to [0,3], then zero velocity/acceleration are needed along the first axis.

  2. Verbosity of log messages. I changed default logging level from DEBUG to WARNING to reduce amount of stdout messages. The users can manually change logger verbosity to print debug messages when needed.

  3. Bumped version number to 1.0.2 to reflect these patches.

If coordinate is same, then velocity must be zero  as well.
This will be added as a dependency to the multirotor library.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant