Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Development_Environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Montaño Sarria, Andres Felipe
Development_Environment
Commits
77fb51fa
Commit
77fb51fa
authored
1 year ago
by
Montaño Sarria, Andres Felipe
Browse files
Options
Downloads
Patches
Plain Diff
ADD Page command
parent
1811b1b2
Branches
Branches containing commit
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dockerfiles/ws_dependencies/humble_requirements.txt
+4
-1
4 additions, 1 deletion
dockerfiles/ws_dependencies/humble_requirements.txt
dotfiles/system.sh
+7
-1
7 additions, 1 deletion
dotfiles/system.sh
with
11 additions
and
2 deletions
dockerfiles/ws_dependencies/humble_requirements.txt
+
4
−
1
View file @
77fb51fa
...
...
@@ -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
\ No newline at end of file
# EOF
This diff is collapsed.
Click to expand it.
dotfiles/system.sh
+
7
−
1
View file @
77fb51fa
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment