[Bug] mistake in the notebook ROS C++ in 5 days

This is an error report.


Screenshot of the error


Error details

in the file transcription of file fibonacci_action_server.cpp in the notebook, we have at the end the line: FibonacciAction fibonacci("fibonacci"); with this, the recommended commands such as: rostopic echo /fibonacci_as/result dont not work, So, it seems that line should be: FibonacciAction fibonacci("fibonacci_as"); Additionaly, the answer of the exercise has a typo in: roslaunch exercise_413 move_drone_saquare.launch 'saquare' instead of 'square'

@undersound
Thanks so much for the report. I’m capturing it for review right away.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.