sainavaneet / ACTPanda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACTPanda Installation Guide

Note :

- Make sure to install ROS first
- install all required python packages form `pip install -r requirments.txt`

Clone The Repo

# Clone the repository
git clone https://github.com/sainavaneet/ACTPanda.git

# Change directory to the cloned repository
cd ACTPanda/

# Make the setup script executable
chmod +x setup.sh

# Run the setup script
./setup.sh

Install Panda_kinematics

cd ~/ACTPanda/

git clone https://github.com/roboticsleeds/panda_ik.git

cd panda_ik

chmod +x build.sh

./build.sh

Launch the environment

roslaunch src/panda_simulator/panda_gazebo/launch/pick_and_place.launch

ENVIRONMENT SETUP

Environment Image


About

License:MIT License


Languages

Language:Python 97.0%Language:Shell 3.0%