![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.15 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.15 (2019-06-28)
- Minor update to fix an incorrect declaration of a static const variable under certain compilers
- Contributors: David Kent
0.1.14 (2019-06-27)
- Added new service which takes in a point cloud to segment
- Contributors: David Kent, Weiyu Liu
0.1.13 (2019-06-07)
- Safer wait for point cloud that checks timestamps
- Switched continuous point cloud polling for waitForMessage
- Added an option to publish marker labels for each cluster for debugging
- Added a flag to the segmentation zone config to require a table; if this is set to true, segmentation will only be performed if a surface was successfully detected in the current segmentation zone.
- New service for re-calculating (or filling in uncalculated) features of segmented objects, assuming that at minimum the point cloud field is set
- Exposed cluster tolerance as a parameter
- Optional parameter for cropping the workspace before table detection (defaults to false so it won't change behavior for anything currently using rail_segmentation), which potentially speeds up segmentation but may cause table detection to fail more often when segmenting in small, cluttered segmentation zones
- Contributors: David Kent
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rail_segmentation at Robotics Stack Exchange
![]() |
rail_segmentation package from rail_segmentation reporail_segmentation |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.1.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/GT-RAIL/rail_segmentation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-02-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Russell Toris
- David Kent
Authors
- Russell Toris
- David Kent
rail_segmentation
Segmentation Functionality from the RAIL Lab
For full documentation, see the ROS wiki.
License
rail_segmentation is released with a BSD license. For full terms and conditions, see the LICENSE file.
Authors
See the AUTHORS.md file for a full list of contributors.
Changelog for package rail_segmentation
0.1.12 (2018-10-12)
- Replacing deprecated pcl call to upgrade ROS versions
- Contributors: David Kent
0.1.11 (2018-09-21)
- Segmenter.h: Fix compilation error with -std=c++11. This commit fixes compilation errors due to compilation with std=c++11, such as: include/rail_segmentation/Segmenter.h:82:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double rail::segmentation::Segmenter::SAC_EPS_ANGLE’ of non-integral type [-fpermissive] static const double SAC_EPS_ANGLE = 0.15; \^~~~~~~~~~~~~ Signed-off-by: Elvis Dowson <<elvis.dowson@gmail.com>>
- Fixing a small bug so that the segment_objects service matches the topic data
- Better bounding box calculation, added average rgb and cielab color to segmented object messages as they are calculated anyway, and added an alternative service api, segment_objects, that returns the segmented object list in the service response (while still broadcasting the segmented object list on the topic)
- Constant definition fix for functions with reference parameters
- Added option for euclidean + RGB clustering instead of solely euclidean distance
- Contributors: David Kent, Elvis Dowson, Levon Avagyan, Russell Toris, Siddhartha Banerjee
0.1.10 (2016-09-17)
- Merge pull request #4 from velveteenrobot/publish-table Now publishes table as SegmentedObject and table marker as Marker
- Now publishes table as SegmentedObject and table marker as Marker
- New travis for indigo and jade
- email update
- Contributors: Russell Toris, Sarah Elliott
0.1.9 (2016-02-23)
- Update .travis.yml
- Update README.md
- Update package.xml
- Added a node that continuously calls the segmentation service
- Contributors: David Kent
0.1.8 (2015-05-14)
- allows for params of min/max cluster size
- Contributors: Russell Toris
0.1.7 (2015-05-07)
- removed hard coded constants
- angle fix
- Approximated segmented object orientation with PCA
- Contributors: David Kent, Russell Toris
0.1.6 (2015-04-22)
- cleared flag added
- Contributors: Russell Toris
0.1.5 (2015-04-15)
- Added center point calculation for segmented objects
- Contributors: David Kent
0.1.4 (2015-04-14)
- quick travis fix
- old parser format
- Update .travis.yml
- Contributors: Russell Toris
0.1.3 (2015-04-10)
- bounding box info added
- Contributors: Russell Toris
0.1.2 (2015-04-03)
- cmake cleanup
- header cleanup
- header cleanup
- header cleanup
- checks for incoming point cloud first
- new lines added
- new lines added
- more const ptrs
- moved to ptr based storage
- const ptrs
- Contributors: Russell Toris
0.1.1 (2015-03-31)
- segmentation debug is now latched
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
pcl_conversions | |
pcl_ros | |
roscpp | |
rail_manipulation_msgs | |
roslib | |
sensor_msgs | |
std_srvs | |
tf | |
tf2 | |
tf2_ros | |
catkin | |
message_runtime |
System Dependencies
Name |
---|
boost |
pkg-config |
yaml-cpp |