MCPcopy Create free account
hub / github.com/akio/rosgo / paramUpdate

Method paramUpdate

ros/node.go:270–272  ·  view source on GitHub ↗
(callerId string, key string, value interface{})

Source from the content-addressed store, hash-verified

268}
269
270func (node *defaultNode) paramUpdate(callerId string, key string, value interface{}) (interface{}, error) {
271 return buildRosApiResult(-1, "Not implemented", 0), nil
272}
273
274func (node *defaultNode) publisherUpdate(callerId string, topic string, publishers []interface{}) (interface{}, error) {
275 node.logger.Debug("Slave API publisherUpdate() called.")

Callers 1

newDefaultNodeFunction · 0.80

Calls 1

buildRosApiResultFunction · 0.85

Tested by

no test coverage detected