Skip to content

Commit 1f7d843

Browse files
authored
Merge pull request #758 from JuliaRobotics/21Q4/enh/reworkbagsub
use convert msgT to ingest PointCloud2
2 parents e551d2d + f65330c commit 1f7d843

File tree

14 files changed

+1323
-110
lines changed

14 files changed

+1323
-110
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ TimeZones = "1.3.1, 1.4"
7575
TransformUtils = "0.2.2"
7676
Unmarshal = "0.3, 0.4"
7777
YAML = "0.3, 0.4"
78-
ZMQ = "1"
7978
julia = "1.4"
8079

8180
[extras]
8281
AprilTags = "f0fec3d5-a81e-5a6a-8c28-d2b34f3659de"
82+
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
8383
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
8484
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
8585
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
@@ -89,4 +89,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
8989
ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"
9090

9191
[targets]
92-
test = ["AprilTags", "Colors", "Images", "PyCall", "RobotOS", "Test", "ZMQ"]
92+
test = ["AprilTags", "BSON", "Colors", "Images", "PyCall", "RobotOS", "Test", "ZMQ"]

0 commit comments

Comments
 (0)