ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The publisher cmd is permanent_stop is probably not connected as it is just constructed a couple of lines before.
For the second error: x1 simply does not exist in this function. You probably want to refer to self.x1 everywhere.