cpp-example-ros-bridge
cpp-example-ros-bridge copied to clipboard
An example implementation of a ROS to Rerun bridge
Results
3
cpp-example-ros-bridge issues
Sort by
recently updated
recently updated
newest added
I've just started using rerun and am trying out making a Marker-to-rerun standalone node (I don't think I've seen one elsewhere): https://github.com/lucasw/cpp-example-ros-bridge/blob/viz_markers/rerun_bridge/scripts/rerun_marker.py (so far it only converts a line strip,...
enhancement
fix: normalize ROS timestamps to prevent Rerun 32-bit time overflow - Add timestamp normalization to handle large ROS timestamps - Initialize time offset on first message received - Update all...