- README.md
- src
- Tested with:
- Raspberry Pi 4B (4 GB) with Sandisk Extreme Pro (64 GB)
- ROS2 Foxy
- PCA9685
- ROS2
- PCA9685
- Install adafruit pca9685 and servokit library
sudo pip3 install adafruit-pca9685
sudo pip3 install adafruit-circuitpython-servokit
- Build workspace
cd <ws>
colcon build
cd <ws>
source ./install/setup.bash
ros2 run ros2_pca9685 listener
-
This code was created to produce PWM for a rotor that generates a maximum thrust of 15.0N
-
The mapping can be reconfigured by editing the <subscriber_member_function.py> file
- Tan Jun Kiat ([email protected])