rickstaa/ros-gazebo-gym-ws

Create setup.py file and update package.xml file to install python dependenceis

rickstaa opened this issue · 1 comments

Currently, the following python dependencies have to be manually installed:

tensorflow-gpu==1.14.0
gym
pyyaml
netifaces

This can be automated using a setup.py file and by updating the ROS package.xml.

Added in commit c33ca1b and c33ca1b.