change Topic property latch to boolean type (#11607)

This commit is contained in:
Tony Gaetani
2016-09-30 08:51:23 -04:00
committed by Masahiro Wakame
parent 8e873d91bc
commit cc17a16360

2
roslib/roslib.d.ts vendored
View File

@@ -310,7 +310,7 @@ declare namespace ROSLIB {
compression?: string,
throttle_rate?: number,
queue_size?: number,
latch?: number,
latch?: boolean,
queue_length?: number
});