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

Combined Linear/Angular Movement #183

Closed
gmfricke opened this issue Apr 12, 2021 · 2 comments · Fixed by #180
Closed

Combined Linear/Angular Movement #183

gmfricke opened this issue Apr 12, 2021 · 2 comments · Fixed by #180
Assignees

Comments

@gmfricke
Copy link
Contributor

No description provided.

@Carter90
Copy link
Contributor

Scoot.py publishes control, Driver.py consumes a custom MoveRequest msg
['r', 'theta', 'timer', 'angular', 'linear', 'obstacles', 'timeout']
We could overload the r and theta if both are not 0.0 then go in to a strafing state

topic cmd_vel in drive_controller.py consumes Twist data like

linear: 
  x: 0.0
  y: -0.5
  z: 0.0
angular: 
  x: 0.0
  y: 0.0
  z: 0.0

@Carter90 Carter90 assigned Carter90 and unassigned abbypribis Apr 13, 2021
@Carter90
Copy link
Contributor

Carter90 commented Apr 13, 2021

translate.mp4

See changes in
2395eae
c944ecb
4072afb

@note there is currently a new bug added in this code where the goal wont be reached when strafing, need to pull @abbypribis changes from cap-drive-turn to track it down

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 a pull request may close this issue.

3 participants