mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed travis build
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="roslibjs.d.ts" />
|
||||
/// <reference path="roslib.d.ts" />
|
||||
|
||||
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'
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user