Kevin Greene
Kevin Greene
For example: ```rust let mut cube = window.add_cube(1.0, 1.0, 1.0); let alpha = 0.8; cube.set_color(1.0, 0.0, 0.0, alpha); ``` Alternatively: ```rust let mut cube = window.add_cube(1.0, 1.0, 1.0); cube.set_color(1.0, 0.0,...
Might be related to #307 I am using the python builder library for the xviz server. I have verified that the json state_update sent to streetscape looks as expected. This...
# 🚀 feature request ### Relevant Rules pip_install_dependencies macro from `@rules_python//python/pip_install/repositories.bzl` ### Description In our CI, we frequently see download errors caused by failing to download dependencies from rules_python. For...
I'd like the ability to run mandelbulb3d from the commandline, passing an m3a file and a frame range, and potentially also an output directory. The use-case I have in mind...
My machine is running Ubuntu 18.04 with an nvidia 2080 gpu. I run the following command after following the setup instructions and verifying cuda / clang work: ``` bazel build...
I ran into another potential snag. I created a `bag` target like so: ```bzl load("@com_github_mvukov_rules_ros2//ros2:bag.bzl", "ros2_bag") ros2_bag( name = "bag", idl_deps = [ "@ros2_common_interfaces//:nav_msgs", "@ros2_common_interfaces//:sensor_msgs", "@ros2_common_interfaces//:std_msgs", "@ros2_rcl_interfaces//:rcl_interfaces", "@ros2_rosbag2//:rosbag2_interfaces", ], )...
edit: See below comments where I dug in a bit deeper and found a potentially broader issue. Hi! I love this project and have been using it successfully for many...
Implement `_install_treeartifact` and `_install_symlink` functions or the pkg_install rule.
### Module location https://github.com/robotology/osqp-eigen ### Link to bzlmod issue in the module's repository _No response_ ### Any other context to provide? _No response_ ### Fund our work - [ ]...
### Module location https://pagure.io/libaio ### Link to bzlmod issue in the module's repository _No response_ ### Any other context to provide? Needed by folly. See: https://github.com/bazelbuild/bazel-central-registry/issues/3557 ### Fund our work...