Skip to content

Instantly share code, notes, and snippets.

View l1va's full-sized avatar
🦁
^_^

Mike Ivanov l1va

🦁
^_^
View GitHub Profile
@l1va
l1va / html_tabs_with_css_only.html
Last active May 29, 2018 12:41
Html tabs that can be inserted inside body tag
<br/>
<style>
.tabcontainer {
margin: 0 auto;
width: 100%;
}
.tabcontainer input {
height: 2.5em;
visibility: hidden;
@l1va
l1va / install_cartographer_proto_locally.sh
Last active July 2, 2020 15:41
Custom cartographer installation to not update system protobuf
cd ~/catkin_ws
# Install wstool and rosdep.
sudo apt-get update
sudo apt-get install -y python-wstool python-rosdep ninja-build
# Build sources with old protobuf firstly
catkin_make_isolated --install --use-ninja -DCATKIN_ENABLE_TESTING=false
wstool init src