Closed dujeong closed 1 year ago
No, it is not a dynamic parameter, but it could be made one if you opened a PR :smile:
@SteveMacenski I made PR! Please review the source code. :) https://github.com/SteveMacenski/spatio_temporal_voxel_layer/pull/259
I'll continue convo in the PR
I wonder if the parameter
enabled
is a dynamically operated parameter. If I change it usingrqt
after loading, it doesn't work. (It keeps the initial value)There seems to be no dynamic change in the "enabled" parameter from the source, is that right?
I also looked up the "enabled" related content in the previous issue list, and it seems to have been related to the problem of unregistering and registering the subscriber.
If the issue has already been answered, can you tell me the link? I would appreciate it if you could let me know if there is anything I am mistaken about the "enabled" parameter.
Below is the yaml file that I set the "enabled" parameter.
And I used stvl by source build. (branch: ros2)