Replies: 2 comments 3 replies
-
Hi Kevin, would it be possible for you to share your project also with the shaepfile so we can run it on your side and try to help you? From what I see the syntax your using (moving3D + wander) should work |
Beta Was this translation helpful? Give feedback.
-
Hi Kevin, Thank you for sending the file it helps a lot and it actually raised an issue related to GAMA #347 From what I see your code "should" work however surprisingly you might be the first person to use the moving3D skills and wander in a georeferenced world (all the example in the library are in a generic cube of 100,100,100) In your case the world is initialized with a 2D shape file so when the drone is trying to move the point it is supposed to move is not "in" the bound of the world so it won"t move. To keep on working on your project and not being frustrated about the drone not moving maybe one solution can be to make them move in a 2D world and then add them an altitude location<-{location.x,location.y,z}; |
Beta Was this translation helpful? Give feedback.
-
I have set up a 3D model. See images
and used the following code:
However the drone reflex - move - does nothing. I run the experiment and nothing occurs.
Does anyone have any suggestions for things I might need to look at?
Kevin
Beta Was this translation helpful? Give feedback.
All reactions