action_server/test.json

10 lines
175 B
JSON
Raw Permalink Normal View History

2024-10-09 16:36:27 +08:00
{
"op": "call_service",
"id": 1,
"service": "/add_two_ints",
"type": "/example_interfaces/srv/AddTwoInts",
"args": {
"a": 1,
"b": 2
}
}