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
ROS node constructor can take an extra parameter to specify the namespace. We need to add this to the MRMLROS2NodeNode to support multiple robots. We can assume that we will use one node node per robot.
The text was updated successfully, but these errors were encountered:
* removed old code so logic only uses new MRML nodes #32
* ROS nodes now added to SlicerROS2 logic when restored from xml #14
* `CreateAndAddXXX` methods moved from logic to ROS node since the publishers/subscribers... are attached to the node #46
ROS node constructor can take an extra parameter to specify the namespace. We need to add this to the MRMLROS2NodeNode to support multiple robots. We can assume that we will use one node node per robot.
The text was updated successfully, but these errors were encountered: