Skip to content

Instantly share code, notes, and snippets.

View AlbertoCasasOrtiz's full-sized avatar
🏠
Working from home

Alberto AlbertoCasasOrtiz

🏠
Working from home
View GitHub Profile
### Keybase proof
I hereby claim:
* I am albertocasasortiz on github.
* I am albertcasasortiz (https://keybase.io/albertcasasortiz) on keybase.
* I have a public key ASBHZPqRi0uxEfRWZD_IuCFfN2PdOR1Hof2wvj2iKmZQnQo
To claim this, I am signing this object:
@AlbertoCasasOrtiz
AlbertoCasasOrtiz / fix-shared-libraries.txt
Created September 6, 2019 16:18
Fix error while loading shared libraries in CLion
Go to: Run -> Edit Configurations -> (select your application) -> Environment variables
Add the following environment variable:
LD_LIBRARY_PATH=/usr/local/lib
@AlbertoCasasOrtiz
AlbertoCasasOrtiz / install_turtlebot3.sh
Last active September 5, 2019 23:08
Install turtlebot3 in Ros Melodic and use with Gazebo
#!/bin/bash
### Instalation
# Go to catkin src directory:
cd ~/catkin_ws/src/
# Source setup.bash
source ../devel/setup.bash
# Clone repositories for turtlebot and dependencie of msgs: