omwdunkley / crazyflieROS

A GUI for controlling the Crazyflie with ROS input/output
GNU General Public License v2.0
87 stars 41 forks source link

Does this package compile on indigo? #3

Open rs1990 opened 9 years ago

rs1990 commented 9 years ago

i havent been able to get this running on indigo. is there an indigo branch? would love to have it working.

I also get this issue if i try to run it :

[ INFO] [1435872757.676331417]: Opened joystick: /dev/input/js1. deadzone_: 0.001000. WARNING: Package "cfclient" does not follow the version conventions. It should not contain leading zeros (unless the number is 0). process[reconfigure_gui-4]: started with pid [14625] Traceback (most recent call last): File "/home/maverick/indigo_ws/src/crazyflieROS/bin/joy_driver.py", line 7, in from crazyflieROS.msg import cmd as CFJoyMSG ImportError: No module named msg [CrazyFlieJoystickDriver-3] process has died [pid 14624, exit code 1, cmd /home/maverick/indigo_ws/src/crazyflieROS/bin/joy_driver.py name:=CrazyFlieJoystickDriver log:=/home/maverick/.ros/log/dbbc933e-2101-11e5-8e00-d0df9a8cc6bf/CrazyFlieJoystickDriver-3.log]. log file: /home/maverick/.ros/log/dbbc933e-2101-11e5-8e00-d0df9a8cc6bf/CrazyFlieJoystickDriver-3*.log [CrazyFlieJoystickDriver-3] restarting process

omwdunkley commented 9 years ago

Hey, sorry I wrote this code a while ago before indigo was released. It might work..not sure! One day Ill get around to cleaning all of this up, but due to other commitments it wont be any time soon, sorry!

I think you need to build the package to generate the msgs, that should at least solve the problem above!

Cheers

joaoolavo commented 8 years ago

@omwdunkley What ROS distro did you use?