You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying vapor-master with one of our robot packages (originally developed on ros kinetic ) and got the following error. Our package is well tested and it works fine with ros kinetic ros_master.
Any help/workaround will be appreciated !!
Error: searchParam not implemented at Master.exports.searchParam (/snap/vapor-master/65/node_modules/vapor-master/src/param-api.js:119:9) at _callee$ (/snap/vapor-master/65/node_modules/vapor-master/node_modules/@roshub/express-xmlrpc/dist/index.js:147:32) at tryCatch (/snap/vapor-master/65/node_modules/vapor-master/node_modules/regenerator-runtime/runtime.js:45:40) at Generator.invoke [as _invoke] (/snap/vapor-master/65/node_modules/vapor-master/node_modules/regenerator-runtime/runtime.js:271:22) at Generator.prototype.(anonymous function) [as next] (/snap/vapor-master/65/node_modules/vapor-master/node_modules/regenerator-runtime/runtime.js:97:21) at asyncGeneratorStep (/snap/vapor-master/65/node_modules/vapor-master/node_modules/@babel/runtime-corejs2/helpers/asyncToGenerator.js:5:24) at _next (/snap/vapor-master/65/node_modules/vapor-master/node_modules/@babel/runtime-corejs2/helpers/asyncToGenerator.js:27:9) at /snap/vapor-master/65/node_modules/vapor-master/node_modules/@babel/runtime-corejs2/helpers/asyncToGenerator.js:34:7 at new Promise (<anonymous>) at new F (/snap/vapor-master/65/node_modules/vapor-master/node_modules/core-js/library/modules/_export.js:36:28) at /snap/vapor-master/65/node_modules/vapor-master/node_modules/@babel/runtime-corejs2/helpers/asyncToGenerator.js:23:12 at /snap/vapor-master/65/node_modules/vapor-master/node_modules/@roshub/express-xmlrpc/dist/index.js:187:21 at Layer.handle [as handle_request] (/snap/vapor-master/65/node_modules/vapor-master/node_modules/express/lib/router/layer.js:95:5) at next (/snap/vapor-master/65/node_modules/vapor-master/node_modules/express/lib/router/route.js:137:13) at Route.dispatch (/snap/vapor-master/65/node_modules/vapor-master/node_modules/express/lib/router/route.js:112:3) at Layer.handle [as handle_request] (/snap/vapor-master/65/node_modules/vapor-master/node_modules/express/lib/router/layer.js:95:5)
The text was updated successfully, but these errors were encountered:
This shouldn't be a huge amount of effort, this would be a simple mongodb query in the params table and then sorting by path to find the first partial match in the namespace.
I was trying vapor-master with one of our robot packages (originally developed on ros kinetic ) and got the following error. Our package is well tested and it works fine with ros kinetic ros_master.
Any help/workaround will be appreciated !!
Error: searchParam not implemented at Master.exports.searchParam (/snap/vapor-master/65/node_modules/vapor-master/src/param-api.js:119:9) at _callee$ (/snap/vapor-master/65/node_modules/vapor-master/node_modules/@roshub/express-xmlrpc/dist/index.js:147:32) at tryCatch (/snap/vapor-master/65/node_modules/vapor-master/node_modules/regenerator-runtime/runtime.js:45:40) at Generator.invoke [as _invoke] (/snap/vapor-master/65/node_modules/vapor-master/node_modules/regenerator-runtime/runtime.js:271:22) at Generator.prototype.(anonymous function) [as next] (/snap/vapor-master/65/node_modules/vapor-master/node_modules/regenerator-runtime/runtime.js:97:21) at asyncGeneratorStep (/snap/vapor-master/65/node_modules/vapor-master/node_modules/@babel/runtime-corejs2/helpers/asyncToGenerator.js:5:24) at _next (/snap/vapor-master/65/node_modules/vapor-master/node_modules/@babel/runtime-corejs2/helpers/asyncToGenerator.js:27:9) at /snap/vapor-master/65/node_modules/vapor-master/node_modules/@babel/runtime-corejs2/helpers/asyncToGenerator.js:34:7 at new Promise (<anonymous>) at new F (/snap/vapor-master/65/node_modules/vapor-master/node_modules/core-js/library/modules/_export.js:36:28) at /snap/vapor-master/65/node_modules/vapor-master/node_modules/@babel/runtime-corejs2/helpers/asyncToGenerator.js:23:12 at /snap/vapor-master/65/node_modules/vapor-master/node_modules/@roshub/express-xmlrpc/dist/index.js:187:21 at Layer.handle [as handle_request] (/snap/vapor-master/65/node_modules/vapor-master/node_modules/express/lib/router/layer.js:95:5) at next (/snap/vapor-master/65/node_modules/vapor-master/node_modules/express/lib/router/route.js:137:13) at Route.dispatch (/snap/vapor-master/65/node_modules/vapor-master/node_modules/express/lib/router/route.js:112:3) at Layer.handle [as handle_request] (/snap/vapor-master/65/node_modules/vapor-master/node_modules/express/lib/router/layer.js:95:5)
The text was updated successfully, but these errors were encountered: