Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gepetto-viewer-corba
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
Gepetto
gepetto-viewer-corba
Commits
a0acb8ee
Commit
a0acb8ee
authored
8 years ago
by
Joseph Mirabel
Committed by
Joseph Mirabel
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
c2cbc50d
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
+4
-10
4 additions, 10 deletions
README.md
with
4 additions
and
10 deletions
README.md
+
4
−
10
View file @
a0acb8ee
...
...
@@ -76,11 +76,11 @@ For convenience, robots and environments can be predefined.
OPTIONS
=
""
# PR2 from hpp_tutorial
gepetto-gui
-g
${
OPTIONS
}
--add-robot
"PR2-hpp_tutorial,pr2,planar,pr2,hpp_tutorial,
"
`
rospack find hpp_tutorial
`
",,_manipulation,"
`
rospack find pr2_description|
sed
's/pr2_description$//'
`
gepetto-gui
-g
${
OPTIONS
}
--add-robot
"PR2-hpp_tutorial,pr2,planar,pr2,hpp_tutorial,
,_manipulation"
# HRP2
gepetto-gui
-g
${
OPTIONS
}
--add-robot
"HRP2,hrp2,freeflyer,hrp2_14,hrp2_14_description,"
`
rospack find hrp2_14_description
`
",,,"
`
rospack find hrp2_14_description|
sed
's/hrp2_14_description$//'
`
gepetto-gui
-g
${
OPTIONS
}
--add-robot
"HRP2,hrp2,freeflyer,hrp2_14,hrp2_14_description,
,
"
# Romeo
gepetto-gui
-g
${
OPTIONS
}
--add-robot
"Romeo,romeo,freeflyer,romeo,romeo_description,
"
`
rospack find romeo_description
`
",,H37V1,"
`
rospack find romeo_description|
sed
's/romeo_description$//'
`
gepetto-gui
-g
${
OPTIONS
}
--add-robot
"Romeo,romeo,freeflyer,romeo,romeo_description,
,H37V1"
```
*
Environments:
...
...
@@ -90,7 +90,7 @@ gepetto-gui -g ${OPTIONS} --add-robot "Romeo,romeo,freeflyer,romeo,romeo_descrip
OPTIONS
=
""
# Kitchen
gepetto-gui
-g
${
OPTIONS
}
--add-env
"Kitchen,kitchen,iai_maps,
"
`
rospack find iai_maps
`
",kitchen_area,"
`
rospack find iai_maps|
sed
's/iai_maps$//'
`
gepetto-gui
-g
${
OPTIONS
}
--add-env
"Kitchen,kitchen,iai_maps,
kitchen_area"
```
###### Manually
...
...
@@ -102,20 +102,16 @@ RobotName=pr2
ModelName=pr2
RootJointType=planar
Package=hpp_tutorial
PackagePath=${CMAKE_INSTALL_PREFIX}/share/hpp_tutorial
URDFSuffix=
SRDFSuffix=_manipulation
MeshDirectory=/opt/ros/hydro/share/
[HRP2]
RobotName=hrp2_14
ModelName=hrp2_14
RootJointType=freeflyer
Package=hrp2_14_description
PackagePath=${CMAKE_INSTALL_PREFIX}/share/hrp2_14_description
URDFSuffix=
SRDFSuffix=
MeshDirectory=${CMAKE_INSTALL_PREFIX}/share/
```
Open
`${CMAKE_INSTALL_PREFIX}/etc/gepetto-gui/environments.conf`
and write:
...
...
@@ -123,9 +119,7 @@ Open `${CMAKE_INSTALL_PREFIX}/etc/gepetto-gui/environments.conf` and write:
[Kitchen]
RobotName=Kitchen
Package=iai_maps
PackagePath=${CMAKE_INSTALL_PREFIX}/share/iai_maps
URDFFilename=kitchen_area
MeshDirectory=${CMAKE_INSTALL_PREFIX}/share/
```
Note: Do not forget to replace
`${CMAKE_INSTALL_PREFIX}`
by a relevant path.
...
...
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