diff --git a/roslib/roslib-tests.ts b/roslib/roslib-tests.ts index 607973443..c209b4a0c 100644 --- a/roslib/roslib-tests.ts +++ b/roslib/roslib-tests.ts @@ -1,4 +1,4 @@ -/// +/// var ros = new ROSLIB.Ros({url: "http://localhost:9090"}); @@ -10,4 +10,4 @@ var service = new ROSLIB.Service({ ros: ros, name: '/service_name', serviceType: 'service_type' -}); \ No newline at end of file +});