GitLab | UTCN
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
robotics-toolbox-python
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Robot Control Systems
robotics-toolbox-python
Commits
f7a39c09
Commit
f7a39c09
authored
2 years ago
by
Ulici Ioana-Anamaria
Committed by
Davian Paul Martinovici
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Adding mass in the constructors of al5d(_mdw)
parent
10e96c28
Branches
Branches containing commit
No related tags found
1 merge request
!2
Cloned github repo and added gitlab repo changes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roboticstoolbox/models/DH/AL5D.py
+1
-0
1 addition, 0 deletions
roboticstoolbox/models/DH/AL5D.py
roboticstoolbox/models/DH/AL5D_mdw.py
+1
-0
1 addition, 0 deletions
roboticstoolbox/models/DH/AL5D_mdw.py
with
2 additions
and
0 deletions
roboticstoolbox/models/DH/AL5D.py
+
1
−
0
View file @
f7a39c09
...
...
@@ -91,6 +91,7 @@ class AL5D(DHRobot):
a
=
a
[
j
],
alpha
=
alpha
[
j
],
offset
=
offset
[
j
],
m
=
mass
[
j
],
r
=
center_of_mass
[
j
],
I
=
moments_of_inertia
[
j
],
G
=
1
,
...
...
This diff is collapsed.
Click to expand it.
roboticstoolbox/models/DH/AL5D_mdw.py
+
1
−
0
View file @
f7a39c09
...
...
@@ -94,6 +94,7 @@ class AL5D_mdw(DHRobot):
a
=
a
[
j
],
alpha
=
alpha
[
j
],
offset
=
offset
[
j
],
m
=
mass
[
j
],
r
=
center_of_mass
[
j
],
I
=
moments_of_inertia
[
j
],
G
=
1
,
...
...
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