Implementation of the path planning by vrep on a real robot

Typically: "How do I... ", "How can I... " questions
Post Reply
fayyu
Posts: 10
Joined: 15 Aug 2017, 21:38

Implementation of the path planning by vrep on a real robot

Post by fayyu »

I have been trying to implement path planning on a real robot made from scratch based on the response from the vrep path planning module (not OMPL). I have placed arUco markers above my robot and on the obstacles as well. Task of the robot is to plan the path towards a goal avoiding these obstacles. I am continuously reading the camera feed and setting the position and orientation of the robot in vrep using the position of arUco. The problems i am facing are:
1. Before planning the path, the start dummy seems to be a bit away from the robot position
2. Visual aspect of the robot in the model looks wierd as it changes it's orientation based on the feedback of the camera...it seems like dragging the model...rather than moving...i wonder if there is a way to fix this...??

coppelia
Site Admin
Posts: 10360
Joined: 14 Dec 2012, 00:25

Re: Implementation of the path planning by vrep on a real robot

Post by coppelia »

Hello,

please post your scene.

Cheers

fayyu
Posts: 10
Joined: 15 Aug 2017, 21:38

Re: Implementation of the path planning by vrep on a real robot

Post by fayyu »

problem solved. Thanks anyways

Post Reply