Skip to content

Instantly share code, notes, and snippets.

View nathanmargaglio's full-sized avatar

Nathan Margaglio nathanmargaglio

View GitHub Profile

Conventional Commit Messages

See how a minor change to your commit message style can make a difference. Examples

Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs

Commit Formats

Default

@nathanmargaglio
nathanmargaglio / merge.py
Last active August 13, 2021 16:03 — forked from mfehr/mergebag.py
Merge ROS Bags
#!/usr/bin/env python
# From https://gist.github.com/mfehr/305c1d07f6ca6a6e70afe1f155843d17
import rosbag
import argparse
import os
import logging
logging.basicConfig()