954,535 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

target tracking system using C++

hiii everyone i am developing a code in which the there is one robot & we need to move it towards a target in 3 diff moves....the project may extend to multiple robots were each robot ahve a style of walking(either ...acros length, or breadth or diagonal....ie...plane is a rectangular form).Now i have functions for moving the robot across length & breadth...

problem is both walking across length & breadth should happen simultaneously...... some one please help me....

princeess
Newbie Poster
1 post since Sep 2010
Reputation Points: 10
Solved Threads: 0
 

Simultaneously for 1 robot, or for a number of robots that are currently active/spawned? You may have to look at the use of threading or possibly doing 2 updates (one for length and one for breadth) before you render so they appear to have made those 2 moves at the same time.

TristanS
Newbie Poster
6 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You