How to launch autoware after pulling new code? #4611
beginningfan
started this conversation in
General
Replies: 2 comments 4 replies
-
@beginningfan Thank you for the proposal. I think it would be nice to have a single lidar sample launch as well. Maybe we can add something like |
Beta Was this translation helpful? Give feedback.
4 replies
-
There is a new repo to store |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We encountered a problem while using autoware with only one LIDAR.
Specifically, during the
pointcloud_preprocessor
, there is onecrop_box_filter
node that clips the pointcloud, but in the actual operation process, twocrop_box_filter
nodes are needed for clipping. An issue has also been mentioned before, and there is also a corresponding PR. But thepolygon_remover
node has not been used. This results in the need to re-add the relevant code to launch autoware every time after pulling new code.So I want to ask how to quickly start the entire autoware every time after pulling new code?
Beta Was this translation helpful? Give feedback.
All reactions