Skip to content

forked from whoenig/crazyflie_ros, uses pwm values to control crazyflie 2.0

License

Notifications You must be signed in to change notification settings

jyaconelli/crazyflie_ros-pwm-control

Repository files navigation

crazyflie_ros-pwm-control

Clone the package into your catkin workspace:

git clone https://github.com/josephyaconelli/crazyflie_ros-pwm-control.git
cd crazyflie_ros
git submodule init
git submodule update

Use catkin_make on your workspace to compile.

To build and run:

./run.bash

If you have issues running, check the run.bash script. You may need to change the joy_dev location or crazyflie uri.

For more information, look at the readme for https://github.com/whoenig/crazyflie_ros.git Most of it will still pertain to this project.

Control messages are published to the /crazyflie/cmd_vel topic in the form of /crazyflie_driver/MotorControl messages:

uint16 m1
uint16 m2
uint16 m3
uint16 m4

Intended for use in conjunction with https://github.com/josephyaconelli/crazyflie-firmware-pwm-control

About

forked from whoenig/crazyflie_ros, uses pwm values to control crazyflie 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published