Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-rbprm-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
Jason Chemin
hpp-rbprm-corba
Commits
1d304f21
Commit
1d304f21
authored
9 years ago
by
Steve Tonneau
Browse files
Options
Downloads
Patches
Plain Diff
knees and wrist
parent
e12a589e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
script/loadfullbody.py
+1
-1
1 addition, 1 deletion
script/loadfullbody.py
script/loadhrp2crawl.py
+48
-14
48 additions, 14 deletions
script/loadhrp2crawl.py
src/rbprmbuilder.impl.cc
+1
-1
1 addition, 1 deletion
src/rbprmbuilder.impl.cc
with
50 additions
and
16 deletions
script/loadfullbody.py
+
1
−
1
View file @
1d304f21
...
@@ -33,7 +33,7 @@ fullBody.setCurrentConfig (q_init)
...
@@ -33,7 +33,7 @@ fullBody.setCurrentConfig (q_init)
q_init
=
fullBody
.
generateContacts
(
q_init
,
[
0
,
1
,
0
])
q_init
=
fullBody
.
generateContacts
(
q_init
,
[
0
,
1
,
0
])
r
(
q_init
)
r
(
q_init
)
fullBody
.
getContactSamplesIds
(
"
r_shoulder_pan_joint
"
,
q_init
,
[
0
,
1
,
0
])
fullBody
.
getContactSamplesIds
(
rLeg
,
q_init
,
[
0
,
1
,
0
])
#~ q_init = fullBody.getSample('r_shoulder_pan_joint', 1)
#~ q_init = fullBody.getSample('r_shoulder_pan_joint', 1)
#~ r (q_init)
#~ r (q_init)
This diff is collapsed.
Click to expand it.
script/loadhrp2crawl.py
+
48
−
14
View file @
1d304f21
...
@@ -26,33 +26,67 @@ r.loadObstacleModel ('hpp-rbprm-corba', "scene", "car")
...
@@ -26,33 +26,67 @@ r.loadObstacleModel ('hpp-rbprm-corba', "scene", "car")
#~ AFTER loading obstacles
#~ AFTER loading obstacles
rLeg
=
'
RLEG_JOINT0
'
rLeg
=
'
RLEG_JOINT0
'
rKnee
=
'
RLEG_JOINT3
'
rKnee
=
'
RLEG_JOINT3
'
rLegOffset
=
[
0.
1
05
,
0.05
5
,
-
0.017
]
rLegOffset
=
[
0.0
5
5
,
0.
1
05
,
0.017
]
rLegNormal
=
[
1
,
0
,
0
]
rLegNormal
=
[
0
,
-
1
,
0
]
rLegx
=
0.05
;
rLegy
=
0.05
rLegx
=
0.05
;
rLegy
=
0.05
fullBody
.
addLimb
(
rLeg
,
rKnee
,
rLegOffset
,
rLegNormal
,
rLegx
,
rLegy
,
5000
,
0.01
)
fullBody
.
addLimb
(
rLeg
,
rKnee
,
rLegOffset
,
rLegNormal
,
rLegx
,
rLegy
,
5000
,
0.01
)
lLeg
=
'
LLEG_JOINT0
'
lLeg
=
'
LLEG_JOINT0
'
lKnee
=
'
R
LEG_JOINT
0
'
lKnee
=
'
L
LEG_JOINT
3
'
lLegOffset
=
[
0.105
,
0.055
,
-
0.017
]
lLegOffset
=
[
0.105
,
0.055
,
-
0.017
]
lLegNormal
=
[
1
,
0
,
0
]
lLegNormal
=
[
0
,
-
1
,
0
]
lLegx
=
0.05
;
lLegy
=
0.05
lLegx
=
0.05
;
lLegy
=
0.05
#~ fullBody.addLimb(lLeg,lKnee,lLegOffset,rLegNormal, lLegx, lLegy, 5000, 0.01)
fullBody
.
addLimb
(
lLeg
,
lKnee
,
lLegOffset
,
rLegNormal
,
lLegx
,
lLegy
,
5000
,
0.01
)
#~
#~ AFTER loading obstacles
rarm
=
'
RARM_JOINT0
'
rHand
=
'
RARM_JOINT5
'
rArmOffset
=
[
0.03
,
-
0.050
,
-
0.050
]
rArmNormal
=
[
0
,
1
,
0
]
rArmx
=
0.024
;
rArmy
=
0.024
fullBody
.
addLimb
(
rarm
,
rHand
,
rArmOffset
,
rArmNormal
,
rArmx
,
rArmy
,
5000
,
0.01
)
#~ AFTER loading obstacles
larm
=
'
LARM_JOINT0
'
lHand
=
'
LARM_JOINT5
'
lArmOffset
=
[
0.03
,
-
0.050
,
-
0.050
]
lArmNormal
=
[
0
,
1
,
0
]
lArmx
=
0.024
;
lArmy
=
0.024
fullBody
.
addLimb
(
larm
,
lHand
,
lArmOffset
,
lArmNormal
,
lArmx
,
lArmy
,
5000
,
0.01
)
q_0
=
fullBody
.
getCurrentConfig
();
r
(
q_0
)
fullBody
.
client
.
basic
.
robot
.
setJointConfig
(
'
LARM_JOINT0
'
,[
1
])
fullBody
.
client
.
basic
.
robot
.
setJointConfig
(
'
LARM_JOINT0
'
,[
1
])
fullBody
.
client
.
basic
.
robot
.
setJointConfig
(
'
RARM_JOINT0
'
,[
-
1
])
fullBody
.
client
.
basic
.
robot
.
setJointConfig
(
'
RARM_JOINT0
'
,[
1
])
fullBody
.
client
.
basic
.
robot
.
setJointConfig
(
'
LLEG_JOINT3
'
,[
1.5
])
fullBody
.
client
.
basic
.
robot
.
setJointConfig
(
'
LLEG_JOINT3
'
,[
1.5
])
fullBody
.
client
.
basic
.
robot
.
setJointConfig
(
'
RLEG_JOINT3
'
,[
1.5
])
fullBody
.
client
.
basic
.
robot
.
setJointConfig
(
'
RLEG_JOINT3
'
,[
1.5
])
#~
fullBody
.
client
.
basic
.
robot
.
setJointConfig
(
'
base_joint_SO3
'
,[
0.7316888688738209
,
0
,
0.6816387600233341
,
0
]);
q_init
=
fullBody
.
getCurrentConfig
();
r
(
q_init
)
q_init
=
fullBody
.
getCurrentConfig
();
r
(
q_init
)
q_init
=
fullBody
.
getCurrentConfig
()
q_init
[
0
:
3
]
=
[
0
,
-
0.5
,
0.2
];
fullBody
.
setCurrentConfig
(
q_init
);
r
(
q_init
)
q_init
[
0
:
3
]
=
[
0
,
-
0.5
,
0.6
]
#~ configs = fullBody.getContactSamplesIds(rLeg, q_init, [0,1,0])
r
(
q_init
)
#~ i = 0
#~ q_init = fullBody.getSample(rLeg, int(configs[i])); i = i+1;r(q_init)
#~
#~ fullBody.setCurrentConfig (q_init)
q_init
=
fullBody
.
generateContacts
(
q_init
,
[
-
0.1
,
0
,
1
])
;
r
(
q_init
)
#~ r (q_init)
q_goal
=
q_init
[::]
q_goal
=
q_init
[::]
q_goal
[
0
:
3
]
=
[
1
,
-
0.5
,
0.6
]
q_goal
[
0
:
3
]
=
[
1
,
-
0.5
,
0.6
]
#~
#~ r (q_0)
#~ fullBody.setCurrentConfig (q_init)
#~ fullBody.setCurrentConfig (q_0)
#~ q_init = fullBody.generateContacts(q_init, [0,0,-1])
#~ fullBody.client.basic.robot.setJointConfig('LARM_JOINT0',[1])
#~ r (q_init)
#~ fullBody.client.basic.robot.setJointConfig('RARM_JOINT0',[1])
#~ fullBody.client.basic.robot.setJointConfig('LLEG_JOINT3',[1.5])
#~ fullBody.client.basic.robot.setJointConfig('RLEG_JOINT3',[1.5])
#~ fullBody.client.basic.robot.setJointConfig('base_joint_SO3',[0.7316888688738209, 0, 0.6816387600233341, 0]); q_init = fullBody.getCurrentConfig (); r (q_init)
#~ q_init = fullBody.getCurrentConfig (); r (q_init)
#~ q_init [0:3] = [0, -0.5, 0.2]; fullBody.setCurrentConfig (q_init); r (q_init)
#~ q_init = fullBody.generateContacts(q_init, [-0.1,0,1]) ; r(q_init)
This diff is collapsed.
Click to expand it.
src/rbprmbuilder.impl.cc
+
1
−
1
View file @
1d304f21
...
@@ -240,7 +240,7 @@ namespace hpp {
...
@@ -240,7 +240,7 @@ namespace hpp {
+
std
::
string
(
limbname
)
+
" to robot; limb not defined exists"
);
+
std
::
string
(
limbname
)
+
" to robot; limb not defined exists"
);
}
}
const
RbPrmLimbPtr_t
&
limb
=
lit
->
second
;
const
RbPrmLimbPtr_t
&
limb
=
lit
->
second
;
fcl
::
Transform3f
transform
=
limb
->
limb_
->
robot
()
->
rootJoint
()
->
currentTransformation
();
// get root transform from configuration
fcl
::
Transform3f
transform
=
limb
->
limb_
->
robot
()
->
rootJoint
()
->
childJoint
(
0
)
->
currentTransformation
();
// get root transform from configuration
std
::
vector
<
sampling
::
T_OctreeReport
>
reports
(
problemSolver_
->
collisionObstacles
().
size
());
std
::
vector
<
sampling
::
T_OctreeReport
>
reports
(
problemSolver_
->
collisionObstacles
().
size
());
std
::
size_t
i
(
0
);
std
::
size_t
i
(
0
);
//#pragma omp parallel for
//#pragma omp parallel for
...
...
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