rapp-project / rapp-platform

RAPP Platform is a collection of ROS nodes and back-end processes that aim to deliver ready-to-use generic services to robots
Other
28 stars 20 forks source link

The new wut services related to object detection ask for a parameter 'user' #359

Closed lpenteri closed 8 years ago

lpenteri commented 8 years ago

Wasn't this parameter removed from the requests of all services and it was supposed to be retrieved internally in the platform after a login call and the authentication of every request would be done through the token?

klpanagi commented 8 years ago

Hello @lpenteri ,

what do you mean "asks" for parameter user? From where did you retrieve this information? Look here. The username is retrieved from the authentication server after validating the token.

client_req objects are deprecated and are no longer used..

So this is not a problem as the user parameter is not used...

@maciek-slon we also have to update the WebServices list and documentation here to include the object_detection related services

maciek-slon commented 8 years ago

@klpanagi can I push directly to devel after README change? Or should we do a whole round of branch/pull request/merge? ;-)

lpenteri commented 8 years ago

Hi @klpanagi ,

Yes that's why I thought I have to send it, because I saw it in the client_req objects. Ok then it's not a problem I will not send it. :)

klpanagi commented 8 years ago

@maciek-slon create a new branch, having devel as parent and push changes there :)

maciek-slon commented 8 years ago

OK. See #360