didnt get OpenCV to work properly so I tried different versions
remote_mission_service
+Remote Client seems to work
+Hello and Power Off not working properly
+had to change GRPC Service Runner --> there is not "add_servicer_to_server_fn", instead add_Service
-Util.js from client
+changed the GRPC Service Runner
-Util.js from mission
+had a part were I need to remove the VariableDeclariton, probaly not needed
-server_util.js
+tried to implement the Response Context class with Enter and Exit
-sdk.js
+added default parameter
-lease.js
+created empty object like the python sdk
-graph_nav.js
+created if for lease === null like the python sdk
-common.js
+had the problem that the channel was integrated in a internalchannel so i did a workaround
Added:
get_depth_plus_visual_image.js
image_viewer.js
remote_mission_service +Remote Client seems to work +Hello and Power Off not working properly +had to change GRPC Service Runner --> there is not "add_servicer_to_server_fn", instead add_Service
-Util.js from client +changed the GRPC Service Runner
-Util.js from mission +had a part were I need to remove the VariableDeclariton, probaly not needed
-server_util.js +tried to implement the Response Context class with Enter and Exit
-sdk.js +added default parameter
-lease.js +created empty object like the python sdk
-graph_nav.js +created if for lease === null like the python sdk
-common.js +had the problem that the channel was integrated in a internalchannel so i did a workaround
-