Closed Miftahur92 closed 3 years ago
Hello @Miftahur92 ! Sorry for the late reply but somehow we missed this issue.
Please try to uninstall robo-gym-server-modules
and install the version 0.1.2 with:
pip install robo-gym-server-modules==0.1.2
I hope this will fix it.
Cheers, Matteo
Thanks @matteolucchi . It worked.
Great, I am glad to hear that!
Dear @matteolucchi I tried to install robo-gym in ROS kinetic.
First I used the following commands to install robo-gym-server (v0.1.8): _mkdir -p ~/robogym_ws/src && cd ~/robogym_ws/src git clone https://github.com/jr-robotics/robo-gym-robot-servers.git cd ~/robogymws/src/robo-gym-robot-servers git checkout v0.1.8 ./kinetic-install.sh This is the summary of installation.
Then I installed robo-gym-server-modules using following command: pip install robo-gym-server-modules
At last I created a pyenv virtual environment with python 3.5.9 and installed robo-gym using following command: git clone https://github.com/jr-robotics/robo-gym.git cd robo-gym git checkout v0.1.8 pip install .
Problems:
I ran start-server-manager and then attach-to-server-manager, I get no session message.
I manually launched mir100 server using roslaunch and there was no problem
Then tried to create env enabling python 3.5.2 but got error
From one of issue and answers, I tried to run client.py from server_manager and got error
How can I solve this? Thanks in advance.