diff --git a/packages/roslib/test/examples/topic-listener.example.ts b/packages/roslib/test/examples/topic-listener.example.ts index 1e953947e..9f4d0a46f 100644 --- a/packages/roslib/test/examples/topic-listener.example.ts +++ b/packages/roslib/test/examples/topic-listener.example.ts @@ -46,8 +46,7 @@ describe("Topics Example", function () { topic.on("unsubscribe", done); })); - // TODO: reenable when rosbridge is fixed in ROS 2 - it.skip("Listening to a PNG-compressed topic", async () => { + it("Listening to a PNG-compressed topic", async () => { const topic = ros.Topic<{ data: string }>({ name: "/png_test", messageType: "std_msgs/String",