ros2-web-bridge icon indicating copy to clipboard operation
ros2-web-bridge copied to clipboard

auth operation not integrated

Open qiuzhong opened this issue 7 years ago • 1 comments

It seems the auth operation is not intergrated with the bridge as rosauth.js is never required or referred by the bridge implementation. The authentication function is implemented, though.

qiuzhong avatar Jan 22 '18 08:01 qiuzhong

The rosauth should act as a service in ROS, and ros2-web-bridge has to call the rosauth service when ['op'] == 'auth'. In ROS2, there has not been defined such a srv as ROS1 does, we better pend this requirement.

minggangw avatar Jan 23 '18 07:01 minggangw