Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Build of kinetic-devel fails (movo_simulation gazebo errors) #79

Open
babbatem opened this issue Oct 20, 2020 · 0 comments
Open

Build of kinetic-devel fails (movo_simulation gazebo errors) #79

babbatem opened this issue Oct 20, 2020 · 0 comments
Assignees

Comments

@babbatem
Copy link

Description

Hello there, I've noticed a small bug related to kinetic-devel branch and gazebo on Ubuntu 16.04. The errors are:

/home/david/movo_ws/src/movo_simulation/movo_gazebo_plugins/roboticsgroup_gazebo_plugins/src/mimic_joint_plugin.cpp: In member function ‘virtual void gazebo::MimicJointPlugin::Load(gazebo::physics::ModelPtr, sdf::ElementPtr)’:
/home/david/movo_ws/src/movo_simulation/movo_gazebo_plugins/roboticsgroup_gazebo_plugins/src/mimic_joint_plugin.cpp:142:19: error: ‘class gazebo::physics::Joint’ has no member named ‘SetMaxForce’
     mimic_joint_->SetMaxForce(0,max_effort_);
                   ^
/home/david/movo_ws/src/movo_simulation/movo_gazebo_plugins/roboticsgroup_gazebo_plugins/src/mimic_joint_plugin.cpp: In member function ‘void gazebo::MimicJointPlugin::UpdateChild()’:
/home/david/movo_ws/src/movo_simulation/movo_gazebo_plugins/roboticsgroup_gazebo_plugins/src/mimic_joint_plugin.cpp:168:21: error: ‘class gazebo::physics::Joint’ has no member named ‘SetAngle’
       mimic_joint_->SetAngle(0, math::Angle(angle));

It seems the fix is fairly straightforward: https://github.com/StanleyInnovation/robotiq_85_gripper/issues/15.

Steps to reproduce

  1. fresh catkin workspace with contents of kinova-movo in src
  2. checkout kinetic-devel branch
  3. catkin_make from the root of the workspace.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants