You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This way one can make a pip-installable python package, and withou worrying about any ROS implementation details just run it as a very simple ros node. I have a working implementation of this feature in my fork, although I'm a newbie to ros and it's probably full of bugs etc
Completion Criteria
You can use both command line arguments and ros parameters to alter transform settings.
The text was updated successfully, but these errors were encountered:
Yes - relay accepts inputs this way, and work-in-progress throttle#20 does as well. You are right that this is useful, and the intended interface of the program.
I think the way to implement this is to have the argparse portion of transform add parameters to the NodeOptions for the created node. Then the node can read its Parameters for configuration, instead of being passed an argparse.Namespace.
Description
It would be immensly helpful to be able to set the parameters of
transform
via a yaml parameter file. For example, in a launch file:This way one can make a pip-installable python package, and withou worrying about any ROS implementation details just run it as a very simple ros node. I have a working implementation of this feature in my fork, although I'm a newbie to ros and it's probably full of bugs etc
Completion Criteria
You can use both command line arguments and ros parameters to alter
transform
settings.The text was updated successfully, but these errors were encountered: