Code foundation exam issues

Hi Constructsim staff,

I am taking the Code foundation exam now and I have some problems in testing task2.py and task3.py.

For these two files, I cannot do any local simulation. For example, in task2 of the Linux exam, we can use “rosrun linux_exam small_square.py” to perform the simulation. But there is no instruction on the Python exam for us to do similar simulation to validate the code. Would you teach me how should I do that?

Thank you!

Hello @yhuangece ,

You can run the script directly with Python like this (from the folder where you have the script):

python task2.py

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