RobotnikAutomation / agvs

ROS package for the robot AGVS, intended for indoor transportation tasks
170 stars 84 forks source link

Simple Way point planner to move the AGV from point A to B #4

Open ktiwari9 opened 8 years ago

ktiwari9 commented 8 years ago

Hi there, I intend to move the AGV from START to GOAL point by sampling some way points. So far I have used the URDF to spawn the AGV. What can I do now to write a node to make the robot move between 2 points ? Also do I need to do sudo apt-get-install ros-hydro-ackermann-msgs-* to make the path planner work? Please help.