ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

liyou zhou's profile - activity

2022-07-25 18:47:34 -0500 received badge  Necromancer (source)
2022-05-12 08:55:25 -0500 answered a question How to find dependencies on shared objects in ROS2?

You can try https://github.com/mvukov/rules_ros2. it is based on foxy and has fully pure bazel build files for ROS2. Eve

2021-05-31 16:13:26 -0500 answered a question CUDA dependency in autoware.auto

For parallel processing: there is only currently a limited amount of code in Autoware.auto that requires parallel accel

2021-05-27 08:55:13 -0500 received badge  Teacher (source)
2021-02-18 10:58:59 -0500 commented question Autoware Runtime Magager Error in Docker

yes this is due to how docker works.

2021-02-18 10:58:59 -0500 received badge  Commentator
2021-02-18 10:12:54 -0500 commented question Autoware Runtime Magager Error in Docker

runner docker images could take up some space. you can clean up space following this: https://docs.docker.com/config/pru

2021-02-18 09:08:28 -0500 commented question Autoware Runtime Magager Error in Docker

no, it should be at "~/.autoware"

2021-02-18 08:38:11 -0500 commented question Autoware Runtime Magager Error in Docker

you should download and extract the bag files from inside the docker container to the ~/.autoware folder.

2021-02-18 03:38:52 -0500 commented question Autoware Runtime Magager Error in Docker

~/.autoware directory is not mirrored into the docker container. only $HOME/shared_dir is mirrored. you should download

2020-10-23 10:41:57 -0500 commented answer lidar_euclidean_cluster_detect frame is wrong

Hi Mackou, The main autoware development is happening on github https://github.com/Autoware-AI/core_perception. Would lo

2020-07-16 15:16:42 -0500 commented question Backwards movement in Autoware 1.13

does pure_persuit node do backwards driving maybe? https://github.com/Autoware-AI/core_planning/tree/6f74dfc7b2dfd1a2071

2020-07-16 04:58:44 -0500 commented question Backwards movement in Autoware 1.13

https://github.com/Autoware-AI/core_planning/blob/6f74dfc7b2dfd1a20713ce24eb352debb981c833/freespace_planner/README.md m

2020-05-18 02:52:17 -0500 commented question [Autoware] why do nothing when the state is on STATE::STOPPING

Maybe stopping is done by a nother node?

2020-05-15 10:07:10 -0500 received badge  Enthusiast
2020-05-04 03:57:01 -0500 received badge  Supporter (source)
2020-01-31 09:49:33 -0500 received badge  Notable Question (source)
2019-12-17 01:47:42 -0500 received badge  Popular Question (source)
2019-12-16 16:00:37 -0500 received badge  Student (source)
2019-12-12 09:00:44 -0500 asked a question I want to compile a list of libararies that Autoware depends on

I want to compile a list of libararies that Autoware depends on Can I get some suggestions on how to get started please?

2019-10-16 04:15:50 -0500 commented answer [Autoware 1.12.0] cannot run the simulation with lgsvl simulator

don't run simulation via the runtime manager. that integration is most likely out of date. Just open the simulator separ

2019-10-15 07:49:00 -0500 answered a question [Autoware 1.12.0] cannot run the simulation with lgsvl simulator

vision_ssd_detect module needs to be built separately. It will not be built automatically by colcon. you will find instr

2019-10-15 05:38:09 -0500 received badge  Rapid Responder (source)