Skip to content

Instantly share code, notes, and snippets.

View andrebrito16's full-sized avatar
🚀
just dreaming

André Brito andrebrito16

🚀
just dreaming
View GitHub Profile
@andrebrito16
andrebrito16 / settings.json
Last active July 1, 2024 22:52
My Personal VsCode config with vim mode [NVIM]
{
// open json editor for settings
"workbench.settings.editor": "json",
// Theme
"workbench.colorTheme": "Aura Dark",
"workbench.iconTheme": "moxer-icons",
// Change font
"editor.fontFamily": "Geist Mono",
@andrebrito16
andrebrito16 / settings.json
Created January 12, 2023 03:42
My VsCode settings file
{
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
@andrebrito16
andrebrito16 / setup.zsh
Created May 25, 2022 15:08
Catkin setup.zsh
#!/usr/bin/env zsh
# generated from catkin/cmake/templates/setup.zsh.in
CATKIN_SHELL=zsh
# source setup.sh from same directory as this file
_CATKIN_SETUP_DIR=$(builtin cd -q "`dirname "$0"`" > /dev/null && pwd)
emulate -R zsh -c 'source "$_CATKIN_SETUP_DIR/setup.sh"'
#############
# Robotica #
#############
export IPBerry=192.168.42.36
# CANCELE com # as linhas ROS_MASTER_URI e ROS_IP se estiver usando com Gazebo, Sphinx ou Bebop
export ROS_MASTER_URI="http://"$IPBerry":11311"
export ROS_IP=`hostname -I |awk '{print $1}'`
#escolha qual o modelo robo sera usado no simulador