Schemas, Channels & Messages in MCAP
mmhaskell.com·1h
🔗Monadic Parsing
Preview
Report Post

Welcome to part 3 of our series on parsing ROS bags in the MCAP format. In Part 1, we went over the basics of ROS and MCAP, and wrote some simple parsers. In Part 2, we filled out our parser enough to see the complete record structure of our bag. In this part, we’re going to filter messages so that we only get those messages that are associated with particular topics. This will leave us with the actual data inside those messages, which we’ll parse in the next part!

To learn more about parsing, you should sign up for our course Solve.hs. The 4th module will teach you important Haskell parsing …

Similar Posts

Loading similar posts...