Felix F Xu

Results 37 issues of Felix F Xu

Hi, I am trying to build this project on Windows 11 (Visual Studio 2022). I had an error like this: ``` CMake Error at C:/autoware/install/share/pcl_ros/cmake/export_pcl_rosExport.cmake:104 (message): The imported target "pcl_ros::pcl_ros_filters"...

Hi, When I run: `ros2 launch pcl_ros sample_voxel_grid.launch`: I got this error ``` [INFO] [launch]: All log files can be found below /home/c/.ros/log/2023-08-09-15-52-28-905699-h-7890 [INFO] [launch]: Default logging verbosity is set...

### 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:documentation

### 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:improvement

Hi, in `ImageMagick/ImageMagick-Windows`, there is a .cmd and then a .sh to download all the git repos, it seems that those repos are already existed in this `VisualMagick` as sub...

### Where is the problem? https://docs.modular.com/mojo/manual/decorators/ ### What can we do better? `@export` is mentioned in the change log https://docs.modular.com/mojo/changelog.html (2023-07-20), but I can't find the document under the `Mojo...

mojo-repo
mojo-docs
docs

### 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...

status:help-wanted
type:improvement

Hi, I'm reading the autoware.ai document while I install autoware.ai 1.13 from source. it says (https://github.com/autowarefoundation/autoware_ai_documentation/wiki/Source-Build#system-dependencies-for-ubuntu-1804--melodic): $ sudo apt install -y python3-pip python3-colcon-common-extensions python3-setuptools python3-vcstool $ pip3 install -U setuptools...

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Use libadwaita in system default version (like in Ubuntu 22's, libadwaita...

enhancement

Hi, I checked all the typescript templates, all of them have a `vite.config.ts` file, I'm curious to know if `vite` is required to run? What if I use tsc to...