Skip to content
Snippets Groups Projects
Commit 77fb51fa authored by Montaño Sarria, Andres Felipe's avatar Montaño Sarria, Andres Felipe
Browse files

ADD Page command

parent 1811b1b2
Branches
Tags
No related merge requests found
......@@ -46,6 +46,9 @@ ros-humble-slam-toolbox
ros-humble-moveit-core
ros-humble-gazebo-ros2-control
ros-humble-tf-transformations
ros-humble-rosbridge-server
ros-humble-rosbridge-suite
python3-tk
# PIP PACKAGES
transform3d
# EOF
......@@ -57,4 +57,10 @@ then
fi
# Tecnalia T
alias mountT='sudo mount -t cifs //tri.lan/tri /mnt/T --verbose -o username=110343,password=Iris\#1983,workgroup=TRI.LAN'
alias mountT='sudo mount -t cifs //tri.lan/tri /mnt/T --verbose -o vers=3.0,username=110343,password=Bageera\#1983,workgroup=TRI.LAN'
# Remove all stoped containers
function pagegui() {
project_name="$1"
python3 ~/apps/page/page.py $project_name
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment