mvukov / rules_ros

Build ROS (1) with Bazel
Apache License 2.0
24 stars 12 forks source link

Add example for bzlmod and fix usage #33

Closed hofbi closed 3 months ago

hofbi commented 4 months ago

Add an example for how to consume via bzlmod and fixes https://github.com/mvukov/rules_ros/issues/32 by removing the dev_dependency = True from rules_python.

Also bumps rules_python to the latest version.

hofbi commented 4 months ago

Not sure why adding a new example breaks existing examples

hofbi commented 4 months ago

@mvukov I cannot reproduce the issue locally. Any idea?

mvukov commented 3 months ago

Addressed in #43 , I believe.