Skip to content

Driver does not build on Melodic due to "SetPayload" service #235

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

Closed
stefanz-tri opened this issue Jul 29, 2020 · 7 comments
Closed

Driver does not build on Melodic due to "SetPayload" service #235

stefanz-tri opened this issue Jul 29, 2020 · 7 comments

Comments

@stefanz-tri
Copy link

It seems like the driver does not build on melodic (and kinetic) currently because of #50 . When using the universal_robot metapackage, the "SetPayload" service is missing the "center_of_gravity" member. When using the standalone ur_msgs package, it does not build because the "payload" member was renamed to "mass". Or is this already solved in a branch?

@fmauch
Copy link
Contributor

fmauch commented Jul 30, 2020

Did you use my fork of the universal_robot repository, as explained in the README?

@stefanz-tri
Copy link
Author

No I actually used the main repository. It is a bit confusing that now three versions of ur_msgs exist. But that should solve the issue, thanks.

@anshulpaigwar
Copy link

anshulpaigwar commented Nov 16, 2020

I am facing the same issue and could not figure out which fork I must use for Melodic??

The current version of the ur_msg repository has a variable name Mass
https://github.com/ros-industrial/ur_msgs

And the hardware interfaces file in
https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/tree/master

is still using payload as variable

@fmauch
Copy link
Contributor

fmauch commented Nov 16, 2020

@anshulpaigwar Please follow the instructions in the README file

@suc1
Copy link

suc1 commented Oct 4, 2021

My environment is:
Melodic (bionic 18.05.5) ; Virtual Box 6.1

Following README file but still got errors:
image

What's wrong? @fmauch

Thanks
Compiler output

@suc1
Copy link

suc1 commented Oct 5, 2021

I only followed the instructions
and build successfully.

I think my previous trouble was caused in universal_robotTutorials
sudo apt-get install ros-kinetic-universal-robots

@fmauch
Copy link
Contributor

fmauch commented Oct 5, 2021

@suc1 please do not hijack an old (and closed) issue for your problems. You can link to related issues, by simply writing #235 inside the issue.

Before you open a new issue: Please note that ros kinetic is no longer supported. As mentioned in #235 (comment) this was solved.

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

4 participants