Is the Tag in Package.xml redundant?
Am learning :::ROS from here: http://wiki.ros.org/ROS/Tutorials/Wri...
but is not 100% clear to me what is this in the package.xml file
find_package(catkin REQUIRED COMPONENTS roscpp rospy std_msgs genmsg)
I need to do REQUIRED and COMPONENTS, but hold on, is not a roscpp required too? what belowns to REQUIRED and what to COMPONENTS ???
Thanks!
Are you sure that
roscpp
is required? What if I wrote my entire ROS package in Python? Wouldroscpp
still be required?