ScaledJTC - Added support for setting speedscaling factor via topic #871
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
this PR adds support for setting the speed scaling factor via
~/speed_scaling_factor
.The behavior can be activated by specifying
use_speed_scaling_topic_instead
in the controller configuration. Not specifying or setting the variable to false will keep the default behavior.This feature allows using the controller in multi arm setups or for usage with different hardware which doesn't have any
speed_scaling state
.EDIT: Just saw that I based the PR on the iron branch. If I should rebase it on the main branch let me know
EDIT2: As an alternative we could expose it as a parameter which would make a bit more similar to the
cartesian controllers
EDIT3: The topic can now be changed via the config file. This allows to have one speed_scaling_factor topic for multiple controllers. Default is still
~/speed_scaling_factor
.The topic is now transient_local.