> Note: This project was built using the ROS Melodic distro and Python 2.
> Note: This project has been tested with Python 2 and ROS Melodic, as well as Python 3 and ROS Noetic.
1. The provided files require the following packages to be installed; run the following if the packages are not already present:
1. The provided files require the following packages to be installed. ROS Melodic users should run the following commands if the packages are not already present:
> In your ROS workspace, find the directory `src/niryo_moveit/scripts`. Note the file `server_endpoint.py`. This script imports the necessary dependencies from tcp_endpoint and starts the server. `rospy.spin()` ensures the node does not exit until it is shut down.
# Between Melodic and Noetic, the return type of plan() changed. moveit_commander has no __version__ variable, so checking the python version as a proxy