Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Alberto Ruiz Garcia
Firmware
Commits
a2a04510
Commit
a2a04510
authored
10 years ago
by
Thomas Gubler
Browse files
Options
Downloads
Patches
Plain Diff
ros workspace setup scripts: use master branch
parent
69f50bea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Tools/ros/docker/px4-ros-full/scripts/setup-workspace.sh
+1
-3
1 addition, 3 deletions
Tools/ros/docker/px4-ros-full/scripts/setup-workspace.sh
Tools/ros/px4_workspace_setup.sh
+0
-3
0 additions, 3 deletions
Tools/ros/px4_workspace_setup.sh
with
1 addition
and
6 deletions
Tools/ros/docker/px4-ros-full/scripts/setup-workspace.sh
+
1
−
3
View file @
a2a04510
...
...
@@ -18,9 +18,7 @@ echo "source $WORKSPACE/devel/setup.bash" >> ~/.bashrc
# PX4 Firmware
cd
$WORKSPACE
/src
git clone https://github.com/PX4/Firmware.git
\
&&
cd
Firmware
\
&&
git checkout ros
git clone https://github.com/PX4/Firmware.git
# euroc simulator
cd
$WORKSPACE
/src
...
...
This diff is collapsed.
Click to expand it.
Tools/ros/px4_workspace_setup.sh
+
0
−
3
View file @
a2a04510
...
...
@@ -7,9 +7,6 @@ cd src
# PX4 Firmware
git clone https://github.com/PX4/Firmware.git
cd
Firmware
git checkout ros
cd
..
# euroc simulator
git clone https://github.com/PX4/euroc_simulator.git
...
...
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