Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rocolib
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
roco
rocolib
Merge requests
!24
Servofix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Servofix
mehtank/rocolib:servofix
into
main
Overview
0
Commits
3
Pipelines
1
Changes
6
Merged
mehtank
requested to merge
mehtank/rocolib:servofix
into
main
3 years ago
Overview
0
Commits
3
Pipelines
1
Changes
6
Expand
Fix servo mounting interfaces Add new servo type
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
2ff04f71
3 commits,
3 years ago
6 files
+
23
−
8
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
rocolib/builders/MountedServoBuilder.py
+
1
−
1
Options
@@ -9,6 +9,6 @@ c.addSubcomponent("servo", "ServoMotor", inherit=True, prefix=None)
c
.
inheritAllInterfaces
(
"
mount
"
,
prefix
=
None
)
c
.
inheritAllInterfaces
(
"
servo
"
,
prefix
=
None
)
c
.
addConnection
((
"
mount
"
,
"
mount.decoration
"
),
(
"
servo
"
,
"
horn
"
))
(
"
servo
"
,
"
mount
"
))
c
.
toLibrary
(
"
MountedServo
"
)