Closed muttistefano closed 10 months ago
So I can reproduce the problem where it is adding a --ros-args
with no arguments on the end; we can look into that.
But I cannot reproduce the problem with the node crashing, nor with it giving the "deprecated" warning message. I'm not sure what is going on there. It would help to have a fully reproducible example here.
After talking about this a bit, there may be some issues in ros_gz_sim on how it parses command-line arguments. However, I'm still going to wait to hear back before we move it around, to see if we can reproduce the crash here.
After talking about this a bit, there may be some issues in ros_gz_sim on how it parses command-line arguments.
i guess is fixed :)
Bug report
Required Info:
Hi all, up to few days ago, the following launch snippet was working fine:
and it was creating the following command:
After a recent update, the generated command is the same, with the
--ros-args
appended :this line generates a segmentation fault.
I noticed that if i set the node name inside the Node name, something gets appended after
--ros-args
, but is not coherent with rcl:Is there a fix to this ? Thanks