Closed Lndulge666 closed 4 years ago
Please read our tutorial carefully。 In order to keep the environmental variables lean, you have to manually modify set_init.py
to add dependencies for ROS Service to the list of environmental variables.
the error still exists after I modified the file set_init.py,line 8,as sys.path.append('/home/GAAS/demo/tutorial_6/GAAS-Object-Tracking-master/KCF/build/devel/lib/python2.7/dist-packages').If I modified in a wrong way?
@Ryan18281613101 I change the file path, and it works, you can try again
@hddgi I did the same steps in the tuto still got the same error: ImportError: No module named ros_kcf.srv . Is there a tutorial that shows more details please ? @liangpu597 can you please share the path that you used to make it work.
the error still exists after I modified the file set_init.py,line 8,as sys.path.append('/home/GAAS/demo/tutorial_6/GAAS-Object-Tracking-master/KCF/build/devel/lib/python2.7/dist-packages').If I modified in a wrong way?
You got the file path wrong. There is a username between /home and /GAAS. Like this: /home/(username)/GAAS...
在Tutorial 6中,运行set_init.py时出现错误:ImportError: No module named ros_kcf.srv,请问该如何解决