-
Notifications
You must be signed in to change notification settings - Fork 27
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
Incompatible with ROS Kinetic #330
Comments
@TheClearpathDash can you create kinetic-devel branch ? so that we can push our fix https://github.com/k-okada/pr2_mechanism/tree/kinetic-devel |
@k-okada I no longer am paid to be responsible for the PR2. |
@k-okada: please test ros-controls/ros_control#285 |
@ipa-mdl sorry for late, your ros-controls/ros_control#285 works fine for us! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been trying to build from source on Ubuntu 16.04 with ROS Kinetic and I've ran into the following compilation error:
The interface_manager of Kinetic requires empty constructor but the RobotState does not have one. May I know will it work without problem if I create an empty constructor for RobotState, since I see the input Robot model is public?
The text was updated successfully, but these errors were encountered: