username:password
Authorization: Basic *****************
{
"step_control": {
"steps": [
{
"mode": 1,
"value": 0.5,
"speed": 0.3
}
],
"avoid": 0,
"action": 1
}
}
curl --location --request POST '/woosh/ros/CallAction' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"step_control": {
"steps": [
{
"mode": 1,
"value": 0.5,
"speed": 0.3
}
],
"avoid": 0,
"action": 1
}
}'
{}