Adrian Macneil
Adrian Macneil
**Description** Anecdotal evidence is that `foxglove.Grid` is slower to render than ROS `nav_msgs/OccupancyGrid`, at least when using protobuf encoding. - Do we have a way to benchmark this? - How...
**Description** We support [ImageAnnotations](https://foxglove.dev/docs/studio/messages/image-annotations) messages, but when these show up in the Foxglove UI we call them `Markers`. We should rename the UI to say `Annotations` if this is our...
Foxglove alternative to ROS' [sensor_msgs/JointState](http://docs.ros.org/en/noetic/api/sensor_msgs/html/msg/JointState.html).
Currently, extensions only support implementing custom panels. We want to add support for extensions to implement a custom data source (player).
When playing the sample nuscenes data, we download the entire dataset multiple times over. We even re-download the entire dataset when I do things like delete a panel. We should...
From @wkalt: > yeah, there is some variance. the libs are 1MB for python and go, 768kb for C++, and 10MB for swift > with the go CLI using 8MB...
We should prove that all implementations implement correct log_time playback
Questions came up around sending 4 channels of raw images @ 15hz, ~8mb per frame (~1 Gbps per channel). We should create a simple performance test to generate data using...
## Description ROS 1 supported a `--repeat-latched` feature (https://github.com/ros/ros_comm/pull/1850) to repeat latched topics at the start of each bag split. As far as I can tell, rosbag2 does not have...
We should add `mcap` CLI to Debian universe and Fedora so that I can easily install it using apt/rpm.