yuchnw / quadSimulator

Iris quadcopter path planning simulation in Gazebo
26 stars 6 forks source link

cannot roslaunch map.py #1

Closed Akashleena closed 3 years ago

Akashleena commented 3 years ago

i did roslaunch iris_sim map.py I am getting this error: Traceback (most recent call last): File "/home/aleena/catkin_ws/src/quadcoptersimulation/src/map.py", line 9, in from iris_sim.msg import Progress,Feedback ModuleNotFoundError: No module named 'iris_sim'

Ayush1285 commented 3 years ago

i did roslaunch iris_sim map.py I am getting this error: Traceback (most recent call last): File "/home/aleena/catkin_ws/src/quadcoptersimulation/src/map.py", line 9, in from iris_sim.msg import Progress,Feedback ModuleNotFoundError: No module named 'iris_sim'

What's name of your package in package.xml?

Akashleena commented 3 years ago

I sorted it. I had messed up with the installation. Also, on Ubuntu 18.04 I had to install some dependencies, I have updated those in a file, and I will send you a PR soon.