Romain Reignier

Results 35 issues of Romain Reignier

Hello, First, thank you very much for this library, nicely written. I have used it with success on an Arduino Uno but did not managed to get it running with...

Hi, I really like how easily `complete` allows to add completion to CLI tools using `flag` but since I use it, I have lost the classic bash completion on filenames...

enhancement
question

Hi! Thanks for this project that looks promising. I know nothing about J2534 but this seems interesting. I was wondering if the Linux CAN API socket can could be used...

enhancement

Feature ExposureTime is not available if ExposureMode is not set to Timed so check for ExposureMode in arv_camera_is_exposure_time_available. I don't know for the other series so change the behavior on...

**Is your feature request related to a problem? Please describe.** I am using an Allied Vision Alvium 1800U camera and the function `arv_camera_uv_is_bandwidth_control_available()` always returns `false` while `arv_camera_uv_set_bandwidth()` works as...

1. Enhancement
5. Camera

**Is your feature request related to a problem? Please describe.** I would like to test an application using the Software trigger source on the fake camera because I do not...

1. Feature
5. Simulator

When converting a GridMap to an OpenCV image with the method `grid_map:GridMapCvConverter::toImage`, the cv::Mat is initialized with zeros (black pixels) ([here](https://github.com/ethz-asl/grid_map/blob/7e8dacfd33582522705637186c9acb641c0bd75b/grid_map_cv/include/grid_map_cv/GridMapCvConverter.hpp#L208)) then, only *finite* values are copied from the GridMap...

EDIT: see https://github.com/rust-analyzer/rust-analyzer/issues/11080#issuecomment-1010840901 --- **rust-analyzer version**: "Rust Analyzer: Show RA Version" command does nor exist, extension install dir: `matklad.rust-analyzer-0.2.867` **rustc version**: `rustc 1.56.0 (09c42c458 2021-10-18)` **OS Version**: Ubuntu 18.04.6 **VS...

This Github Action workflow allows to build the image for amd64, armv7 and arm64 platforms. This should fix #83 The images are not built on Docker Hub itself but on...

This is a naive approach, not much optimized because each call to `String::replace()` will allocate a new `String`, a bit like the [`rospy` implementation](https://github.com/ros/ros_comm/blob/f5fa3a168760d62e9693f10dcb9adfffc6132d22/tools/rosgraph/src/rosgraph/roslogging.py#L247-L287). I did not implement the tokens...