BB.MCP.Tools.GetParameter (bb_mcp v0.3.2)

Copy Markdown View Source

Read a single runtime parameter from a robot.

The path is a dotted string like "motion.max_speed".

A parameter declared with a unit type reports its value as an object carrying the magnitude and the unit name, e.g. {"value": -12.5, "unit": "degree"}. That object is exactly what set_parameter accepts for the same parameter.

Summary

Functions

get_schema(atom)

mcp_schema(data)

mcp_schema!(data)