Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fossils
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
Boman Romain
fossils
Commits
c0cece36
Commit
c0cece36
authored
10 months ago
by
Boman Romain
Browse files
Options
Downloads
Patches
Plain Diff
fix contact with cylinder test
parent
a2855ca3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
new loads
Pipeline
#23798
passed
10 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
models/dolicorhynchops/dolicorhynchops_10k_contact.py
+12
-8
12 additions, 8 deletions
models/dolicorhynchops/dolicorhynchops_10k_contact.py
with
12 additions
and
8 deletions
models/dolicorhynchops/dolicorhynchops_10k_contact.py
+
12
−
8
View file @
c0cece36
...
...
@@ -10,9 +10,6 @@ def parms(d={}):
import
os
path
=
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'
10k
'
)
p
[
'
bone
'
]
=
f
'
{
path
}
/mandible.ply
'
# p['contact_pts'] = f'{path}/teeth.off'
p
[
'
axis_pt1
'
]
=
[
0.1458893
,
-
73.13895
,
227.3909
]
p
[
'
axis_pt2
'
]
=
f
'
{
path
}
/RTMJ.off
'
p
[
'
muscles
'
]
=
[
{
'
file
'
:
f
'
{
path
}
/Lmuscle.ply
'
,
...
...
@@ -27,11 +24,18 @@ def parms(d={}):
'
method
'
:
'
T
'
}
]
p
[
'
fixations
'
]
=
{
'
contact_pts
'
:
[
'
x
'
,
'
y
'
,
'
z
'
],
'
axis_pt1
'
:
[
'
x
'
,
'
y
'
,
'
z
'
],
'
axis_pt2
'
:
[
'
x
'
,
'
y
'
,
'
z
'
]
}
p
[
'
fixations
'
]
=
[
{
'
name
'
:
'
axis_pt1
'
,
'
nodes
'
:
f
'
{
path
}
/LTMJ.off
'
,
'
direction
'
:
[
'
x
'
,
'
y
'
,
'
z
'
]
},
{
'
name
'
:
'
axis_pt2
'
,
'
nodes
'
:
[
-
8.716309
,
79.13171
,
233.8385
],
'
direction
'
:
[
'
x
'
,
'
z
'
]
}
]
p
[
'
food
'
]
=
'
cylinder
'
R
=
10
p
[
'
cylinder
'
]
=
{
...
...
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