mjcarroll / r2s

134 stars 5 forks source link

Update header to use real data #4

Closed jennuine closed 3 weeks ago

jennuine commented 4 weeks ago

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:

poetry run pip install numpy