error with rosmake rosserial_arduino [closed]
Hi, when i run rosmake rosserial_arduino i get this error:
File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 195, in get_depends
names = [p.name for p in self.get_manifest(name).depends]
File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 133, in get_manifest
return self._load_manifest(name)
File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 172, in _load_manifest
retval = self._manifests[name] = parse_manifest_file(self.get_path(name), self._manifest_name)
File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 164, in get_path
raise ResourceNotFound(name, ros_paths=self._ros_paths)
ResourceNotFound: rostest
ROS path [0]=/opt/ros/groovy/share/ros
ROS path [1]=/home/agucaverzasi/groovy_workspace/sandbox
ROS path [2]=/opt/ros/groovy/share
ROS path [3]=/opt/ros/groovy/stacks
ERROR: rostest
ROS path [0]=/opt/ros/groovy/share/ros
ROS path [1]=/home/agucaverzasi/groovy_workspace/sandbox
ROS path [2]=/opt/ros/groovy/share
ROS path [3]=/opt/ros/groovy/stacks
make[3]: * [../src/rosserial_arduino/msg/_Adc.py] Error 3
make[3]: Leaving directory /home/agucaverzasi/groovy_workspace/sandbox/rosserial/rosserial_arduino/build'
make[2]: *** [CMakeFiles/ROSBUILD_genmsg_py.dir/all] Error 2
Traceback (most recent call last):
File "/opt/ros/groovy/share/roscpp/rosbuild/scripts/gensrv_cpp.py", line 217, in <module>
generate_services(sys.argv)
File "/opt/ros/groovy/share/roscpp/rosbuild/scripts/gensrv_cpp.py", line 213, in generate_services
generate(arg)
File "/opt/ros/groovy/share/roscpp/rosbuild/scripts/gensrv_cpp.py", line 166, in generate
gendeps_dict = roslib.gentools.get_dependencies(spec, spec.package, rospack=rospack)
File "/opt/ros/groovy/lib/python2.7/dist-packages/roslib/gentools.py", line 315, in get_dependencies
_add_msgs_depends(rospack, spec.response, deps, package)
/home/agucaverzasi/groovy_workspace/sandbox/rosserial/rosserial_arduino/build'
make[2]: * [CMakeFiles/ROSBUILD_gensrv_cpp.dir/all] Error 2
make[2]: Leaving directory
File "/opt/ros/groovy/lib/python2.7/dist-packages/roslib/gentools.py", line 75, in _add_msgs_depends
valid_packages = valid_packages + rospack.get_depends(package_context, implicit=True)
TypeError: can only concatenate list (not "set") to list
make[3]: *** [../srv_gen/cpp/include/rosserial_arduino/Test.h] Error 1
make[3]: Leaving directory/home/agucaverzasi/groovy_workspace/sandbox/rosserial/rosserial_arduino/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory
/home/agucaverzasi/groovy_workspace/sandbox/rosserial/rosserial_arduino/build'
-------------------------------------------------------------------------------}
[ rosmake ] Output from build of package rosserial_arduino written to:
[ rosmake ] /home/agucaverzasi/.ros/rosmake/rosmake_output-20130507-230047/rosserial_arduino/build_output.log
[rosmake-1] Finished <<< rosserial_arduino [FAIL] [ 7.21 seconds ]
[ rosmake ] Halting due to failure in package rosserial_arduino.
[ rosmake ] Waiting for other threads to complete.
[ rosmake ] Results:
[ rosmake ] Built 29 packages with 1 failures.
[ rosmake ] Summary output to directory
i have rosbuild..anybody can help me?