Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Servo] Set static parameters as read-only #2381

Merged
merged 3 commits into from
Sep 25, 2023

Conversation

ibrahiminfinite
Copy link
Contributor

Description

Fixes #2367

Many parameters in servo should not be changed during runtime.
This PR sets such parameters as read-only through the generate_parameter_library.
The parameters have also been grouped in a more meaningful manner.

Ping: @sea-bass @AndyZe

@ibrahiminfinite ibrahiminfinite changed the title [Servo] Set non dynamic parameters as read-only [Servo] Set static parameters as read-only Sep 23, 2023
@codecov
Copy link

codecov bot commented Sep 23, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02% ⚠️

Comparison is base (94fea79) 50.74% compared to head (3fd651b) 50.71%.

❗ Current head 3fd651b differs from pull request most recent head 2b7e578. Consider uploading reports for the commit 2b7e578 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2381      +/-   ##
==========================================
- Coverage   50.74%   50.71%   -0.02%     
==========================================
  Files         386      386              
  Lines       31970    31970              
==========================================
- Hits        16219    16211       -8     
- Misses      15751    15759       +8     

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Co-authored-by: AndyZe <andyz@utexas.edu>
@AndyZe AndyZe enabled auto-merge (squash) September 25, 2023 17:15
@AndyZe AndyZe merged commit cc75143 into moveit:main Sep 25, 2023
6 of 7 checks passed
m-elwin pushed a commit to m-elwin/moveit2 that referenced this pull request Dec 4, 2023
* Make some params read-only + grouping

* Apply suggestions from code review

Co-authored-by: AndyZe <andyz@utexas.edu>

* Allow dynamic initialization of velocity scales

---------

Co-authored-by: AndyZe <andyz@utexas.edu>
@ibrahiminfinite ibrahiminfinite deleted the read-only-params branch February 24, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Servo] Set paramters that will/should not be updated during runtime to read-only
3 participants