Robotics StackExchange | Archived questions

nodelet tutorial error

I'm following this tutorial: http://www.ros.org/wiki/nodelet/Tutorials/Porting%20nodes%20to%20nodelets

When I try to launch my nodelet I receive the following error:

waitForService: Service [/standalone_nodelet/load_nodelet] has not been advertised, waiting...
terminate called after throwing an instance of 'std::logic_error'
what():  basic_string::_S_construct null not valid

Asked by Grega Pusnik on 2013-04-27 02:48:17 UTC

Comments

Any thoughts or tips?

Asked by Grega Pusnik on 2013-04-29 08:59:53 UTC

Answers