Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
panda_gazebo_workspace
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
Container registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nikhil Ambardar
panda_gazebo_workspace
Commits
f13223fb
Commit
f13223fb
authored
5 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md to fix #2
parent
0cd414d0
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
README.md
+14
-4
14 additions, 4 deletions
README.md
with
14 additions
and
4 deletions
README.md
+
14
−
4
View file @
f13223fb
...
@@ -14,10 +14,20 @@
...
@@ -14,10 +14,20 @@
## Installation
## Installation
-
clone the repo
-
There are two ways to install, using git submodules or by cloning the required ros packages individually.
-
as a guest:
`git clone --recurse-submodules https://git-st.inf.tu-dresden.de/ceti/ros/panda_gazebo_workspace.git`
-
**Either**
clone this repo and its submodules (recommended for fresh installations):
-
as a project member:
`git clone --recurse-submodules git@git-st.inf.tu-dresden.de:ceti/ros/panda_gazebo_workspace.git`
-
as a guest:
`git clone --recurse-submodules https://git-st.inf.tu-dresden.de/ceti/ros/panda_gazebo_workspace.git panda_gazebo_workspace`
-
change into the workspace
`cd panda_gazebo_workspace`
-
as a project member:
`git clone --recurse-submodules git@git-st.inf.tu-dresden.de:ceti/ros/panda_gazebo_workspace.git panda_gazebo_workspace`
-
change into the workspace
`cd panda_gazebo_workspace`
-
**Or**
clone the provided packages individually (recommended for existing ROS workspaces or if you do not understand or like submodules)
-
if you do not have a catkin workspace yet, create on
`mkdir -p panda_gazebo_workspace/src`
-
change into a
`src`
directory of a catkin workspace, e.g. with
`cd panda_gazebo_workspace/src`
-
clone the for provided packages into the
`src`
directory
-
`git clone https://git-st.inf.tu-dresden.de/ceti/ros/franka_description.git`
**or**
`git clone git@git-st.inf.tu-dresden.de:ceti/ros/franka_description.git`
-
`git clone https://git-st.inf.tu-dresden.de/ceti/ros/panda_moveit_config.git`
**or**
`git clone git@git-st.inf.tu-dresden.de:ceti/ros/panda_moveit_config.git`
-
`git clone https://git-st.inf.tu-dresden.de/ceti/ros/panda_simulation.git`
**or**
`git clone git@git-st.inf.tu-dresden.de:ceti/ros/panda_simulation.git`
-
`git clone https://git-st.inf.tu-dresden.de/ceti/ros/sample_applications.git`
**or**
`git clone git@git-st.inf.tu-dresden.de:ceti/ros/sample_applications.git`
-
change into the workspace main directory
`cd ..`
-
install ROS package dependencies
`rosdep install --from-paths .`
-
install ROS package dependencies
`rosdep install --from-paths .`
-
build the workspace
`catkin build`
-
build the workspace
`catkin build`
-
source the config: depending on your shell
-
source the config: depending on your shell
...
...
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