-
-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlotJuggler in ROS2 Launch file #561
Comments
no, there isn't |
Hi @facontidavide I know this has been closed, but I am facing the same issue, if there is no solution, what would you advise to do if I would like to launch plotjuggler with a launch file in ROS 2? |
Will think about this |
Might the removeROSArgs() (ROS1) or remove_ros_arguments() (ROS2) functions be of help? As the name says, they remove ROS arguments, allowing the code after it to work without the ROS arguments being in the way. |
I did not know about that. Sound as the right solution |
solution pushed |
Problem description
I am struggling to start plotjuggler in a ROS2 launch file. It seems that starting a Node in a launch file automatically passes the --ros-args argument and plotjuggler does not handle it. Is there a way to circumvent this, while using the Node class of ROS2 launch actions (and not ExecuteProcess)? Thank you!
Steps to reproduce
The text was updated successfully, but these errors were encountered: