This file contains hidden or 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
<br/> | |
<style> | |
.tabcontainer { | |
margin: 0 auto; | |
width: 100%; | |
} | |
.tabcontainer input { | |
height: 2.5em; | |
visibility: hidden; |
This file contains hidden or 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
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 |