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

Added Action server and client code #6

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

nivednivu1997
Copy link
Contributor

Below Mentioned changes has been done

  • Action server to receive client goal request.
  • Goal validation with acceptance and rejection criteria.
  • Continuous feedback provided to the client.
  • Retrieves the current pose of the turtle.
  • Computes the error in distance and heading to the desired position.
  • Uses PID controller to compute the required linear and angular velocities.
  • Publishes these velocities to command the turtle.
  • Action Cient code for user inputting x and y positions.
  • Changed the PID values according to latest merge.

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