Skip to content

Instantly share code, notes, and snippets.

@lucasw
lucasw / rqt_presentation_mode.md
Last active March 25, 2017 16:14
RQT presentation mode

jade

Install a set of branches to different plugins that clean up the rqt window to optionally get rid of unnecessary ui elements and topics:

Disable image transport plugins that aren't going to be used:

  cd ~/catkin_ws/src
 git clone https://github.com/lucasw/image_common
@lucasw
lucasw / bare_metal_x86.md
Created May 1, 2017 17:07
Bare metal x86 programming

How to develop software that could be put onto a thumb drive and most modern x86 systems (or old ones if 64-bit isn't required) could boot and run it?

What kind of emulator or VM is required? Want to be able to iterate as quickly as possible in standard linux dev environment then occasionally reboot to test it for real.

gcc is likely fine for the application, similar to the

Probably very similar to any bootloader application.

@lucasw
lucasw / atari2600_ca65.md
Last active May 2, 2017 13:27
atari 2600 with ca65

Open source Dark Forces tools?

Specification of GOB format, engine descriptions?

@lucasw
lucasw / wine.md
Last active June 25, 2017 13:07
wine install from source

Ubuntu 16.04 64-bit

Cloning the whole repo is super slow, probably should just get desired branch with a depth of 1.

sudo apt install bison libx11-dev:i386 libfreetype6-dev:i386

git clone git://source.winehq.org/git/wine.git wine
cd wine
git checkout remotes/origin/stable
@lucasw
lucasw / qemu_pi.md
Last active August 20, 2017 22:44
Raspbian Jesse on QEMU under Ubuntu 16.04
@lucasw
lucasw / openpose.md
Last active September 1, 2017 14:59
OpenPose on Ubuntu 16.04 with GeForce GTX 750