[FEAT] Successfully controlling robot arm
Created by: otischung
- Create an
ArmManager
global pointer. - Initialize the
ArmManager
increate_entities()
. - Also delete the
ArmManager
indestroy_entities()
. - Increase the
rmw_uros_ping_agent(500, 1)
from 100 to 500ms. - Increase the arm movement step to increase the speed.
- Add build flags to prevent timeout
Set
RMW_UXRCE_ENTITY_CREATION_DESTROY_TIMEOUT=0
to prevent timeout ofcreate_entities()
.