File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# See: https://github.com/MOLAorg/mp2p_icp/tree/develop/apps/sm2mm
55#
66# Explanation of this particular pipeline:
7- # - Generators: empty, so the default generator is used (everything in one
8- # layer named 'raw' with all points).
7+ # - Generators: default generator is used (creates an 'raw' layer).
98# - Filters: Deskew using IMU, remove close points.
109# - Final filters: intensity normalization.
1110# -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 44# See: https://github.com/MOLAorg/mp2p_icp/tree/develop/apps/sm2mm
55#
66# Explanation of this particular pipeline:
7- # - Generators: empty, so the default generator is used (everything in one
8- # layer named 'raw' with all points).
7+ # - Generators: default generator is used (creates an 'raw' layer).
98# - Filters: Deskew using IMU, remove close points.
109# - Final filters: intensity normalization, MLS filtering.
1110# -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 44# See: https://github.com/MOLAorg/mp2p_icp/tree/develop/apps/sm2mm
55#
66# Explanation of this particular pipeline:
7- # - Generators: empty, so the default generator is used (everything in one
8- # layer named 'raw' with all points).
7+ # - Generators: default generator is used (creates an 'raw' layer).
98# - Filters: Just one downsampling filter, with an additional removal of close
109# points (e.g. the robot body)
1110# -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 44# See: https://github.com/MOLAorg/mp2p_icp/tree/develop/apps/sm2mm
55#
66# Explanation of this particular pipeline:
7- # - Generators: empty, so the default generator is used (everything in one
8- # layer named 'raw' with all points).
7+ # - Generators: default generator is used (creates an 'raw' layer).
98# - Filters: Just one downsampling filter, with an additional removal of close
109# points (e.g. the robot body)
1110# -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -354,10 +354,10 @@ bool Generator::filterPointCloud( //
354354
355355 outPc = std::dynamic_pointer_cast<mrpt::maps::CPointsMap>(obj);
356356 ASSERTMSG_ (
357- obj , mrpt::format (
358- " Error creating class of type '%s': it does not seem to be derived from "
359- " CPointsMap as expected." ,
360- params.default_pointcloud_class .c_str ()));
357+ outPc , mrpt::format (
358+ " Error creating class of type '%s': it does not seem to be derived from "
359+ " CPointsMap as expected." ,
360+ params.default_pointcloud_class .c_str ()));
361361 }
362362 ASSERT_ (outPc);
363363
You can’t perform that action at this time.
0 commit comments