Issue installing Robotics Academy on macOS #3191
-
|
I’m facing issues installing Robotics Academy on macOS. The official documentation does not seem to provide a download or installation steps for macOS. I would be grateful if someone could share the correct commands or point me toward a reference that explains the macOS installation process. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
Hi @Sarvesh-Mishra1981 , nice to meet you. Yeah, the official documentation is mostly oriented to Linux and MS-Windows machines.... It will be nice you help on improving the documentation for MacOS machines. As RoboticsAcademy user the procedure is to download the RADI (RoboticsAcademy Docker Image) from JdeRobot's DockerHub and launching it locally. As the GPU support is tricky (although very convenient to run the Gazebo simulator inside RADI in a fluent way), I would suggest launching the RADI with only-CPU instructions, without GPU acceleration for now. Another way, a little bit more complex, is to follow the RoboticsAcademy instructions to build locally a RADI after you download all the repositories locally. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Sarvesh-Mishra1981, Please note that the updates are currently not part of the latest release so if you wish to check them out clone the repo and follow the developer setup from here |
Beta Was this translation helpful? Give feedback.
-
|
Hello @jmplaza VIDEO-2025-09-15-21-59-41.mp4I have successfully completed the first exercise of JdeRobot Robotics Academy, |
Beta Was this translation helpful? Give feedback.
-
|
Thankyou @jmplaza |
Beta Was this translation helpful? Give feedback.
Hello @jmplaza
VIDEO-2025-09-15-21-59-41.mp4
I have successfully completed the first exercise of JdeRobot Robotics Academy,
where I built a line-following robot using OpenCV for vision and a PID controller for smooth movement. Through this task, I learned how to process images, detect colors, calculate centroids, and apply control theory to guide the robot in real-time. It was both challenging and exciting, and I feel I gained valuable hands-on experience combining computer vision with robotics control. This exercise showed me how complex ideas can come together in a practical way, and I’m really thankful to the JdeRobot team for creating such an amazing platform to learn and gro…