I hope to add a web api, which can set the location of the vehicle according to the vehicle name:
[POST] /vehicles/{NAME}
NAME(required): The name of the vehicle to be created.
newValue: The position name of the vehicle started.
The Web API function is the same as the Vehicle driver window in the open-TCSKernelControlCenter, whick can set the loopback options of vehicle position. However my java is so poor that i cannot make the API. Plz give me a hand.
I hope to add a web api, which can set the location of the vehicle according to the vehicle name:
[POST] /vehicles/{NAME}
NAME(required): The name of the vehicle to be created.
newValue: The position name of the vehicle started.
The Web API function is the same as the Vehicle driver window in the open-TCSKernelControlCenter, whick can set the loopback options of vehicle position. However my java is so poor that i cannot make the API. Plz give me a hand.