You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\Samst\PycharmProjects\ROS_test\main.py", line 37, in <module>
builder.build()
File "C:\Users\Samst\PycharmProjects\ROS_test\.venv\Lib\site-packages\opengen\builder\optimizer_builder.py", line 867, in build
ros_builder.build()
File "C:\Users\Samst\PycharmProjects\ROS_test\.venv\Lib\site-packages\opengen\builder\ros_builder.py", line 215, in build
self.__copy__ros_files() # Copy certain files
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Samst\PycharmProjects\ROS_test\.venv\Lib\site-packages\opengen\builder\ros_builder.py", line 123, in __copy__ros_files
shutil.copyfile(original_lib_file, target_lib_file_name)
File "C:\Users\Samst\AppData\Local\Programs\Python\Python312\Lib\shutil.py", line 260, in copyfile
with open(src, 'rb') as fsrc:
^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Samst\\PycharmProjects\\ROS_test\\my_optimizers\\rosenbrock\\target\\release\\librosenbrock.a'
im using windows, and when i go to where 'librosenbrock.a' should be it isnt there ive got:
@SammyGlanville, thank you for reporting this. This is because you're trying to generate a ROS node on Windows. ROS (v1) doesn't run on Windows, but one may still need to generate a ROS node, move it to an embedded device and compile there. I will fix this so that it runs on Windows, but:
The user will have to compile their optimiser on the target device
im using windows, and when i go to where 'librosenbrock.a' should be it isnt there ive got:
The text was updated successfully, but these errors were encountered: