Skip to content

Instantly share code, notes, and snippets.

View marco-tranzatto's full-sized avatar

Marco Tranzatto marco-tranzatto

View GitHub Profile
mkdir -p ~/catkin_ws/src
source /opt/ros/noetic/setup.bash
cd ~/catkin_ws
catkin init
catkin config --extend /opt/ros/noetic
catkin config --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo
chmod ugo+rwx git
@marco-tranzatto
marco-tranzatto / D Link DWA 172 - On Ubuntu 14.04
Last active August 29, 2017 09:00
Quick guide how to install driver for DWA-172 WiFi Antenna in Ubuntu 14.01
@marco-tranzatto
marco-tranzatto / rosbag_record.py
Created April 28, 2017 10:41
Rosbag record from python node
#!/usr/bin/env python
import rospy
import subprocess
import os
import signal
class RosbagRecord:
def __init__(self):