Search found 159 matches

by RyanMco
Thu Dec 12, 2019 7:44 am
Forum: Developer discussions
Topic: Parameter's manipulation
Replies: 10
Views: 25440

Re: Parameter's manipulation

So if I change the switch into file ranger2.c to switch =1
so the other file will consider the value switch as 1 .. yeah?
by RyanMco
Thu Dec 12, 2019 7:41 am
Forum: Developer Discussions
Topic: Deviation issue
Replies: 10
Views: 4014

Re: Deviation issue

THANKS ! apparently I will not use pointers .. it sounds there're problematic


thanks
by RyanMco
Thu Dec 12, 2019 6:42 am
Forum: Developer discussions
Topic: Parameter's manipulation
Replies: 10
Views: 25440

Parameter's manipulation

Hi ! I want to define new variable called switch but I need it globally which means to use it through all cpp files that I want to use this variable inside them, I mean for instance I want to use this variable in file ranger2.c and to use the same variable with the same value that it has in file mul...
by RyanMco
Wed Dec 11, 2019 9:15 pm
Forum: Developer Discussions
Topic: Deviation issue
Replies: 10
Views: 4014

Re: Deviation issue

In my debugger I found this in my debugger console once the two led solid on red:

Code: Select all

program received signal SIGINT, interrupt. 
0x080005b92 in xTaskGetTickCount() at src/lib/FreeRtos/task.c:1765
what's that? I don't know how to fix that interrupt (it's happen once I do a switch)
by RyanMco
Wed Dec 11, 2019 1:38 pm
Forum: Developer Discussions
Topic: Deviation issue
Replies: 10
Views: 4014

Re: Deviation issue

Hi arnoud I didn't understand how can I by debugger know where it fails when my two red leds are lighten? Im using debugger it works fine, I put my drone in debugger (connecting it) , works fine, I run script python (that's doing hovering to my drone and it's also doing a switch) , and yeah while my...
by RyanMco
Wed Dec 11, 2019 7:30 am
Forum: Developer Discussions
Topic: Deviation issue
Replies: 10
Views: 4014

Re: Deviation issue

Yes im using debugger (in debug mode) so how can I know once I attach my debug where my crazyflie stop/fails? Yeah ; ur last solution maybe will solve because I use many local variables..how can overcome on that problem? How tp incrase stack task? Thanks alot!! --two leds solid red are lighting .. N...
by RyanMco
Tue Dec 10, 2019 4:21 pm
Forum: Developer Discussions
Topic: Deviation issue
Replies: 10
Views: 4014

Re: Deviation issue

Hi ! I used what I already explained above, the switch is working fine, but there's something going wrong and maybe you could help me! when I do the switch then the two led of my drone once I DO THE switch will solid on RED! and they stay on red just once I do the switch! but!!!! sometimes it wouldn...
by RyanMco
Mon Dec 09, 2019 8:37 pm
Forum: Developer Discussions
Topic: Deviation issue
Replies: 10
Views: 4014

Re: Deviation issue

maybe I should do update with state in other place?!
by RyanMco
Mon Dec 09, 2019 6:16 pm
Forum: Developer Discussions
Topic: Deviation issue
Replies: 10
Views: 4014

Deviation issue

Hi ! I succeeded to do switch between FLOWDECK and SLAM(getting data from slam), but it's really ugly to get a big DEVIATION in state estimation(output of kalman) from FLOWDECK measurement and state estimation FROM SLAM(there're the same struct state but I mean state from flowdeck, last measurement ...
by RyanMco
Mon Dec 09, 2019 5:54 pm
Forum: Support
Topic: Receive video of FPV on ubuntu16.04
Replies: 14
Views: 7404

Re: Receive video of FPV on ubuntu16.04

Still need?