Issues staring tf/static_transform_publisher for neato XV-11
I am running the following launch file on my Raspberry Pi Indigo installation.
<?xml version="1.0"?>
<launch>
<node pkg="xv_11_laser_driver" type="neato_laser_publisher" name="xv_11_node">
<!--<param name="port" value="/dev/tty.usbserial-A9UXLBBR"/>-->
<param name="port" value="/dev/ttyUSB0"/>
<param name="firmware_version" value="2"/>
<param name="frame_id" value="laser"/>
</node>
<node pkg="tf" type="static_transform_publisher" name="base_frame_2_laser" ar$
</launch>
But I am getting the following error
ERROR: cannot launch node of type [tf/static_transform_publisher]: tf
ROS path [0]=/opt/ros/indigo/share/ros
ROS path [1]=/opt/ros/indigo/share
ROS path [2]=/opt/ros/indigo/stacks
I have tried to build the tf package from source by cloning the git repository into "catkin_ws/src/tf" and running catkin_make from "~/catkin_ws" which is my workspace.
I am a ROS beginner and I'm having a lot of trouble getting this to work.
Thank you for you help