ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In general, this occurs because you tried to set a parameter to None
, which isn't allowed.
In your particular case, It looks like you're trying to set the hub_whitelist
parameter to an empty string, which is probably getting transformed into a None
somewhere in roslaunch.
In general, you should be able to troubleshoot this by commenting out lines in your launch file until you find the one that is causing the error.