Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find openrave_catkin #2

Closed
wonchul-kim opened this issue Aug 17, 2017 · 10 comments
Closed

Could not find openrave_catkin #2

wonchul-kim opened this issue Aug 17, 2017 · 10 comments

Comments

@wonchul-kim
Copy link

while i did catkin_make to compile your code...

I got error about ' could not find openrave_catkin"

how can i install it???

I find that you have the source of openrave_catkin in your git.
However, I don't understand to install it......

Could you help me?

Also, i attached it to UR3 and add the controller by the below:

Is this right???

@fsuarez6
Copy link
Member

@wonchul-kim no need for so many question marks. One is more than enough, don't you agree?
To 'install' openrave_catkin, just clone that repo into your catkin workspace:

cd ~/catkin_ws/src
git clone https://github.com/crigroup/openrave_catkin

@fsuarez6 fsuarez6 changed the title I have some questions Could not find openrave_catkin Aug 17, 2017
@fsuarez6 fsuarez6 changed the title Could not find openrave_catkin Could not find openrave_catkin Aug 17, 2017
@fsuarez6
Copy link
Member

On a second thought, the easiest workaround would be to modify robotiq_description/CMakeLists.txt.
Remove lines 14,13 and 5.

@wonchul-kim
Copy link
Author

wonchul-kim commented Aug 17, 2017 via email

@fsuarez6
Copy link
Member

fsuarez6 commented Aug 17, 2017

That problem doesn't have anything to do with the URDF.
The driver is unable to connect to your gripper.

What is the IP address of your gripper?
I guess it's not 192.168.0.13.

@wonchul-kim
Copy link
Author

wonchul-kim commented Aug 17, 2017

I am just doing simulation by gazebo.
in gazebo, is there IP address of gripper?

What I really want to ask is if I edited launch and xacro file to atttach the gripper to the UR3 manipulator as I showed in the right above question.

This is how i attached the gripper to the UR3 manipulator. in launch file,

in xacro file,

<xacro:include filename="$(find robotiq_description)/urdf/robotiq_85_gripper.urdf.xacro" /> <xacro:robotiq_85_gripper prefix="" parent="tool0" >

</xacro:robotiq_85_gripper>

then, when i launched the gazebo this error came up:
[gripper_controller-10] process has died [pid 1501, exit code 2, cmd /opt/ros/kinetic/lib/controller_manager/spawner __name:=gripper_controller __log:=/home/icsl/.ros/log/de353384-8313-11e7-8c7e-a0c58912381f/gripper_controller-10.log]. log file: /home/icsl/.ros/log/de353384-8313-11e7-8c7e-a0c58912381f/gripper_controller-10*.log

@fsuarez6
Copy link
Member

Oh, I see.
Here you can find a working example.
That robot is shown here, figure 2.

@wonchul-kim
Copy link
Author

wonchul-kim commented Aug 17, 2017 via email

@fsuarez6
Copy link
Member

No clue

@IndustrialEngStudent
Copy link

@ wonchul-kim what do you mean by 'replace openrave_catkin to roslaunch, when you said:

Secondly, i edited CMakeLists.txt as you said. I removed lines 13, 14 and
replace openrave_catkin to roslaunch.

I have the same problem with catkin_make

@IndustrialEngStudent
Copy link

Instead of removing line 5 from robotiq_description/CMakeLists.txt, I removed line 5 from openrave_catkin/CMakeLists.txt .
With this I was able to catkin_make succesfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants