Replies: 1 comment
-
Most nodes are meant to be started using a launch file, for example: https://github.com/autowarefoundation/autoware.universe/blob/main/sensing/pointcloud_preprocessor/launch/preprocessor.launch.xml
Here all the parameters have default values so you can directly run the launch file. You mention autoware.auto but my reply is about autoware.universe as auto is no longer supported. |
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
-
I installed the autoware.auto from the source and tried to use its perception stack.
Tried to run this command.
ros2 run pointcloud_preprocessor concatenate_pointclouds_node
and then got an error "Need an 'output_frame' parameter to be set before continuing!"
Tried to change in the xml to world (which is published). but the error is still there.
Any suggestiosn?
Beta Was this translation helpful? Give feedback.
All reactions