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
Tim Kluge
panda_gazebo_workspace
Commits
0cd414d0
Commit
0cd414d0
authored
5 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
3639c57c
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-2
11 additions, 2 deletions
README.md
with
11 additions
and
2 deletions
README.md
+
11
−
2
View file @
0cd414d0
# A Complete Panda Gazebo Workspace
Remark: The state outside of the master branch must be considered as "work-in-progress". Only the master branch is stable here.
## Important Remarks:
-
Much of the code in the contained submodules is based on the information
[
Erdal Pekel's Blog
](
https://erdalpekel.de/
)
.
**Thanks, Erdal!**
-
The state outside of the master branch must be considered as "work-in-progress". Only the master branch is stable here.
-
Currently, only very simple use cases are contained here. We will gradually update the code. Watch this space!
-
The examples only work when
*all*
projects in this workspace are checked out.
## Requirements
...
...
@@ -9,7 +14,9 @@ Remark: The state outside of the master branch must be considered as "work-in-pr
## Installation
-
clone the repo
`git clone --recurse-submodules git@git-st.inf.tu-dresden.de:ceti/ros/panda_gazebo_workspace.git`
-
clone the repo
-
as a guest:
`git clone --recurse-submodules https://git-st.inf.tu-dresden.de/ceti/ros/panda_gazebo_workspace.git`
-
as a project member:
`git clone --recurse-submodules git@git-st.inf.tu-dresden.de:ceti/ros/panda_gazebo_workspace.git`
-
change into the workspace
`cd panda_gazebo_workspace`
-
install ROS package dependencies
`rosdep install --from-paths .`
-
build the workspace
`catkin build`
...
...
@@ -20,6 +27,8 @@ Remark: The state outside of the master branch must be considered as "work-in-pr
## Simulations
See the
[
README.md of the submodule
](
../../../../sample_applications/-/blob/master/README.md
)
for more information.
-
For planning and simulation based on rviz:
`roslaunch panda_simulation simulation.launch`
-
Execution of a simple motion:
`roslaunch sample_applications sample_simple_simulation.launch`
-
Execution of a simple motion costraint by a blocking object:
`roslaunch sample_applications sample_constraint_simulation.launch`
...
...
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