Composable robot interface #1059
PetervDooren
started this conversation in
General
Replies: 1 comment
-
Wisdom from @jlunenburg:
Best to tackle not too many things at a time. Currently, Peter is working on i) (and ii) This would result in robot.arm.gripper.send_goal(open) which is i) not generic because it makes assumptions on the structure of the robot and ii) breaks the api so that robot smach states do not work anymore to resolve ii, we can temporarily add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goal:
Different robots have different capabilities. We have noticed that a robot interface should not be designed for just one robot but rather should be able to describe many different robots. We want to create a robot interface that can be composed of multiple different parts.
Beta Was this translation helpful? Give feedback.
All reactions