ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Solved the problem by downloading/building/installing the source:

  1. Download source from github.com/ros-drivers/joystick_drivers

  2. unzip wiimote folder into /opt/ros/groovy/share/wiimote

  3. build and install:

    cd /opt/ros/groovy/share/wiimote
    mkdir build
    cd build
    cmake ../
    make
    make install

  4. start wiimote node: rosrun wiimote wiimote_node.py