GithubHelp home page GithubHelp logo

pal_gazebo_plugins's People

Contributors

adriaroig avatar awesomebytes avatar cesc-folch avatar efernandez avatar jordan-palacios avatar lucamarchionni avatar noel215 avatar po1 avatar saikishor avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pal_gazebo_plugins's Issues

Fix compiling error: '***' has no member named 'SetAngle', or 'GetValueString'

For following compiling errors, I found a solution to solve it:

/home/mingfei/Documents/Engagement/src/pal_gazebo_plugins/src/gazebo_pal_hand.cpp:159:18: error: ‘class gazebo::physics::Joint’ has no member named ‘SetAngle’
       joints[1]->SetAngle(0u, index_1_angle);
                  ^
/home/mingfei/Documents/Engagement/src/pal_gazebo_plugins/src/gazebo_pal_hand.cpp:162:18: error: ‘class gazebo::physics::Joint’ has no member na
med ‘SetAngle’
       joints[2]->SetAngle(0u, index_2_angle);
                  ^
/home/mingfei/Documents/Engagement/src/pal_gazebo_plugins/src/gazebo_pal_hand.cpp:165:18: error: ‘class gazebo::physics::Joint’ has no member named ‘SetAngle’
       joints[3]->SetAngle(0u, index_3_angle);
                  ^
/home/mingfei/Documents/Engagement/src/pal_gazebo_plugins/src/gazebo_pal_hand.cpp:169:18: error: ‘class gazebo::physics::Joint’ has no member named ‘SetAngle’
       joints[1]->SetAngle(0u, lower_limit);
                  ^
/home/mingfei/Documents/Engagement/src/pal_gazebo_plugins/src/gazebo_pal_hand.cpp:170:18: error: ‘class gazebo::physics::Joint’ has no member named ‘SetAngle’
       joints[2]->SetAngle(0u, lower_limit);
                  ^
/home/mingfei/Documents/Engagement/src/pal_gazebo_plugins/src/gazebo_pal_hand.cpp:171:18: error: ‘class gazebo::physics::Joint’ has no member named ‘SetAngle’
       joints[3]->SetAngle(0u, lower_limit);
error: ‘class sdf::Element’ has no member named ‘GetValueString’
       ROS_ERROR_STREAM("Got pin_link value: " << _sdf->GetValueString("pin_link"));

To fix it, modify *.cpp files in src/ folder as follows:

  • gazebo_ros_forcetorque.cpp

1

  • gazebo_pal_hand.cpp

2

  • gazebo_harness.cpp

3

The modified version can also be found here (compiled successfully with gazebo 7, ros kinectic, ubuntu 16.04).

Migrate to modern Gazebo

As you may know, Gazebo-classic (aka Gazebo11, see Terminology) is no longer being actively developed and will not be available on ROS Jazzy (REP 2000). I noticed that this project still uses Gazebo-classic. Are there any plans to migrate to modern Gazebo (previously known as Ignition)?

These might be helpful resources if you do plan to migrate:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.