ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Check ROS environment variables on host and husky with
printenv | grep ROS
Did you set ROS_IP and ROS_MASTER on husky too?
Maybe you have some other process that spawns roscore when it dies.
2 | No.2 Revision |
Check ROS environment variables on host and husky with
printenv | grep ROS
Did you set ROS_IP and ROS_MASTER on husky too?
Maybe you have some other process that spawns roscore when it dies.
EDIT: I created these scripts for exactly this reason.
3 | No.3 Revision |
Check ROS environment variables on host and husky with
printenv | grep ROS
Did you set ROS_IP and ROS_MASTER on husky too?
Maybe you have some other process that spawns roscore when it dies.
EDIT:
I created these scripts for exactly this reason.