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

Motor controller control/feedback #1

Open
nuclearmistake opened this issue May 15, 2013 · 2 comments
Open

Motor controller control/feedback #1

nuclearmistake opened this issue May 15, 2013 · 2 comments
Assignees

Comments

@nuclearmistake
Copy link
Member

Need the following:
An E-Stop button (with a state indication... green = estop off, red = estop on... and text)
When pressed, send the opposite of the last state reported by the robot.
from robot: /estopState std_msgs/Bool
to robot: /setEstop std_msgs/Bool

voltage display:
from robot: /Voltage std_msgs/Float32

@ghost ghost assigned redify May 15, 2013
@redify
Copy link
Contributor

redify commented May 15, 2013

I can work on both of those.

I assume that the /Voltage topic will report a value between 0-100, which
represents the remaining battery power.
Correct?

On Wed, May 15, 2013 at 10:24 AM, Nuclear Mistake
[email protected]:

Need the following:
An E-Stop button (with a state indication... green = estop off, red =
estop on... and text)
When pressed, send the opposite of the last state reported by the robot.
from robot: /estopState std_msgs/Bool
to robot: /setEstop std_msgs/Bool

voltage display:
from robot: /Voltage std_msgs/Float32


Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

@nuclearmistake
Copy link
Member Author

It is actually raw voltage ATM... For now, that's fine... if, after I've watched a few power cycles of these batteries' voltages, I can describe a neat conversion from that to a %, I'll let you know. Most lithium batteries' output voltage is fairly constant until they're nearly drained, then it dives. Without communicating with the battery directly, I don't think a "percentage" is feasible.

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

2 participants