***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Project root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LVA Mobile Robotics
WS2024
Project root
Commits
a3c942df
Commit
a3c942df
authored
10 months ago
by
Bader, Markus
Browse files
Options
Downloads
Patches
Plain Diff
minor
parent
fce4785d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
env.sh
+1
-1
1 addition, 1 deletion
env.sh
with
1 addition
and
1 deletion
env.sh
+
1
−
1
View file @
a3c942df
# skript to source a ros2 project
PROJECT_NAME
=
$(
basename
"
$PWD
"
)
if
[
!
-f
$PWD
/.env.local
]
;
then
echo
"A 'env.local' will be created with the project name '
$PROJECT_NAME
'"
echo
"A '
.
env.local' will be created with the project name '
$PROJECT_NAME
'"
echo
"export ROS_DISTRO=jazzy # defines your ROS distro"
>
.env.local
echo
"export PROJECT_NAME=
$PROJECT_NAME
# defines your project name"
>>
.env.local
echo
'export MR_DIR=${PROJECTS_DIR}/${PROJECT_NAME} # defines your project root for MR_ROOT'
>>
.env.local
...
...
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