Is it possible to make drone fly in real with matlab as a node?

asked 2019-05-03 04:49:33 -0500

Pramod gravatar image

updated 2019-05-03 04:50:16 -0500

I've been working on a project(code) which uses voronoi functions.It needs python3 for scipy.Since ros distributions only based on python2.7,i cant execute those codes.Anyway i used matlab as a node which eventually gives the result which is drones flying in gazebo according to algorithm.But my doubt is whether it is possible to make a drone fly on hardware in this way(using matlab node)?

Thanks in advance :)

edit retag flag offensive close merge delete

Comments

Can you do code generation from Matlab?

jayess gravatar image jayess  ( 2019-05-03 13:49:24 -0500 )edit

No. Somehow i changed the code totally compatible to python 2.7.Now its working fine. Thanks for the response :)

Pramod gravatar image Pramod  ( 2019-05-04 13:34:51 -0500 )edit