You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
@joaomoura24 I remember you had looked into actions before, did you implement an action? Would appreciate any input/suggestions - or better, if you had time to re-implement these services as actions?
The text was updated successfully, but these errors were encountered:
The move_to_joint_state service takes as input a goal joint state configuration and duration. The simulated robot in pybullet is moved from its current configuration to the goal in the specified duration.
The move_to_initial_joint_state is exactly the same, only the the goal joint configuration is the one specified in the yaml config file (there is currently a small interface issue Fix move to initial state service #149 but that will be fixed soon).
The move_to_eff_state is similar to the previous two but differs in that rather than providing a goal joint state, you provide a goal end-effector state - the IK is done using pybullet's internal IK routines.
If you start a remapper before calling these services the real robot will move also.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are some services that make more sense as actions.
Services that could potentially be actions:
@joaomoura24 I remember you had looked into actions before, did you implement an action? Would appreciate any input/suggestions - or better, if you had time to re-implement these services as actions?
The text was updated successfully, but these errors were encountered: