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

Chassis controller for chassis version 1.0+ #23

Closed
bgoldfai opened this issue Jul 25, 2016 · 1 comment
Closed

Chassis controller for chassis version 1.0+ #23

bgoldfai opened this issue Jul 25, 2016 · 1 comment
Assignees
Milestone

Comments

@bgoldfai
Copy link
Contributor

Also comes with updated massages. The current interface to the chassis via the servoInterface nodelet and arduinoOnboard is:

autorally_msgs::safeSpeed->servoInterface
autorally_msgs::servoCommand->servoInterface
arduinoOnboard->autorally_msgs::wheelSpeeds
arduinoOnboard->autorally_msgs::servoCommand RC signals read from receiver

The redesigned interface to the new autorally_chassis nodelet will be:

autorally_msgs::chassisCommand->autorally_chassis to control actuators
autorally_msgs::runstop->autorally_chassis for software runstop messages
autorally_chassis->autorally_msgs::chassisState for chassis state including commanded values, who is commanding each actuator, and feedback from ESC
autorally_chassis->autorally_msgs::wheelSpeeds
autorally_chassis->autorally_msgs::chassisCommand for RC signals read from receiver

This is a results of a new, more integrated electronics box design and enhanced feedback with the new ESC.

@bgoldfai bgoldfai added this to the 0.2.0 Release milestone Jul 25, 2016
@bgoldfai bgoldfai self-assigned this Jul 25, 2016
@bgoldfai
Copy link
Contributor Author

Initial release in #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant