Car-like Robot Local Path Planning

Post links to your CoppeliaSim videos, scenes and models
Post Reply

fairread
Posts: 9
Joined: 13 Aug 2013, 15:37

Re: Car-like Robot Local Path Planning

Post by fairread »

Hi qiwang,

Impressive videos! :) Anyway I wonder a few things from your simulation, first is how do you manage to move your target to other places, is it by some kind of coding or do you move it manually by mouse scroll? And secondly how does the car manage to detect the target location? Is it through camera on the fly view? Thanks for your answers.

qiwang
Posts: 17
Joined: 25 Feb 2013, 13:34

Re: Car-like Robot Local Path Planning

Post by qiwang »

Hello fairread

You are partly right :) the target is moved manually with mouse by clicking on the target and dragging it to another place. But the robot is programmed to save the position and direction of the target and keep detecting whether the state of the target has been changed. This can be done with the functions simxSetObjectPosition and simxGetObjectOrientation by providing the handle of the target as the parameter.

You can take a look http://www.v-rep.eu/helpFiles/en/apiFun ... ctPosition
fairread wrote:Hi qiwang,

Impressive videos! :) Anyway I wonder a few things from your simulation, first is how do you manage to move your target to other places, is it by some kind of coding or do you move it manually by mouse scroll? And secondly how does the car manage to detect the target location? Is it through camera on the fly view? Thanks for your answers.

Post Reply