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

There is a library called wiringPi which implements more features than the BCM library and is a lot easier to use. I started writing a ROS wrapper using the bosch_drivers architecture. If you only want to access the GPIOs, the code should work out of the box, there is even a gpio test program. Just follow the instructions in then README

https://github.com/kalectro/raspi_interface

There is a library called wiringPi which implements more features than the BCM library and is a lot easier to use. I started writing a ROS wrapper using the bosch_drivers architecture. If you only want to access the GPIOs, the code should work out of the box, there is even a gpio test program. I2C is implemented but not tested. It would be great if you could contribute. Just follow the instructions in then README

https://github.com/kalectro/raspi_interface

There is a library called wiringPi which implements more features than the BCM library and is a lot easier to use. I started writing a ROS wrapper using the bosch_drivers architecture. If you only want to access the GPIOs, the code should work out of the box, there is even a gpio test program. I2C is implemented but not tested. It would be great if you could contribute. Just follow the instructions in then the README

https://github.com/kalectro/raspi_interface