Some errors after integrating GDS #1110
Replies: 4 comments 30 replies
-
|
I can answer question 2 and question 3:
|
Beta Was this translation helpful? Give feedback.
-
|
If you start the app without the networking parameters, it won't try to connect to the GDS. |
Beta Was this translation helpful? Give feedback.
-
|
now I know how the GDS side works on the space craft side, I have a few questions. I don't know if I should create a new thread or not so putting all of them here.
For my second question, I want first tell you my goal. I want two kinds of functionality from the GDS. First, I should be able to command and get telemetry/events from the f' running hardware through TCP/IP connection in real time.(this feature is already there) Second, I want to use the same framing, deframing, file uplink and downlink infrastructure to connect to the radio hardware. I can only transmit when we are near the gnd station and that too only if it receives a request to send telemetry. (the satellite will be always listening and in a slave mode)
So in the end when we run the flight software without supplying the command line parameters it should just use the COM component and when we provide the parameters then it should use both TCP and COM/radio. This should also take care of the error since the message will now go to COM component. Does this make sense? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
when I was done with a little flight code, I tried to integrate the GDS to my App. I saw a few things that didn't make sense and I wanted to see if that is really a problem.
About SimpleObjRegistry: In the Ref example, we have SimpleObjRegistry but not in the RPI example. When I include SimpleObjRegistry in my Topology.cpp, it throws an segmentation fault error while initializing the second custom made component. I removed the SimpleObjRegistry and everything is fine. Is this a problem?
About priority in GPIO_INT: while opening the GPIO as interrupt, I am getting this warning.
and this is the code I am using for it. Should I not give 99 as input argument?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions