I am trying to set up an SD card from scratch to work on the ROSbot 3 PRO with the bring up script. I have installed Ubuntu 24.04 and ROS 2 Jazzy successfully. Then I started following this tutorial on how to set up the robot: https://github.com/husarion/rosbot_ros/blob/jazzy/README.md
I installed the necessary tools.
I created a workspace in Documents called ros2_ws
I configured the environment
In build I do most of the commands successfully, but when I get to colcon build --symlink-install --packages-up-to rosbot --cmake-args -DCMAKE_BUILD_TYPE=Release I get the following errors
Since I am limited to a number of characters and the txt format is not supported, I have put the output in a cpp file as txt.
Once the OS is installed, please continue with the setup by following this quick start tutorial ROSbot 3 / 3 PRO - quick start | Husarion.
After completing these steps, your ROSbot will be fully ready to use.
Thank you. I have already started by using it but often get problems with it not bein customizable - restrictions for installing pip, python libraries outside of an environment, using snap variables that have caused additional problems until I discovered that they are set differently than the .bashrc… That’s why I wanted to install everything from scratch.