robot state publisher error
I am learning ROS tutorial (Building a Visual Robot Model with URDF from Scratch) and when I rum this command
roslaunch urdf_tutorial display.launch model:=01-myfirst.urdf
I got following result.
ERROR: cannot launch node of type [robot_state_publisher/state_publisher]: robot_state_publisher ROS path [0]=/opt/ros/hydro/share/ros ROS path [1]=/home/wafeeq/catkin_ws/src/pr2_common ROS path [2]=/opt/ros/hydro/share ROS path [3]=/opt/ros/hydro/share ROS path [4]=/opt/ros/hydro/stacks
I have also installed robot_state_publisher but it could not find state_publisher a node of it. ERROR: cannot launch node of type [robot_state_publisher/state_publisher]: can't locate node [state_publisher] in package [robot_state_publisher]
Can anybody help me please?
I'm trying to incorporate gazebo_ros_control plugin in my own urdf and starting by just putting a controller on a single joint. I keep getting the same error saying "cannont launch node of this type..." ros-hydro-robot-state-publisher installed. Did you find a solution to this?