No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.3.0 |
License | LGPL |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/clearpathrobotics/lms1xx.git |
VCS Type | git |
VCS Version | noetic-devel |
Last Updated | 2021-01-25 |
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
The lms1xx package contains a basic ROS driver for the SICK LMS1xx line of LIDARs.
Additional Links
Maintainers
- Mike Purvis
Authors
- Konrad Banachowicz
CHANGELOG
Changelog for package LMS1xx
0.3.0 (2021-01-24)
- Changed shebang to python3.
- Fixed typo in find_sick script.
- Update the python scripts so they'll work with python3
- Switched to industrial_ci for TravisCI.
- Contributors: Chris I-B, Tony Baltovski
0.2.0 (2019-07-16)
- Updates for console bridge deprecated macros
- Fixed warning about inconsistent namespace redefinitions for xmlns:xacro.
- Fixed formatting
- Added inf to be set for min range
- Contributors: Dave Niewinski, Tony Baltovski
0.1.6 (2017-05-04)
- Added max/min angle to gazebo plugin.
- [ros params] Adding 'port' parameter. (#35)
- Add robot namespace to lidar plugin
- Exposed parameters min_range and max_range
- add parameters 'sample_size' and 'update_rate' for gazebo's ray plugin
- Contributors: Achim, CyrillePierre, Mike Purvis, Paul Bovbel, Tony Baltovski, bikramak@aandkrobotics.com
0.1.5 (2015-12-18)
- Rework startup/reconnection logic.
- Add roslaunch, roslint checks.
- Other fixes, including a new buffer class with tests.
- Add travis.
- Apply astyle to original package.
- Remove screen attribute from example launcher.
- Contributors: Mike Purvis
0.1.4 (2015-09-04)
- Another startup bugfix.
- Contributors: Tony Baltovski
0.1.3 (2015-07-16)
- Added URDF with simulation plugin.
- Added script to set static IP of LMS1xx
- Fixed startup publishing issue
- Removed one second delay in login
- Contributors: Mike Purvis, Mustafa Safri, Tony Baltovski
0.1.2 (2015-01-20)
- More robust startup for LMS1xs, retries instead of just dying.
- Switch to console_bridge logouts, separate lib.
- Remove buffer flush at conclusion.
- Use LMS1xx reported configuration instead of capabilities for angle_min, max, etc...
- Use output range query for min & max angles, num_values, and time_increment. Previously, the code would query the LMS1xx for its capabilities, which might exceed its current configuration (in terms of angle range). Now, we query the LMS1xx for its configuration when setting scan parameters such as min & max angle, number of values reported, and time increment.
- Add getScanOutputRange() to read outputRange data from the LMS1xx.
- Contributors: Mike Purvis, Patrick Doyle
0.1.1 (2014-08-18)
- Changed the pkg and name so that the launch file is able to find the package.
- Fix assignment in if() to comparison.
- Contributors: Jeff Schmidt, Mike Purvis
0.1.0 (2014-02-27)
- Fix example launch file and install it.
- Fix project name in CMakeLists.
- Adding original author, readme
- Contributors: Mike Purvis
0.0.1 (2014-02-27)
- Initial release
- Contributors: MLefebvre, Mike Purvis, Prasenjit Mukherjee
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
catkin | |
roslaunch | |
roslint | |
rosunit | |
rosconsole_bridge | |
roscpp | |
roscpp_serialization | |
sensor_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
- launch/LMS1xx.launch
-
- host [default: 192.168.1.14]
- publish_min_range_as_inf [default: false]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged lms1xx at Robotics Stack Exchange
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.1.7 |
License | LGPL |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/clearpathrobotics/lms1xx.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2020-01-20 |
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
The lms1xx package contains a basic ROS driver for the SICK LMS1xx line of LIDARs.
Additional Links
Maintainers
- Mike Purvis
Authors
- Konrad Banachowicz
CHANGELOG
Changelog for package LMS1xx
0.1.7 (2020-01-19)
- Fixed warning about inconsistent namespace redefinitions for xmlns:xacro.
- Added inf to be set for min range
- Contributors: Dave Niewinski, Tony Baltovski
0.1.6 (2017-05-04)
- Added max/min angle to gazebo plugin.
- [ros params] Adding 'port' parameter. (#35)
- Add robot namespace to lidar plugin
- Exposed parameters min_range and max_range
- add parameters 'sample_size' and 'update_rate' for gazebo's ray plugin
- Contributors: Achim, CyrillePierre, Mike Purvis, Paul Bovbel, Tony Baltovski, bikramak@aandkrobotics.com
0.1.5 (2015-12-18)
- Rework startup/reconnection logic.
- Add roslaunch, roslint checks.
- Other fixes, including a new buffer class with tests.
- Add travis.
- Apply astyle to original package.
- Remove screen attribute from example launcher.
- Contributors: Mike Purvis
0.1.4 (2015-09-04)
- Another startup bugfix.
- Contributors: Tony Baltovski
0.1.3 (2015-07-16)
- Added URDF with simulation plugin.
- Added script to set static IP of LMS1xx
- Fixed startup publishing issue
- Removed one second delay in login
- Contributors: Mike Purvis, Mustafa Safri, Tony Baltovski
0.1.2 (2015-01-20)
- More robust startup for LMS1xs, retries instead of just dying.
- Switch to console_bridge logouts, separate lib.
- Remove buffer flush at conclusion.
- Use LMS1xx reported configuration instead of capabilities for angle_min, max, etc...
- Use output range query for min & max angles, num_values, and time_increment. Previously, the code would query the LMS1xx for its capabilities, which might exceed its current configuration (in terms of angle range). Now, we query the LMS1xx for its configuration when setting scan parameters such as min & max angle, number of values reported, and time increment.
- Add getScanOutputRange() to read outputRange data from the LMS1xx.
- Contributors: Mike Purvis, Patrick Doyle
0.1.1 (2014-08-18)
- Changed the pkg and name so that the launch file is able to find the package.
- Fix assignment in if() to comparison.
- Contributors: Jeff Schmidt, Mike Purvis
0.1.0 (2014-02-27)
- Fix example launch file and install it.
- Fix project name in CMakeLists.
- Adding original author, readme
- Contributors: Mike Purvis
0.0.1 (2014-02-27)
- Initial release
- Contributors: MLefebvre, Mike Purvis, Prasenjit Mukherjee
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
catkin | |
roslaunch | |
roslint | |
rosunit | |
rosconsole_bridge | |
roscpp | |
roscpp_serialization | |
sensor_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
- launch/LMS1xx.launch
-
- host [default: 192.168.1.14]
- publish_min_range_as_inf [default: false]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged lms1xx at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.7 |
License | LGPL |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/clearpathrobotics/lms1xx.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2020-01-20 |
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
The lms1xx package contains a basic ROS driver for the SICK LMS1xx line of LIDARs.
Additional Links
Maintainers
- Mike Purvis
Authors
- Konrad Banachowicz
CHANGELOG
Changelog for package LMS1xx
0.1.7 (2020-01-19)
- Fixed warning about inconsistent namespace redefinitions for xmlns:xacro.
- Added inf to be set for min range
- Contributors: Dave Niewinski, Tony Baltovski
0.1.6 (2017-05-04)
- Added max/min angle to gazebo plugin.
- [ros params] Adding 'port' parameter. (#35)
- Add robot namespace to lidar plugin
- Exposed parameters min_range and max_range
- add parameters 'sample_size' and 'update_rate' for gazebo's ray plugin
- Contributors: Achim, CyrillePierre, Mike Purvis, Paul Bovbel, Tony Baltovski, bikramak@aandkrobotics.com
0.1.5 (2015-12-18)
- Rework startup/reconnection logic.
- Add roslaunch, roslint checks.
- Other fixes, including a new buffer class with tests.
- Add travis.
- Apply astyle to original package.
- Remove screen attribute from example launcher.
- Contributors: Mike Purvis
0.1.4 (2015-09-04)
- Another startup bugfix.
- Contributors: Tony Baltovski
0.1.3 (2015-07-16)
- Added URDF with simulation plugin.
- Added script to set static IP of LMS1xx
- Fixed startup publishing issue
- Removed one second delay in login
- Contributors: Mike Purvis, Mustafa Safri, Tony Baltovski
0.1.2 (2015-01-20)
- More robust startup for LMS1xs, retries instead of just dying.
- Switch to console_bridge logouts, separate lib.
- Remove buffer flush at conclusion.
- Use LMS1xx reported configuration instead of capabilities for angle_min, max, etc...
- Use output range query for min & max angles, num_values, and time_increment. Previously, the code would query the LMS1xx for its capabilities, which might exceed its current configuration (in terms of angle range). Now, we query the LMS1xx for its configuration when setting scan parameters such as min & max angle, number of values reported, and time increment.
- Add getScanOutputRange() to read outputRange data from the LMS1xx.
- Contributors: Mike Purvis, Patrick Doyle
0.1.1 (2014-08-18)
- Changed the pkg and name so that the launch file is able to find the package.
- Fix assignment in if() to comparison.
- Contributors: Jeff Schmidt, Mike Purvis
0.1.0 (2014-02-27)
- Fix example launch file and install it.
- Fix project name in CMakeLists.
- Adding original author, readme
- Contributors: Mike Purvis
0.0.1 (2014-02-27)
- Initial release
- Contributors: MLefebvre, Mike Purvis, Prasenjit Mukherjee
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
catkin | |
roslaunch | |
roslint | |
rosunit | |
rosconsole_bridge | |
roscpp | |
roscpp_serialization | |
sensor_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
- launch/LMS1xx.launch
-
- host [default: 192.168.1.14]
- publish_min_range_as_inf [default: false]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged lms1xx at Robotics Stack Exchange
No version for distro hydro. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.1.7 |
License | LGPL |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/clearpathrobotics/lms1xx.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2020-01-20 |
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
The lms1xx package contains a basic ROS driver for the SICK LMS1xx line of LIDARs.
Additional Links
Maintainers
- Mike Purvis
Authors
- Konrad Banachowicz
CHANGELOG
Changelog for package LMS1xx
0.1.7 (2020-01-19)
- Fixed warning about inconsistent namespace redefinitions for xmlns:xacro.
- Added inf to be set for min range
- Contributors: Dave Niewinski, Tony Baltovski
0.1.6 (2017-05-04)
- Added max/min angle to gazebo plugin.
- [ros params] Adding 'port' parameter. (#35)
- Add robot namespace to lidar plugin
- Exposed parameters min_range and max_range
- add parameters 'sample_size' and 'update_rate' for gazebo's ray plugin
- Contributors: Achim, CyrillePierre, Mike Purvis, Paul Bovbel, Tony Baltovski, bikramak@aandkrobotics.com
0.1.5 (2015-12-18)
- Rework startup/reconnection logic.
- Add roslaunch, roslint checks.
- Other fixes, including a new buffer class with tests.
- Add travis.
- Apply astyle to original package.
- Remove screen attribute from example launcher.
- Contributors: Mike Purvis
0.1.4 (2015-09-04)
- Another startup bugfix.
- Contributors: Tony Baltovski
0.1.3 (2015-07-16)
- Added URDF with simulation plugin.
- Added script to set static IP of LMS1xx
- Fixed startup publishing issue
- Removed one second delay in login
- Contributors: Mike Purvis, Mustafa Safri, Tony Baltovski
0.1.2 (2015-01-20)
- More robust startup for LMS1xs, retries instead of just dying.
- Switch to console_bridge logouts, separate lib.
- Remove buffer flush at conclusion.
- Use LMS1xx reported configuration instead of capabilities for angle_min, max, etc...
- Use output range query for min & max angles, num_values, and time_increment. Previously, the code would query the LMS1xx for its capabilities, which might exceed its current configuration (in terms of angle range). Now, we query the LMS1xx for its configuration when setting scan parameters such as min & max angle, number of values reported, and time increment.
- Add getScanOutputRange() to read outputRange data from the LMS1xx.
- Contributors: Mike Purvis, Patrick Doyle
0.1.1 (2014-08-18)
- Changed the pkg and name so that the launch file is able to find the package.
- Fix assignment in if() to comparison.
- Contributors: Jeff Schmidt, Mike Purvis
0.1.0 (2014-02-27)
- Fix example launch file and install it.
- Fix project name in CMakeLists.
- Adding original author, readme
- Contributors: Mike Purvis
0.0.1 (2014-02-27)
- Initial release
- Contributors: MLefebvre, Mike Purvis, Prasenjit Mukherjee
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
catkin | |
roslaunch | |
roslint | |
rosunit | |
rosconsole_bridge | |
roscpp | |
roscpp_serialization | |
sensor_msgs |
System Dependencies
No direct system dependencies.
Launch files
- launch/LMS1xx.launch
-
- host [default: 192.168.1.14]
- publish_min_range_as_inf [default: false]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged lms1xx at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.2.0 |
License | LGPL |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/clearpathrobotics/lms1xx.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-07-16 |
Dev Status | MAINTAINED |
CI status |
|
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The lms1xx package contains a basic ROS driver for the SICK LMS1xx line of LIDARs.
Additional Links
Maintainers
- Mike Purvis
Authors
- Konrad Banachowicz
CHANGELOG
Changelog for package LMS1xx
0.2.0 (2019-07-16)
- Updates for console bridge deprecated macros
- Fixed warning about inconsistent namespace redefinitions for xmlns:xacro.
- Fixed formatting
- Added inf to be set for min range
- Contributors: Dave Niewinski, Tony Baltovski
0.1.6 (2017-05-04)
- Added max/min angle to gazebo plugin.
- [ros params] Adding 'port' parameter. (#35)
- Add robot namespace to lidar plugin
- Exposed parameters min_range and max_range
- add parameters 'sample_size' and 'update_rate' for gazebo's ray plugin
- Contributors: Achim, CyrillePierre, Mike Purvis, Paul Bovbel, Tony Baltovski, bikramak@aandkrobotics.com
0.1.5 (2015-12-18)
- Rework startup/reconnection logic.
- Add roslaunch, roslint checks.
- Other fixes, including a new buffer class with tests.
- Add travis.
- Apply astyle to original package.
- Remove screen attribute from example launcher.
- Contributors: Mike Purvis
0.1.4 (2015-09-04)
- Another startup bugfix.
- Contributors: Tony Baltovski
0.1.3 (2015-07-16)
- Added URDF with simulation plugin.
- Added script to set static IP of LMS1xx
- Fixed startup publishing issue
- Removed one second delay in login
- Contributors: Mike Purvis, Mustafa Safri, Tony Baltovski
0.1.2 (2015-01-20)
- More robust startup for LMS1xs, retries instead of just dying.
- Switch to console_bridge logouts, separate lib.
- Remove buffer flush at conclusion.
- Use LMS1xx reported configuration instead of capabilities for angle_min, max, etc...
- Use output range query for min & max angles, num_values, and time_increment. Previously, the code would query the LMS1xx for its capabilities, which might exceed its current configuration (in terms of angle range). Now, we query the LMS1xx for its configuration when setting scan parameters such as min & max angle, number of values reported, and time increment.
- Add getScanOutputRange() to read outputRange data from the LMS1xx.
- Contributors: Mike Purvis, Patrick Doyle
0.1.1 (2014-08-18)
- Changed the pkg and name so that the launch file is able to find the package.
- Fix assignment in if() to comparison.
- Contributors: Jeff Schmidt, Mike Purvis
0.1.0 (2014-02-27)
- Fix example launch file and install it.
- Fix project name in CMakeLists.
- Adding original author, readme
- Contributors: Mike Purvis
0.0.1 (2014-02-27)
- Initial release
- Contributors: MLefebvre, Mike Purvis, Prasenjit Mukherjee
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
catkin | |
roslaunch | |
roslint | |
rosunit | |
rosconsole_bridge | |
roscpp | |
roscpp_serialization | |
sensor_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
- launch/LMS1xx.launch
-
- host [default: 192.168.1.14]
- publish_min_range_as_inf [default: false]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.