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

Fix compile errors in kobuki_gazebo_plugins with Kinetic and Gazebo7 #45

Closed
wants to merge 6 commits into from

Commits on Jul 8, 2016

  1. using c++11 for gazebo as gazebo7 headers are c+11

    Rohan Agrawal committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    05dbcae View commit details
    Browse the repository at this point in the history
  2. Use std pointer cast instead of boost

    Gazebo 7 uses std::shared_ptr so the cast needs to be from std not boost
    Rohan Agrawal committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    bfce630 View commit details
    Browse the repository at this point in the history
  3. use isnan form std

    Rohan Agrawal committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    82edbdc View commit details
    Browse the repository at this point in the history
  4. changed setMaxForce(deprecated) to setparam fmax

    Rohan Agrawal committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    2f553db View commit details
    Browse the repository at this point in the history
  5. gazebo7 removes 'Get' from IMU data elements

    Rohan Agrawal committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    eca12eb View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2016

  1. Remove fmax, as robot doesn't move with it

    Rohan Agrawal committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    410e4da View commit details
    Browse the repository at this point in the history