We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c865227 commit 66e71fcCopy full SHA for 66e71fc
1 file changed
packages/roslib/test/examples/topic-listener.example.ts
@@ -46,8 +46,7 @@ describe("Topics Example", function () {
46
topic.on("unsubscribe", done);
47
}));
48
49
- // TODO: reenable when rosbridge is fixed in ROS 2
50
- it.skip("Listening to a PNG-compressed topic", async () => {
+ it("Listening to a PNG-compressed topic", async () => {
51
const topic = ros.Topic<{ data: string }>({
52
name: "/png_test",
53
messageType: "std_msgs/String",
0 commit comments