It will be more respectful for all possible users to remove the master / slave terminology from the lib.
|
let MasterApiClient = require('./MasterApiClient.js'); |
|
let SlaveApiClient = require('./SlaveApiClient.js'); |
PR with initial replacements: #152. I'm not sure what will break yet.
⬛
It will be more respectful for all possible users to remove the
master/slaveterminology from the lib.rosnodejs/src/lib/RosNode.js
Lines 22 to 23 in af5d458
PR with initial replacements: #152. I'm not sure what will break yet.
⬛