I am curious whether the Stretch-3 robot can perform two or more actions simultaneously (for example, base movement and looking around at the same time). I am currently developing based on the DynaMem repository, and from what I have observed, this functionality does not seem to be supported. I would like to know whether this is a hardware limitation or if it can be achieved by modifying the Stretch-3 robot’s software.
If I need to modify ROS2 code, could you recommend any relevant resources or references? For example, guidance on which parts of the code handle motion control or where to implement parallel command execution would be helpful. Specifically, knowing the location of the base movement or head control nodes (like in stretch_ros2_bridge/src/
or similar directories) and how to coordinate them for simultaneous operation would be appreciated.