Search found 14 matches

by ryanwallis
Wed May 03, 2017 12:11 pm
Forum: Support
Topic: High Z-oscillations when using multiple crazyradios
Replies: 4
Views: 3055

Re: High Z-oscillations when using multiple crazyradios

I ran 2 crazyflies on channel 20, at 1M and 1 crazyflie on channel 50 at 2M. The behavior is still present but there was an improvement. Additionally, the crazyflies are each carrying a 12-15g frame to hold motion tracking markers. Even though this fits under the weight limit, do you suppose this co...
by ryanwallis
Tue May 02, 2017 1:06 pm
Forum: Support
Topic: High Z-oscillations when using multiple crazyradios
Replies: 4
Views: 3055

High Z-oscillations when using multiple crazyradios

Hi all, I have been attempting to fly 3 crazyflies with 2 crazyradio PAs, motion capture system and Whoenig's ROS package. However, after a few seconds, the crazyflies begin to oscillate in the Z-axis, to at least 40cm about their desired position. The crazyradios are separate to each other by a met...
by ryanwallis
Wed Oct 26, 2016 3:44 am
Forum: Support
Topic: Address configure error
Replies: 24
Views: 19487

Re: Address configure error

1. I will be away from the lab for a few weeks so I will update when I can check the log file. The crash was every run.
2. Yes each radio is using different channels, I have also tried different data-rates
3. Yes unique address for each, and yes logging has been disabled
Okay, I see
by ryanwallis
Sat Oct 22, 2016 11:16 am
Forum: Support
Topic: Address configure error
Replies: 24
Views: 19487

Re: Address configure error

Hey Whoenig, you were right, it was the scanf function. However, I am getting an error running the server check_vrpn_cookie(): VRPN Note: minor version number doesn't match: (prefer 'vrpn: ver. 07.33', got 'vrpn: ver. 07.20 0'). This is not normally a problem. [ INFO] [1477135386.922091971]: Connect...
by ryanwallis
Fri Oct 21, 2016 8:08 am
Forum: Support
Topic: Address configure error
Replies: 24
Views: 19487

Re: Address configure error

Hey Whoenig, thanks for the suggestion. I tried running: roslaunch crazyflie_demo teleop_ps3.launch uri:=radio://0/20/2M/E7E7E7E701 But I received an error running the server, when using the requestBranch: process[rqt_plot3-9]: started with pid [14403] terminate called after throwing an instance of ...
by ryanwallis
Thu Oct 20, 2016 9:05 am
Forum: Support
Topic: Address configure error
Replies: 24
Views: 19487

Re: Address configure error

No, all the time, no idea as to why
by ryanwallis
Thu Oct 20, 2016 8:51 am
Forum: Support
Topic: Address configure error
Replies: 24
Views: 19487

Re: Address configure error

Found it... This computer was missing libusb-dbg! Thanks for all your help guys, will try everything out and report back if I still get problems Some other niche problems I encountered: Changing to: success = std::sscanf(link_uri.c_str(), "radio://%d/%d/%d%c/%llx", in Crazyflie.cpp And als...
by ryanwallis
Thu Oct 20, 2016 8:07 am
Forum: Support
Topic: Address configure error
Replies: 24
Views: 19487

Re: Address configure error

It could still be the decoding because with: success = std::sscanf(link_uri.c_str(), "radio://%d/%d/%d%c/%lx",... The address becomes: Radio Address:: 4294967295 But when it is: success = std::sscanf(link_uri.c_str(), "radio://%d/%d/%d%c/%llx",... print I added to crazyflie.cpp S...
by ryanwallis
Thu Oct 20, 2016 7:48 am
Forum: Support
Topic: Address configure error
Replies: 24
Views: 19487

Re: Address configure error

Hi Whoenig, Unfortunately that command did not work either, no data is being sent. OS: Ubuntu 14.04.3 LTS and compilers: The C compiler identification is GNU 4.8.4 -- The CXX compiler identification is GNU 4.8.4 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/c...
by ryanwallis
Wed Oct 19, 2016 4:11 am
Forum: Support
Topic: Address configure error
Replies: 24
Views: 19487

Re: Address configure error

Thank you for your help, I really appreciate it. This works: roslaunch crazyflie_demo teleop_ps3.launch uri:=radio://0/20/2M This doesn't: roslaunch crazyflie_demo teleop_ps3.launch uri:=radio://0/20/2M/E7E7E7E701 or this even.. roslaunch crazyflie_demo teleop_ps3.launch uri:=radio://0/20/2M/E7E7E7E...