Closed james2254 closed 8 years ago
Hi @james2254 , I made a new pull request that i will leave it for today in case anyone wants to review. Tomorrow I will merge it to the indigo-devel branch.
Can you please try the indigo-devel branch again? I just made few changes that hopefully resolve the yaml and Qt issue.
Let me know if you bump into any problems
@james2254 can you try if it compiles now?
Thank you very much! It works well! @rkojcev
Hi @rkojcev ,there is a error in fermi_irb2400 package.
When I run roslaunch fermi_irb2400_moveit_config moveit_planning_execution.launch
in the terminal ,it doesn't work.
py", line 312, in resolve_args
resolved = _resolve_args(resolved, context, resolve_anon, commands)
File "/opt/ros/indigo/lib/python2.7/dist-packages/roslaunch/substitution_args.py", line 325, in _resolve_args
resolved = commands[command](resolved, a, args, context)
File "/opt/ros/indigo/lib/python2.7/dist-packages/roslaunch/substitution_args.py", line 141, in _find
source_path_to_packages=source_path_to_packages)
File "/opt/ros/indigo/lib/python2.7/dist-packages/roslaunch/substitution_args.py", line 184, in _find_executable
full_path = _get_executable_path(rp.get_path(args[0]), path)
File "/usr/lib/python2.7/dist-packages/rospkg/rospack.py", line 200, in get_path
raise ResourceNotFound(name, ros_paths=self._ros_paths)
ResourceNotFound: abb_common
ROS path [0]=/opt/ros/indigo/share/ros
ROS path [1]=/home/james/catkin_ws1/src
ROS path [2]=/home/james/catkin_ws/src
ROS path [3]=/opt/ros/indigo/share
ROS path [4]=/opt/ros/indigo/stacks
The abb_common
package has long been deprecated, and was removed from the abb
repository in ros-industrial/abb#76.
In this case I think the relevant files can be found in abb_irb2400_support
.
Can it be applied to abb irb120?
Hi @james2254
The plugin can be applied to any robot. The packages of the different robots included here are just given as an example, in which the plugin is loaded automatically. They are taken from the default robot packages in the time of creation of the plugin, therefore they might be outdated, just to give the user an example and fast start up to test the plugin.
In order to load the plugin in the robot you can follow the following tutorial
@james2254 did everything worked out fine? So i can close this issue :)
Yes, thank you very much
When I run catkin_make in the terminal , there are some errors:
What's worry with it? Thank you very much.