How to install rosbridge on NAO robot
Hi, I am thinking about a possibility to install rosbridge on NAO robot. I've got an idea but im not sure if its correct idea. I am downloading (rosbridge) source files and put it into a VM where i've got a virtual NAO system. 1. I've installed there a ROS system. But what i do next. 2. I move download files to a directory my_workspace/src (this is a folder that was created during a tutorial "compilation From Virtual Nao": http://wiki.ros.org/nao/Installation/... ) 3. and then i just run a command: src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release 4. after a compilation i have to find dependencies and send them on the robot, where i've already installed ros system.
Do you think it would be right approach?