MCPcopy Create free account
hub / github.com/CopterExpress/clover / initNode

Function initNode

clover_blocks/www/python.js:141–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139}
140
141function initNode() {
142 Blockly.Python.definitions_['import_rospy'] = 'import rospy';
143 generateROSDefinitions();
144}
145
146function simpleOffboard() {
147 rosDefinitions.offboard = true;

Callers 2

simpleOffboardFunction · 0.85
python.jsFile · 0.85

Calls 1

generateROSDefinitionsFunction · 0.85

Tested by

no test coverage detected