You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
.
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.
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
The text was updated successfully, but these errors were encountered: