roslaunch with params causes vapor to crash
sevenbitbyte opened this issue · 1 comments
sevenbitbyte commented
This appears to be a bug in XMLRPC multicall support.
NickZ commented
roslaunch makes a multicall request whenever parameters are set. On a regular roscore, it gives a proper multicall response with response codes for each parameter set. On vapor-master, this response is blank.
The multicall request and response on a regular roscore
The multicall request and response on vapor-master