Vincent Richard

Results 40 issues of Vincent Richard

### Checklist - [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md). - [X] I've searched other issues and no duplicate issues were found. - [X] I'm convinced that this is not my...

bug
help wanted

### Checklist - [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md). - [X] I've searched other issues and no duplicate issues were found. - [X] I'm convinced that this is not my...

type:bug
status:help-wanted
status:stale

### Checklist - [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md). - [X] I've searched other issues and no duplicate issues were found. - [X] I'm convinced that this is not my...

high priority
control

Hi, I have observed some strange camera behavior with the current version, it can be reproduced with the board.rs example: - [ ] when the mouse is used to rotate...

Hi I have encountered a `double free or corruption (out)` while using `teb_local_planner`. The error has been reported on the `teb_local_planner` github page [here]( https://github.com/rst-tu-dortmund/teb_local_planner/issues/336), but it seems the error...

I think there is some design issue with `ProbRoadmapGraph::createGraph`. The point of the function is to generate random paths to maximize the chances for teb to find a good path,...

As discussed in https://github.com/rst-tu-dortmund/teb_local_planner/issues/340

As it has been pointed out before in another discussion (https://github.com/rst-tu-dortmund/teb_local_planner/pull/234), teb spends quite a lot of time computing sin/cos while optimizing the graph. Using google profiling tools, I can...

I have been playing with compilation flags to see if I can slightly speed up teb_local_planner. In particular I have tested `-march=native`, which seems to always cause a `double free...

`penalty_epsilon` is used in the edges to as safety margin. The value is flat (eg. 0.15) and used for almost everything. For example, if max speed `max_vel_x` is set to...