Control LED using ROS Topics:
you need to install first the WiringPi library for the Raspberry Pi:
git clone https://github.com/WiringPi/WiringPi.git
cd WiringPi
./build
- Copy the folder 'led' to your catkin workspace src folder.
- build the workspace using
catkin_make
