XCode and ROS integration
I am trying to set up XCode to work with ROS. To do so I am following this tutorial
However, at the very beginning of this manual I am running into a problem. When I execute this line
roscreate-pkg --xcproj cocoa_tutorial roscpp std_msgs
I got this error
Usage: roscreate-pkg <package-name> [dependencies...]
roscreate-pkg: error: no such option: --xcproj
Any ides how to fix this? Or better how to integrate ROS and Xcode?