ros2-web-bridge
ros2-web-bridge copied to clipboard
auth operation not integrated
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.
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.