Skip to content

Instantly share code, notes, and snippets.

Installation guide for ORB-SLAM on UBUNTU 22LTS

1. Installation of ORB-SLAM 3 on a fresh installed Ubuntu 22.04

Install all liberay dependencies.

sudo apt update
import itertools
import random
import time
try:
import numpy as np
import pybullet as p
import pybullet_data
except ImportError:
print("Run `pip install numpy pybullet`")
@hxdaze
hxdaze / setup-dashbutton.py
Created November 7, 2019 00:59 — forked from fffonion/setup-dashbutton.py
Setting up dash button without Amazon App
import requests
import re
import sys
# Initial work from: https://mpetroff.net/2016/07/new-amazon-dash-button-teardown-jk29lp/
h = requests.Session()
BASE_URL = "http://192.168.0.1"