I have installed ROS on win10(http://wiki.ros.org/Installation/Windows), and the turtle can also move by pressing the arrow keys. I also installed pybullet through Anaconda3 and used python to import some modules such as
import pybullet as p
import pybullet_data as pd
import numpy as np
import time
There is no problem in use. But importing rospy
import rospy
does not work, and it prompts "ModuleNotFoundError: No module named'rospy'". why is that? How to solve this problem?
Try installing rospy package by
pip install roslibpy
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With