On 06/18/2011 09:58 PM, 沉渔涧 wrote:
I wrote the code as following, I hope the robot goes
to the coordinate (10, 10, 0) with speed 3m/s, in fact the
velocity passed into GoTo function doesn't work, the velocity is
always (0.4, 0, 0) :
player_pose2d_t velocity;
velocity.px = 3;
velocity.py = 0;
player_pose2d_t destination;
destination.px = 10;
destination.py = 10;
myp2dProxy.GoTo(velocity, destination);
Without knowing which drivers you're using, this question is
impossible to answer. The driver may be ignoring the speed in the
position command, or the driver may have a maximum speed set
somewhere else.
Rich
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev_______________________________________________
Playerstage-users mailing list
Playerstage-users@...
https://lists.sourceforge.net/lists/listinfo/playerstage-users