Skip to content

Simon-Steinmann/sim2real-modular-RL-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sim2Real_j2n6s300

Installation

install Git

sudo apt update
sudo apt upgrade
sudo apt install git

install Ros Melodic

#install Ros Melodic
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
sudo apt update
sudo apt install ros-melodic-desktop-full
sudo rosdep init
rosdep update
#install dependencies
sudo apt install python-rosinstall python-rosinstall-generator python-wstool build-essential
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
source ~/.bashrc
#installing controllers
sudo apt-get install ros-melodic-ros-controllers*

updates gazebo (updates it to 9.11)

sudo apt-get install curl
curl -sSL http://get.gazebosim.org | sh

install Moveit

sudo apt-get install ros-melodic-moveit
sudo apt-get install ros-melodic-trac-ik

install pip and gym

sudo apt install python-pip
pip install gym

set up catkin workstpace

source ~/.bashrc
cd ~
mkdir catkin_ws
cd catkin_ws
mkdir src
cd src
git clone https://github.com/christian-rauch/kinova-ros.git
git clone https://bitbucket.org/theconstructcore/openai_ros.git
git clone https://github.com/Simon-Steinmann/sim2Real_j2n6s300.git
cd ~/catkin_ws/
catkin_make
rosdep install --from-paths src --ignore-src --rosdistro melodic -y
echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc
source ~/.bashrc

set up catkin workstpace

sudo apt install python3-pip
pip3 install gym nn_builder pyro4 pytorch matplotlib
pip install pyro4 ikpy pptk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published