Skip to content

Instantly share code, notes, and snippets.

View burakaksoy's full-sized avatar

Burak Aksoy burakaksoy

View GitHub Profile
@burakaksoy
burakaksoy / speedup_video.sh
Last active May 4, 2024 18:55
A Quick video speedup bash script using 'mencoder'
#!/bin/bash
# Speed Up Video Script
# This script speeds up a video file using mencoder.
#
# Install:
# sudo apt install mencoder
#
# Save this script as: speedup_video.sh
#
@burakaksoy
burakaksoy / SAWYER SIMULATOR SETUP GUIDE.txt
Created March 17, 2020 23:22
Sawyer-Simulation-with-RobotRaconteur-v0.9
SAWYER SIMULATOR SETUP
Date: Tue 17 Mar 2020 05:20:31 PM EDT
Author: Burak Aksoy
STEPS FOR A FRESHLY INSTALLED UBUNTU 18.04
------
NOTE:
-A question: Can I use Ubuntu Xenial(16.04) and ROS kinetic instead of Bionic and Melodic?
-Answer: The teach pendant will be targeting a minimum Python version of 3.6. Version 3.6 added some important features like type hints. Unfortunately Ubuntu Xenial uses Python 3.5, so we will need to use a minimum of Ubuntu Bionic.