C++ Headers missing in https://bitbucket.org/theconstructcore/basic_ros2_extra_files.git

Hello SupportTeam,
I am just working my way through the brand new version of the ROS2 in 5 Days C++ course.
In section 3.7 you suggest the following commands:
cd ~/ros2_ws/src/
git clone Bitbucket
cp basic_ros2_extra_files/plant_detector/plant_detector.hpp ~/ros2_ws/src/mars_rover_tasks/include/mars_rover_tasks/
cp basic_ros2_extra_files/plant_detector/plant_detector.cpp ~/ros2_ws/src/mars_rover_tasks/src/
However, the cp instructions fail since the headers and cpp files are just not present in the repository, neither in my dir after the clone nor on the public repository on the bitbucket page.
Would you be so kind to add this files? Btw, the mars theme of the course is fabulous.
Kind regards
Stephan Neser

@SteveHda
Thanks for letting us know. We’ll take a look asap and revert

Hello Steve,
The files have been added to the repo.
Thank you so much for bringing the issue to our attention. Please feel free to let us know if you encounter any other issues with the course.

Now it works! Thank you!

1 Like

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