robot_state_publisher and joint_state_publisher in launch file
Hi everyone,
I personally got stuck when setting up my robot. I followed the tutorial and by the end it seems to work. Now I want to launch only the EKF from robot_localization package (which works) but I need to launch a robot_state_publisher and a joint_state_publisher as well. When I comment all code lines containing Gazebo etc. the execution fails. The robot's properties as joints etc. are defined in an URDF-file. Therefore my question: How can I run the two publishing nodes correctly from the launch-file? There is no GUI needed.
I really hope anyone can help me.
Regards s0nc