Skip to content

Conversation

@chachmu
Copy link
Contributor

@chachmu chachmu commented Jun 10, 2024

When first opening the param list give it 3 seconds to fetch the params from ROS. If it still hasn't populated the values or you want to refetch the values use the refresh button at the top of the panel.


// Expected format is: "/kenobi_node:stp_parameters.PlayName.ParamName"
const play_name = substrings[1];
const stp_param_name = substrings[2];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appears to assume all parameters are at the play level. Parameters can be created anywhere in the STP tree, so in reality we might have something like this: stp_parameters.StopPlay.EasyMoveTo.MaxVelocity.
How hard would it be to show that full tree?

Copy link
Contributor

@barulicm barulicm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's been a lot of offline conversations about parameters and how they should work in the future. We'll deal with the details of what this feature should become when we've figured out how parameters should work on the Kenobi side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants