I am trying to install gym_gazebo on my Ubuntu 16.04 LTS system according to https://github.com/erlerobot/gym-gazebo
Everything is getting installed correctly, however, while trying to run python circuit2_turtlebot_lidar_qlearn.py , I get error as
ModuleNotFoundError: No module named 'std_msgs'.
This should be part of ros_comm project which I have installed but still I cannot see std_msgs related code file anywhere.
Can someone please point me to how can I install std_msgs, so that I can get rid of this error message?
Thanks in advance!