ROBOTIS-GIT / turtlebot3_applications

Applications for TurtleBot3
http://turtlebot3.robotis.com
Apache License 2.0
84 stars 47 forks source link

Added 'joint state publisher gui' exec dependency #46

Closed joe28965 closed 2 years ago

joe28965 commented 3 years ago

If you launch the turtlebot3_automatic_parking_vision.launch launch file, you get the following error:

[WARN] [1604913455.107822, 31.792000]: The 'use_gui' parameter was specified, which is deprecated.  We'll attempt to find and run the GUI, but if this fails you should install the 'joint_state_publisher_gui' package instead and run that.  This backwards compatibility option will be removed in Noetic.
[ERROR] [1604913455.109143, 31.794000]: Could not find the GUI, install the 'joint_state_publisher_gui' package

I added the dependency for the gui, to make sure it gets installed using rosdep.