Question about tutorial "Publishing Odometry Information over ROS"
http://wiki.ros.org/navigation/Tutori...
it says:
Add the dependancy to your package's manifest.xml
<depend package="tf"/>
<depend package="nav_msgs"/>
i dont have manifest.xml, i have package.xml and if i add it there it returns errors. where do i put it and how do i run the code from tutorial??