Run RViz with configuration file from .launch file
Hi everyone!
I was wondering if there is any way you can open rviz from a launch file while openning a custom configuration. The terminal command would be:
rosrun rviz rviz -d `rospack find package_name`/rviz/config_file.rviz
Thank you!