super().init(’<node_name>’)
is displaying
bash: syntax error near unexpected token `.init’
This is in tutorial 2 of the ROS(Python) in 5 days course.
Please let me know what mistake i am committing.
super().init(’<node_name>’)
is displaying
bash: syntax error near unexpected token `.init’
This is in tutorial 2 of the ROS(Python) in 5 days course.
Please let me know what mistake i am committing.
Although I am new and still learning, but i think it should be —
super.init_node('node_name')
You can give it a try.
Please let us know the exact exercise you are trying to solve.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.