I set workspace to be os.getcwd() for now. If you had something else in mind lmk.
Also, I put rclpy.create_node() in a try catch because for some reason my virtual environment no longer had numpy installed, which raised the exception. Hopefully you won't run into this but to fix I ran:
I set workspace to be
os.getcwd()
for now. If you had something else in mind lmk.Also, I put
rclpy.create_node()
in a try catch because for some reason my virtual environment no longer had numpy installed, which raised the exception. Hopefully you won't run into this but to fix I ran: