loading
 
waypoints
Saikumar. from India  [20 posts]
16 year
Hi Steve,

We are stuck up at waypoint declaration here.
We dont have a array of cogs or blobs,we need to make up an array with different variables like z1,z2,  z3,z4..which need to be fed into the way point array...how do i do that??
please reply at the earliest.
please use the second  robo file i ve attached earlier.

Thankyou
Saiko.
Anonymous 16 year
Saiko,

Download the newest version and you should be able to use

ReDim point(4)

point(0) = 100
point(1) = 100
point(2) = 150
point(3) = 200

SetArrayVariable "waypoints", tmp

to create a array of waypoints that can be used in the pathplanning module.

Be sure to overwrite your current install otherwise the new COM objects will not be registered correctly.

STeven.

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index