This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r ./perl5/lib/perl5/Git/FastExport/Stitch.pm Git-FastExport/lib/Git/FastExport/Stitch.pm | |
191,196c190,192 | |
< my $github_name; | |
< $github_name = "googlecartographer/"; $github_name .= $repo->{name}; | |
< | |
< $commit->{data} = | |
< "[$repo->{name}] " . $commit->{data} . "\nOriginal commit:\n" . | |
< $github_name. "@" .$repo->{mark_hashes}{$commit->{original_mark}}."\n"; | |
--- | |
> $commit->{data} = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
SOURCE_REPOS="cartographer cartographer_ros root:" | |
TARGET_REPO="cartographer_combined" | |
function update_repo() { | |
SOURCE=$(echo $1 | sed -E 's/:.*//') | |
cd $SOURCE | |
FIRST_RUN=$2 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Copyright 2016 The Cartographer Authors | |
-- | |
-- Licensed under the Apache License, Version 2.0 (the "License"); | |
-- you may not use this file except in compliance with the License. | |
-- You may obtain a copy of the License at | |
-- | |
-- http://www.apache.org/licenses/LICENSE-2.0 | |
-- | |
-- Unless required by applicable law or agreed to in writing, software | |
-- distributed under the License is distributed on an "AS IS" BASIS, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# scp-speed-test.sh | |
# Author: Alec Jacobson alecjacobsonATgmailDOTcom | |
# | |
# Test ssh connection speed by uploading and then downloading a 10000kB test | |
# file (optionally user-specified size) | |
# | |
# Usage: | |
# ./scp-speed-test.sh user@hostname [test file size in kBs] | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import rospy | |
import rosbag | |
import os | |
import sys | |
import argparse | |
def remove_tf(inbag,outbag,frame_ids): | |
rospy.loginfo(' Processing input bagfile: %s', inbag) | |
rospy.loginfo(' Writing to output bagfile: %s', outbag) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Check if we are executing as root | |
if [ $UID != 0 ]; then | |
sudo ./prepare_audio.sh; exit | |
fi | |
# The nvidia driver cannot be loaded while we are configuring the GPU. | |
# Check whether the nvidia kernel is loaded: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import roslib | |
import rospy | |
import math | |
import tf2_ros | |
import PyKDL | |
import geometry_msgs.msg | |
from math import pi | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python2 | |
import curses | |
import time | |
mypad_contents = [] | |
def main(scr): | |
# Create curses screen | |
scr.keypad(True) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1.000000, 0.000000, 0.000000, 0.000000], | |
[1.000000, 0.000000, 0.000000, 0.000138], | |
[1.000000, 0.000000, 0.000000, 0.000138], | |
[1.000000, 0.000000, 0.000000, 0.000138], | |
[1.000000, 0.000000, 0.000000, 0.000138], | |
[1.000000, 0.000000, 0.000000, 0.000138], | |
[1.000000, 0.000000, 0.000000, 0.000138], | |
[1.000000, 0.000000, 0.000000, 0.000138], | |
[1.000000, 0.000000, 0.000000, 0.000138], | |
[1.000000, 0.000000, 0.000000, 0.000138], |