ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I did some modification in main function:

instead of:

if ( argc<2 || (strstr(argv[1],"http://")!=argv[1]) || !strstr(argv[1],":800/") )

I use

if ( argc<2 || (strstr(argv[1],"http://")!=argv[1]) )

And it works !