Skip to content

Commit 66e71fc

Browse files
authored
Re-enable PNG-compressed topic listener test (#1116)
1 parent c865227 commit 66e71fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/roslib/test/examples/topic-listener.example.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ describe("Topics Example", function () {
4646
topic.on("unsubscribe", done);
4747
}));
4848

49-
// TODO: reenable when rosbridge is fixed in ROS 2
50-
it.skip("Listening to a PNG-compressed topic", async () => {
49+
it("Listening to a PNG-compressed topic", async () => {
5150
const topic = ros.Topic<{ data: string }>({
5251
name: "/png_test",
5352
messageType: "std_msgs/String",

0 commit comments

Comments
 (0)