René's URL Explorer Experiment


Title: Add gain scheduling to create_statefbk_iosystem() by murrayrm · Pull Request #827 · python-control/python-control · GitHub

Open Graph Title: Add gain scheduling to create_statefbk_iosystem() by murrayrm · Pull Request #827 · python-control/python-control

X Title: Add gain scheduling to create_statefbk_iosystem() by murrayrm · Pull Request #827 · python-control/python-control

Description: This PR adds functionality to the create_statefbk_iosystem function, allowing it to be used to set up a simple gain scheduled controller. From the documentation: Gain scheduling on the desired state, desired input, or system state can be implemented by setting the gain to a 2-tuple consisting of a list of gains and a list of points at which the gains were computed, as well as a description of the scheduling variables ctrl, clsys = ct.create_statefbk_iosystem( sys, ([g1, ..., gN], [p1, ..., pN]), gainsched_indices=[s1, ..., sq]) The list of indices can either be integers indicating the offset into the controller input vector or a list of strings matching the names of the input signals. Example: # Create a simple nonlinear system to check (kinematic car) def unicycle_update(t, x, u, params): return np.array([np.cos(x[2]) * u[0], np.sin(x[2]) * u[0], u[1]]) def unicycle_output(t, x, u, params): return x unicycle = ct.NonlinearIOSystem( unicycle_update, unicycle_output, inputs = ['v', 'phi'], outputs = ['x', 'y', 'theta'], states = ['x_', 'y_', 'theta_']) # Speeds and angles at which to compute the gains speeds = [1, 5, 10] angles = np.linspace(0, pi/2, 4) points = list(itertools.product(speeds, angles)) # Gains for each speed (using LQR controller) Q = np.identity(unicycle.nstates) R = np.identity(unicycle.ninputs) gains = [np.array(ct.lqr(unicycle.linearize( [0, 0, angle], [speed, 0]), Q, R)[0]) for speed, angle in points] # # Schedule on desired speed and angle # # Create gain scheduled controller ctrl, clsys = ct.create_statefbk_iosystem( unicycle, (gains, points), gainsched_indices=['vd', 'theta']) Includes unit tests and documentation.

Open Graph Description: This PR adds functionality to the create_statefbk_iosystem function, allowing it to be used to set up a simple gain scheduled controller. From the documentation: Gain scheduling on the desired st...

X Description: This PR adds functionality to the create_statefbk_iosystem function, allowing it to be used to set up a simple gain scheduled controller. From the documentation: Gain scheduling on the desired st...

Opengraph URL: https://github.com/python-control/python-control/pull/827

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:7794e568-5abe-2c2d-70f2-0b2401e39639
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD670:264316:E5F8C7:131BC81:697C0657
html-safe-nonceb3432bb327365d0b8838cd7926d9a970f6492ce3168989ceaaa6e29b3e446ffe
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENjcwOjI2NDMxNjpFNUY4Qzc6MTMxQkM4MTo2OTdDMDY1NyIsInZpc2l0b3JfaWQiOiI2Mzk2MDU2NTE1NzY0ODE1NDQ3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac2bec7564afe50b823f0406c2dbb65039bf8ffb0f6f2a724e1c79e074b65eb5eb
hovercard-subject-tagpull_request:1179867979
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python-control/python-control/pull/827/files
twitter:imagehttps://avatars.githubusercontent.com/u/293362?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/293362?s=400&v=4
og:image:altThis PR adds functionality to the create_statefbk_iosystem function, allowing it to be used to set up a simple gain scheduled controller. From the documentation: Gain scheduling on the desired st...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneda4f0ee56809799586f8ee546b27f94fe9b5893edfbf87732e82be45be013b52
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python-control/python-control git https://github.com/python-control/python-control.git
octolytics-dimension-user_id2285872
octolytics-dimension-user_loginpython-control
octolytics-dimension-repository_id22791752
octolytics-dimension-repository_nwopython-control/python-control
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id22791752
octolytics-dimension-repository_network_root_nwopython-control/python-control
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2d0972e08a3f8dfff1c4bf1f3d026a7d3a209c26
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-control/python-control/pull/827/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-control%2Fpython-control%2Fpull%2F827%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-control%2Fpython-control%2Fpull%2F827%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=python-control%2Fpython-control
Reloadhttps://github.com/python-control/python-control/pull/827/files
Reloadhttps://github.com/python-control/python-control/pull/827/files
Reloadhttps://github.com/python-control/python-control/pull/827/files
python-control https://github.com/python-control
python-controlhttps://github.com/python-control/python-control
Notifications https://github.com/login?return_to=%2Fpython-control%2Fpython-control
Fork 447 https://github.com/login?return_to=%2Fpython-control%2Fpython-control
Star 2k https://github.com/login?return_to=%2Fpython-control%2Fpython-control
Code https://github.com/python-control/python-control
Issues 87 https://github.com/python-control/python-control/issues
Pull requests 8 https://github.com/python-control/python-control/pulls
Discussions https://github.com/python-control/python-control/discussions
Actions https://github.com/python-control/python-control/actions
Projects 0 https://github.com/python-control/python-control/projects
Wiki https://github.com/python-control/python-control/wiki
Security 0 https://github.com/python-control/python-control/security
Insights https://github.com/python-control/python-control/pulse
Code https://github.com/python-control/python-control
Issues https://github.com/python-control/python-control/issues
Pull requests https://github.com/python-control/python-control/pulls
Discussions https://github.com/python-control/python-control/discussions
Actions https://github.com/python-control/python-control/actions
Projects https://github.com/python-control/python-control/projects
Wiki https://github.com/python-control/python-control/wiki
Security https://github.com/python-control/python-control/security
Insights https://github.com/python-control/python-control/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython-control%2Fpython-control%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython-control%2Fpython-control%2Fissues%2Fnew%2Fchoose
murrayrmhttps://github.com/murrayrm
python-control:mainhttps://github.com/python-control/python-control/tree/main
murrayrm:gainsched-23Dec2022https://github.com/murrayrm/python-control/tree/gainsched-23Dec2022
Conversation 1 https://github.com/python-control/python-control/pull/827
Commits 6 https://github.com/python-control/python-control/pull/827/commits
Checks 0 https://github.com/python-control/python-control/pull/827/checks
Files changed https://github.com/python-control/python-control/pull/827/files
Please reload this pagehttps://github.com/python-control/python-control/pull/827/files
Add gain scheduling to create_statefbk_iosystem() https://github.com/python-control/python-control/pull/827/files#top
Show all changes 6 commits https://github.com/python-control/python-control/pull/827/files
8710ee2 initial implementation of gain scheduling murrayrm Dec 28, 2022 https://github.com/python-control/python-control/pull/827/commits/8710ee2df653a003f5412a97d8b344086fc29b9d
5fcf2b5 add processing for linear, cubic interpolation murrayrm Dec 28, 2022 https://github.com/python-control/python-control/pull/827/commits/5fcf2b57dc3eec173ff91b215c99393b02e23eaa
6e56b73 add gainsched label processing + unit tests for errors murrayrm Dec 28, 2022 https://github.com/python-control/python-control/pull/827/commits/6e56b733830cb339f82abd4ef7d07d90911e878e
21aa0a6 add examples, update documentation, small refactoring of code murrayrm Dec 29, 2022 https://github.com/python-control/python-control/pull/827/commits/21aa0a6fd563e360b23d8957a7aac6f27df4b937
0bfe921 small documentation updates murrayrm Dec 29, 2022 https://github.com/python-control/python-control/pull/827/commits/0bfe92142367f4580cb173402c286b846e024bdb
51f3b6b set default for gainsched_indices to xd + add unit test murrayrm Dec 30, 2022 https://github.com/python-control/python-control/pull/827/commits/51f3b6b3f9b3860813c5003dcb0e442a055be9e0
Clear filters https://github.com/python-control/python-control/pull/827/files
Please reload this pagehttps://github.com/python-control/python-control/pull/827/files
Please reload this pagehttps://github.com/python-control/python-control/pull/827/files
iosys.py https://github.com/python-control/python-control/pull/827/files#diff-12b378d96d36c9d59a9fbc5afbc7cc158d153ff7591b4769f8312772e1d74ed1
statefbk.py https://github.com/python-control/python-control/pull/827/files#diff-dbb4a524ae36f7833fa7b5991007098ea0b11b1f8a5d30831c641f5e6d39e0cb
iosys_test.py https://github.com/python-control/python-control/pull/827/files#diff-2d9f6fd1b76261b8663bd7fa89565809a728c32edd8b0f6e095177f80b6e5100
statefbk_test.py https://github.com/python-control/python-control/pull/827/files#diff-90f212319faaca2098d93d660936eab8762ef555c04db53a4b76e6ece773fc1d
iosys.rst https://github.com/python-control/python-control/pull/827/files#diff-65eeef9e016bf4e8497d036a1c484177a178fb456ca7f72258d8ce6f6fd81dfc
steering-gainsched.rst https://github.com/python-control/python-control/pull/827/files#diff-2dd8ff0f93ee608b244215b76e859056dd179dde70d5331e0810f78bc58b989c
steering-gainsched.py https://github.com/python-control/python-control/pull/827/files#diff-f5c038ad44849b4b666105a6384cfe98f765ce7f12ba992c1de6035b7813bdc5
control/iosys.pyhttps://github.com/python-control/python-control/pull/827/files#diff-12b378d96d36c9d59a9fbc5afbc7cc158d153ff7591b4769f8312772e1d74ed1
View file https://github.com/murrayrm/python-control/blob/51f3b6b3f9b3860813c5003dcb0e442a055be9e0/control/iosys.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python-control/python-control/pull/827/{{ revealButtonHref }}
https://github.com/python-control/python-control/pull/827/files#diff-12b378d96d36c9d59a9fbc5afbc7cc158d153ff7591b4769f8312772e1d74ed1
https://github.com/python-control/python-control/pull/827/files#diff-12b378d96d36c9d59a9fbc5afbc7cc158d153ff7591b4769f8312772e1d74ed1
https://github.com/python-control/python-control/pull/827/files#diff-12b378d96d36c9d59a9fbc5afbc7cc158d153ff7591b4769f8312772e1d74ed1
https://github.com/python-control/python-control/pull/827/files#diff-12b378d96d36c9d59a9fbc5afbc7cc158d153ff7591b4769f8312772e1d74ed1
https://github.com/python-control/python-control/pull/827/files#diff-12b378d96d36c9d59a9fbc5afbc7cc158d153ff7591b4769f8312772e1d74ed1
https://github.com/python-control/python-control/pull/827/files#diff-12b378d96d36c9d59a9fbc5afbc7cc158d153ff7591b4769f8312772e1d74ed1
control/statefbk.pyhttps://github.com/python-control/python-control/pull/827/files#diff-dbb4a524ae36f7833fa7b5991007098ea0b11b1f8a5d30831c641f5e6d39e0cb
View file https://github.com/murrayrm/python-control/blob/51f3b6b3f9b3860813c5003dcb0e442a055be9e0/control/statefbk.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python-control/python-control/pull/827/{{ revealButtonHref }}
https://github.com/python-control/python-control/pull/827/files#diff-dbb4a524ae36f7833fa7b5991007098ea0b11b1f8a5d30831c641f5e6d39e0cb
https://github.com/python-control/python-control/pull/827/files#diff-dbb4a524ae36f7833fa7b5991007098ea0b11b1f8a5d30831c641f5e6d39e0cb
https://github.com/python-control/python-control/pull/827/files#diff-dbb4a524ae36f7833fa7b5991007098ea0b11b1f8a5d30831c641f5e6d39e0cb
https://github.com/python-control/python-control/pull/827/files#diff-dbb4a524ae36f7833fa7b5991007098ea0b11b1f8a5d30831c641f5e6d39e0cb
https://github.com/python-control/python-control/pull/827/files#diff-dbb4a524ae36f7833fa7b5991007098ea0b11b1f8a5d30831c641f5e6d39e0cb
https://github.com/python-control/python-control/pull/827/files#diff-dbb4a524ae36f7833fa7b5991007098ea0b11b1f8a5d30831c641f5e6d39e0cb
https://github.com/python-control/python-control/pull/827/files#diff-dbb4a524ae36f7833fa7b5991007098ea0b11b1f8a5d30831c641f5e6d39e0cb
https://github.com/python-control/python-control/pull/827/files#diff-dbb4a524ae36f7833fa7b5991007098ea0b11b1f8a5d30831c641f5e6d39e0cb
https://github.com/python-control/python-control/pull/827/files#diff-dbb4a524ae36f7833fa7b5991007098ea0b11b1f8a5d30831c641f5e6d39e0cb
https://github.com/python-control/python-control/pull/827/files#diff-dbb4a524ae36f7833fa7b5991007098ea0b11b1f8a5d30831c641f5e6d39e0cb
https://github.com/python-control/python-control/pull/827/files#diff-dbb4a524ae36f7833fa7b5991007098ea0b11b1f8a5d30831c641f5e6d39e0cb
https://github.com/python-control/python-control/pull/827/files#diff-dbb4a524ae36f7833fa7b5991007098ea0b11b1f8a5d30831c641f5e6d39e0cb
Please reload this pagehttps://github.com/python-control/python-control/pull/827/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.