gitflow | git |
---|---|
git flow init |
git init |
git commit --allow-empty -m "Initial commit" |
|
git checkout -b develop master |
This file contains 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 bash | |
# This is an installation tutorial of the OROCOS v2.8 with the ROS Indigo and | |
# the Xenomai 2.6.4 on Ubuntu 14.04. | |
# The following is adapted from: | |
# https://help.ubuntu.com/community/Kernel/Compile#Alternate_Build_Method:_The_Old-Fashioned_Debian_Way | |
# http://www.xenomai.org/documentation/xenomai-2.6/README.INSTALL | |
# Update kernel | |
sudo apt-get install linux-image-generic-lts-trusty |
This file contains 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
# mount shared folders with user permissions | |
sudo mount -t vboxsf -o uid=1000,gid=1000 UNICAMP /home/vilma/UNICAMP/ | |
# The solution for me was to stop vboxadd and do a setup after that: | |
# cd /opt/VBoxGuestAdditions-*/init | |
# sudo ./vboxadd setup |
This file contains 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 | |
### BEGIN INIT INFO | |
# Provides: rtnet_kuka | |
# Required-Start: $local_fs | |
# Required-Stop: $local_fs | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# X-Interactive: false | |
# Short-Description: Starts RTNet components for the Kuka LWR | |
# Description: Start/stop RTNet components for the Kuka LWR 4+ at ISIR |
This file contains 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
d | |
_conf: Object | |
_events: Object | |
event: "connection" | |
groovyCompatibility: false | |
idCounter: 5 | |
isConnected: true | |
socket: WebSocket | |
__proto__: d | |