We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
roscore
vrep -h
roslaunch drive_controller/vrep_launch_file.launch
rviz
rosservice call /vrep/start
rosservice call /plan_path "goals: [{x: 0.75, y: 0.75}, {x: 6.5, y: 0.8}]"
Note that the first argument is that starting position of the path (MUST be close to robot) and the second argument is the goal.