sudo apt update
sudo apt upgrade
sudo apt install git
# 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
sudo apt-get install ros-melodic-moveit
sudo apt-get install ros-melodic-trac-ik
sudo apt install python-pip
pip install gym
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
sudo apt install python3-pip
pip3 install gym nn_builder pyro4 pytorch matplotlib
pip install pyro4 ikpy pptk