This tutorial will teach you how to add walking actions to an avatar. In this example the user will be able to click anywhere on the ground and the avatar will walk to that point.
This content is discussed in more detail in the reference section.
If you have trouble getting the code in this tutorial to work, you can find the complete example script animatingAvatars.py in the \tutorials\avatars directory.
Enter the following lines into your script:
This code adds the ground and avatar model to the world. It also places the camera far away from the ground so we have a good view of it and disables mouse navigation.
For additional examples, check out: