-
Notifications
You must be signed in to change notification settings - Fork 118
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
panda_ros_controllers.yaml is broken #95
Comments
I guess this is somehow related. Running
Note that |
see maybe moveit/panda_moveit_config#83 and frankaemika/franka_ros#148 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
panda_ros_controllers.yaml is broken in the released version of Foxy which impacts the tutorial. You get a bunch of errors about a missing type for panda_hand_controller.
If you go ahead and build this package from source and install the package
position_controllers
you get a new issue where it complains aboutposition_controllers/GripperActionController
not existing. As far as I can tell that's not a controller in theposition_controllers
package from ros2_control. If I change it to the one type that is in there:position_controllers/JointGroupPositionController
and the joints lines below like this to get it to initialize:I then get this error from the rviz demo tutorial:
The text was updated successfully, but these errors were encountered: