Facing error in opening any execrcise #2436
lavish123409
started this conversation in
General
Replies: 1 comment 1 reply
-
Uhm... you mean with your own built miniRADI, right? The developer workflow seems to be broken... Does it work RoboticsAcademy on your machine when using RADI 3.4.30 (=ROS1-Noetic based) or RADI 4.4.32 (=ROS2-Humble based)? They are both downloadable from DockerHub. We are now pretty busy on the upcoming RoboticsAcademy 5.2 release, which has significant changes. Once we publish it we will refine the developer workflow and its documentation. Just wait a little bit. That 5.2 release will be the baseline for the RoboticsAcademy projects in GSoC-2024. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I have recently set up the repo. Now, when I am trying to run any exercise, I am receiving this error
Invalid roslaunch XML syntax: [Errno 2] No such file or directory: '/opt/jderobot/Launchers/{exercide_name}.launch.py'
.For follow line exercise, I manually copied the file from
/RoboticsAcademy/exercises/static/exercises/python_web_ide/launch/ros2_humble/simple_circuit_followingcam.launch.py
to/opt/jderobot/Launchers/
. But, then I am receiving this errorInvalid roslaunch XML syntax: syntax error: line 1, column 0
.I have just changed the version of node to 20x while building RADI and rest of the procedure is exactly same. Did I missed something in setting up the developer environment or something else?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions