fix node args used to launch joy nodes via launch file#309
fix node args used to launch joy nodes via launch file#309peci1 merged 2 commits intoros-drivers:ros2from
Conversation
Signed-off-by: Andreas Loeffler <73336148+andreas-loeffler@users.noreply.github.com>
peci1
left a comment
There was a problem hiding this comment.
Thanks for the fix. I really wonder where does the previous syntax come from... Even Humble does not seem to be using it. So I think merging this fix is safe if we consider that ros2 branch should work on all supported distros, which is currently Humble, Jazzy, Kilted and Rolling.
One thing I'd like to sneak in in this PR: would you please also change this line
to readdevice_name: ""? Otherwise, the launch files are useless...
|
Anyways, I'd like to switch to XML launch files and deprecate the Python ones, but that's for a different PR... |
Signed-off-by: Andreas Loeffler <73336148+andreas-loeffler@users.noreply.github.com>
fixed in c3e4944 I think the "node_" prefix was an artifact from dashing/eloquent, its deprecated since foxy haha |
lmk if u want me to open an issue regarding that. I'd be happy to take a look at that! |
Please do! Thanks ;) |
FIX
This PR is fixing the usage of the ComposableNode and Node arguments to work under ros2 jazzy and rolling, by removing the outdated node_ prefix for the class arguments