-
Notifications
You must be signed in to change notification settings - Fork 164
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
Gazebo simulation error #221
Comments
Hi @AaronLiu666, This is because waypoints were added in the 2.3 release of the Kortex API about a year ago. You can use the old version of the example (before it was updated with the waypoints system) : https://github.com/Kinovarobotics/ros_kortex/blob/v2.2.2/kortex_examples/src/full_arm/example_full_arm_movement.py I have not tested it, but it should still work pretty much out of the much with maybe some minor tweaks. Regards, Edit: I will link this other issue that was about the same topic : #191 |
Hi @AaronLiu666 I assume I answered the original issue. I will close it. Regards, |
Description
No changes on the code. The example_full_arm_movement.py seems not working with simulation in gazebo but works perfectly on a real arm( gen3 with robotiq 85). I dont know why and this is what it gives me:
[ WARN] [1646814359.447489155, 108.788000000]: The simulation handler for base/clear_faults is not implemented, so the service calls will return the default response.
[ WARN] [1646814361.953915393, 111.292000000]: The simulation handler for base/activate_publishing_of_action_topic is not implemented, so the service calls will return the default response.
[ WARN] [1646814363.555786747, 112.893000000]: The simulation handler for control_config/set_cartesian_reference_frame is not implemented, so the service calls will return the default response.
[ WARN] [1646814363.807976884, 113.145000000]: The simulation handler for base/get_product_configuration is not implemented, so the service calls will return the default response.
[ERROR] [1646814363.811806143, 113.149000000]: Unsupported action type 0 : could not execute simulated action.
And the spawn terminal stuck at this:
Executing Kortex action ExecuteWaypointTrajectory...
Version
ROS distribution : melodic
Branch and commit you are using : melodic
Steps to reproduce
Code example (if necessary)
Expected behavior
Nothing happens but this WARNING AND ERROR
[ WARN] [1646814359.447489155, 108.788000000]: The simulation handler for base/clear_faults is not implemented, so the service calls will return the default response.
[ WARN] [1646814361.953915393, 111.292000000]: The simulation handler for base/activate_publishing_of_action_topic is not implemented, so the service calls will return the default response.
[ WARN] [1646814363.555786747, 112.893000000]: The simulation handler for control_config/set_cartesian_reference_frame is not implemented, so the service calls will return the default response.
[ WARN] [1646814363.807976884, 113.145000000]: The simulation handler for base/get_product_configuration is not implemented, so the service calls will return the default response.
[ERROR] [1646814363.811806143, 113.149000000]: Unsupported action type 0 : could not execute simulated action.
Any other information
Dont know why but other example codes works fine with both simulation and real arm. Only this one does not work in simulation but no warn or error with real arm.
The text was updated successfully, but these errors were encountered: