@bekir_bostanci
I’m trying to run Your ROS IEU AGV project. I have uwb_simulation.py already configured and when i’m calling rosrun pozyx_simulation uwb_simulation.py it apears:
[INFO] [1609840788.624124, 77186.292000]: UWB Anchor List:
*Warning : uint is mm *
[[ 2000. 2000. 0.]
- [ 2000. 30000. 0.]*
- [ 30000. 2000. 0.]*
- [ 30000. 30000. 0.]]*
[INFO] [1609840788.627789, 77186.294000]: /pozyx_simulation/modelstate_index is 1
It seems legit and when i’m typing rostopic echo /uwb_data_topic it apears distances so I think it’s configured good, but…
Can you tell me why there is such an error when I run ROS IEU AGV Localization:
"process[kalman_filter_localization-1]: started with pid [11378]
Traceback (most recent call last):
- File “/home/ubuntu/catkin_ws/src/ieuagv_localization-master/src/kalman_filter_localization.py”, line 17, in *
- from ieu_agv.msg import uwb_data*
ImportError: No module named ieu_agv.msg"
Then processes die and roslaunch closes.