Posts: 559
Threads: 40
Likes Received:
445 in 307 posts
Likes Given: 213
Joined: Aug 2023
Reputation:
20
02-03-2025, 06:23 PM
(This post was last modified: 02-03-2025, 07:40 PM by litdev.)
I update the 3D browser code so that as an easier challenge it will pass back the current cell location, possible movement directions and you can the ask the robot to just animate to one of the available neighbor cells, ie. the robot has more internal awareness and less for the AI controller to do.
This is a very simple sample code to show the new data and commands: GRWW331.000 - any questions or problems welcome.
I do think that the original challlenge is much more interesting, trying to move and navigate just using the original methods provided.
EDIT
Fixed an issue.
Posts: 30
Threads: 3
Likes Received:
14 in 11 posts
Likes Given: 51
Joined: Jan 2024
Reputation:
5
The simpler, the better. The newer one is excellent.
Posts: 559
Threads: 40
Likes Received:
445 in 307 posts
Likes Given: 213
Joined: Aug 2023
Reputation:
20
Haha AB,
We are all coming at this with different objectives, me and you mainly for our entertainment and I think Stevan maybe wants to use as a teaching aid as well.
Posts: 559
Threads: 40
Likes Received:
445 in 307 posts
Likes Given: 213
Joined: Aug 2023
Reputation:
20
02-04-2025, 11:17 AM
(This post was last modified: 02-04-2025, 11:23 AM by litdev.)
AB,
I think you are on he right lines - I don't want to suggest anything extra, its a puzzle how to get it to move reasonably - it will never be fast or exact, lots of little movements towards a goal is probably best.
I could add other control options like rotate by a certain amount or move forwards a set distance (if these were larger amounts then an amination would look better and this is pretty much what I added with Stevan in mind). Again I do think controlling something that is 'awkward' is interesting in itself.