Keyboard Controls

I’m new to Panda3d and I successfully uploaded an animated character mesh and some meshes into my Panda3d game AND it is animating. But, now I’m trying to figure out how to move my character using the keyboard controls to create walking animation. I tried reading the documentation, but I’m getting nowhere. Thus, is there any code examples that anyone can post or is there any code examples to where it shows ONLY how to move a character around or do walking animations? That’s what I’m currently working on now.

Thanks

You might want to check out the sample programs included in the SDK, particularly the Roaming Ralph example.