ros-tooling / setup-ros

Github Action to set up ROS 2 on hosts
Apache License 2.0
85 stars 38 forks source link

Adding apt dependencies for noble #660

Closed ct2034 closed 3 months ago

ct2034 commented 3 months ago

Fixes #659

ct2034 commented 3 months ago

This does not seem to work. I am at then end of my typescript knowledge :D

christophebedard commented 3 months ago

The reason why your changes don't actually do anything is because you need to re-build the dist/index.js file, see DEVELOPING.md. If you haven't done this kind of JS/TS/Node.js development before, this is understandable :grin:

This should all be done by #658. We do need to clean up that list, though.

ct2034 commented 3 months ago

Beautiful. Thanks for the clarification (x2) 😊