Navigation with a Quadruped robot
Hey guys, Im developing a quadruped robot and I want it to move from a point A to a point B in a flat terrain. How can I implement the navigation to accomplish my goal? So far I have the URDF, Gazebo and Rviz working fine, and if I publish a command in a joint topic I can move it, but Im struggling to make it walk (trajectories and gait planning).
I read that using towr and xpp could be the solution but I dont fully understand how it works and since there is no detailed tutorial of it Im kind of lost.
I would appreciate any kind of help. Thanks.