Closed eecai2004 closed 1 year ago
Hi,
Thank you so much for your response so quickly! According to your advice , i found when i run it in a conda environment , it can not find the gazebo-plugins ,then i tried to setup by using the command "conda install -c conda-forge gazebo". then there was a gazebo11(probablys is not a full version) in the conda environment and a gazebo9 outside the conda env ( gzserver: /build/ogre-1.9-B6QkmW/ogre-1.9-1.9.0+dfsg1/OgreMain/src/OgreRoot.cpp:105: static Ogre::Root& Ogre::Root::getSingleton(): Assertion `msSingleton' failed.). Maybe it's some kind of confusion between versions that caused Gazebo to fail to start, whether in the conda environment or outside of it. After multiple attempts to uninstall and reinstall Gazebo, it still could not be started properly. In the end, I had to reinstall the Ubuntu18.04. Finally I can run it out of the conda env(I don't install conda yet) after wasting more than a week. But now there are some new problems looking forward to your help. 1\ when I run the "python3 velodyne_td3.py" in melodic version ,there is an error showed in the image below. what should i do to fix it? 2\ can I replace the .py files in TD3 of melodic version with the .py files in TD3 of Noetic version? Then in order to run it in melodic, do I need to modify any files accordingly? 3\ one more question, in this project ,only lidar data was used to detect obstacles ,have you ever consider multisensor confusion ,for example , confusion of lidar data and camera data ? Look forward to your response and thank you so much.
For answers to 1, see if solution here helps: https://github.com/reiniscimurs/DRL-robot-navigation/issues/28
hello!thank you for your wonderful work. I try the melodic version. there are some problems and errors when I run "python3 train_velodyne_td3.py” before I run the command, I wrote these infos showed below into the .bashrc file then open a terminal and run as images showed below.