ROS driver for a custom built 3D printed quadrupedal robot (named PAWS). This repo contains ROS1 packages for low level motor control, gazebo simuations, whole body kinematics and a basic gait generator.
The driver has been tested on Ubuntu 20.04 with ROS1 Noetic.
- ROS Noetic
- Numpy
- Scipy
To install the PAWS driver:
mkdir paws_ws && cd paws_ws
mkdir src && cd src
git clone https://github.com/kousheekc/PAWS-Quadruped-Robot.git
cd ..
rosdep install --from-paths src --ignore-src -r -y
catkin_make
source devel/setup.bash
Run the simuation using:
roslaunch paws_gait walk.launch
Kousheek Chakraborty - [email protected]
Project Link: https://github.com/kousheekc/PAWS-Quadruped-Robot.git