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

ROS Drive Publisher #7

Open
nwdepatie opened this issue Feb 17, 2024 · 1 comment
Open

ROS Drive Publisher #7

nwdepatie opened this issue Feb 17, 2024 · 1 comment

Comments

@nwdepatie
Copy link
Owner

We need a ROS driver that can publish important information about the motors at a specified interval. Rust should be used for this given the direction we are going with it.

@nwdepatie
Copy link
Owner Author

nwdepatie commented Feb 17, 2024

Messages:

  • /drive/faults/fault_type1 (different faults)
  • /drive/encoder/ticks/ (all wheel speeds in 1 array)
  • /drive/encoder/velocity/
  • (maybe some sort of estimated pose based on wheel velocity?)

nwdepatie added a commit that referenced this issue Feb 17, 2024
@nwdepatie nwdepatie mentioned this issue Feb 17, 2024
nwdepatie added a commit that referenced this issue Feb 17, 2024
* Consolidating drive ROS nodes into 1 cargo environment

* Separating motor and drive characteristics from controller

* #7 Initial implementation of drive publisher

* Cleaning up subscriber and model

* Removing unecessary build scripts

* #7 Making Arc pointer to shared data
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

No branches or pull requests

1 participant