ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

One semantically-correct way to do this would be to migrate the message into a std_msgs/Empty, but this (annoyingly) results in a syntax error in some generated python code. I've found that migrating the message to a std_msgs/Bool seems to work okay.