Skip to content

Comments

Perception lidar#73

Open
sunzengpeng wants to merge 20 commits intomasterfrom
perception_lidar
Open

Perception lidar#73
sunzengpeng wants to merge 20 commits intomasterfrom
perception_lidar

Conversation

@sunzengpeng
Copy link
Collaborator

No description provided.


```bash
bash apollo.sh build
bash apollo.sh build_gpu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to address if you build without perception, use apollo.sh build, if not ,use apollo.sh build_gpu


VERSION_X86_64="diamond-auto-x86_64-18.04-20200925_1303"
#VERSION_X86_64="diamond-auto-x86_64-18.04-20200925_1303"
#VERSION_X86_64="dev-x86_64-18.04-20200926_1057"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove comment line.

@@ -0,0 +1,4 @@
obst_output_channel: "/diamond/perception/Obstacles"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Channel name should be lower case.

@@ -5,9 +5,13 @@ boost::shared_ptr<pcl::visualization::PCLVisualizer> viewer(

bool Lidar_pointcloudcluster::Init() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Class name use camel case by code style

module_library : "/apollo/bazel-bin/modules/perception/lidar_pointcloudcluster/lidar_pointcloudcluster.so"
components {
class_name : "lidar_pointcloudcluster"
class_name : "Lidar_pointcloudcluster"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Class name naming style

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants