Accessing the service data inside MAVSDK
-
Hello @Alex-Kushleyev @modaltb ,
I wanted to know whether we can access the service data's (for example the depth information from stereo cam) inside docker, when we run MAVSDK.
If yes, How can we access the data. If no, what are other options to access the data inside the docker. -
Hello @Alex-Kushleyev @modaltb ,
I wanted to know whether we can access the service data's (for example the depth information from stereo cam) inside docker, when we run MAVSDK.
If yes, How can we access the data. If no, what are other options to access the data inside the docker.@Jetson-Nano Our services transfer data using MPA pipes which are modeled on top of standard Linux pipes. So, yes, you can access those pipes within a docker.
-
@Jetson-Nano Our services transfer data using MPA pipes which are modeled on top of standard Linux pipes. So, yes, you can access those pipes within a docker.
@Eric-Katzfey Thank you for the reply.
Can you help on how to access the data inside MAVSDK. -
@Eric-Katzfey Thank you for the reply.
Can you help on how to access the data inside MAVSDK.@Jetson-Nano MAVSDK does not support MPA. I'm guessing that you are trying to write an application that runs in docker that uses information from MPA and also uses MAVSDK? Is that what you are trying to do? If so, you can look at our applications for examples on how to use data from MPA. For example, here is the source for voxl-inspect-cam: https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/blob/master/tools/voxl-inspect-cam.c?ref_type=heads
-
@Jetson-Nano MAVSDK does not support MPA. I'm guessing that you are trying to write an application that runs in docker that uses information from MPA and also uses MAVSDK? Is that what you are trying to do? If so, you can look at our applications for examples on how to use data from MPA. For example, here is the source for voxl-inspect-cam: https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/blob/master/tools/voxl-inspect-cam.c?ref_type=heads
Thank you @Eric-Katzfey , I'll check it out and will get back to you.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login