ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
As per ijnek, the error probably occured due to a missmatch of use_sim_time
.
While playing around with PushRosNamespace
, I might have inadvertently pushed a namespace onto that parameter, so it ended up with something like namespace/use_sim_time
which resulted in the error.
Doing a more hardcoded/manual namespacing convention, the error was reverted.