No version for distro humble showing github. Known supported distros are highlighted in the buttons above.
![]() |
snp_application package from scan_n_plan_workshop reposnp_application snp_motion_execution snp_motion_planning snp_msgs snp_scanning snp_tpp |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 6.0.1 |
License | TODO: License declaration |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ros-industrial-consortium/scan_n_plan_workshop.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2025-07-24 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
GUI application to run Scan-N-Plan for ROSCon 2021 workshop.
Additional Links
No additional links.
Maintainers
- Reid Christopher
Authors
No additional authors.
README
No README found.
See repository README.
CHANGELOG
Changelog for package snp_application
6.0.1 (2025-06-17)
6.0.0 (2025-04-17)
- Add service for adding scan link to motion planning environment (#163)
- Fix go home freespace planning (#162)
- Updated BT to prevent rescan after tpp failure (#155)
- Added check in BT for empty tool paths (#144)
- Contributors: David Spielman, Michael Ripperger
5.0.3 (2024-09-09)
5.0.2 (2024-08-16)
5.0.1 (2024-08-16)
5.0.0 (2024-08-15)
- Behavior tree plugins
(#131)
- Updated to SyncActionNode
- Updated BT nodes to be plugins; updated SNP widget to load BT plugins from list of specified libraries
- Move the declaration of parameters needed by the BT into the plugin declaration
- Increase clang format penalty for breaking raw strings
- Updated broken raw string
- Check if parameter has already been declared before declaring
- Added parameter for freespace motion group
- Contributors: Michael Ripperger
4.7.0 (2024-07-25)
4.6.1 (2024-05-29)
- Merge pull request #121 from marip8/fix/bt-node-types Changed custom nodes from control to action nodes
- Changed custom nodes from control to action nodes
- Contributors: Michael Ripperger
4.6.0 (2024-05-29)
- Merge pull request #111 from DavidSpielman/feature/rerun_toolpaths Added Freespace Motion Plan
- Catch exceptions in connect functions
- Rework updateStartState to use passed in joint state
- Change parameter name for consistency
- Give Qwarning instead of throwing error to prevent crashing
- set joint state output in 1 line
- Remove extra semicolons
- pass trajectory points by const ref
- Clang formatting
- Add Go Home button
- Add freespace go home capability to BT
- Switch BT generate freespace to use joint state inputs
- Remove FreespaceMotionPlanPub
- Ran clang formatting
- Removed outdated BT node to publish freespace motion trajectory
- Defining manipulator info via server request parameters
- Freespace plan callback in working state. Prev issue: Passing nested composite instruction to freespace task when it expect composite instruction one layer deep
- WIP. Update bt node to pass in joint waypoint instead of poly waypoint
- Contributors: David Spielman, Michael Ripperger, Tyler Marr
4.5.0 (2024-05-29)
- Merge pull request #119 from marip8/update/tpp-bt-behavior
- Updated behavior tree to revert to TPP node when TPP config button is pushed
- Contributors: Michael Ripperger
4.4.1 (2024-05-23)
4.4.0 (2024-05-21)
- Merge pull request #107 from marip8/update/rolling-ci Update [tf2_eigen]{.title-ref} includes
- Added control_msgs dependency to snp_application
- Contributors: Michael Ripperger
4.3.0 (2024-05-03)
- Merge pull request #109
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
rclcpp | |
behaviortree_cpp | |
behaviortree_ros2 | |
control_msgs | |
snp_msgs | |
snp_tpp | |
industrial_reconstruction_msgs | |
sensor_msgs | |
geometry_msgs | |
std_srvs | |
rviz_common | |
pluginlib | |
trajectory_preview |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
snp_automate_2022 |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged snp_application at Robotics Stack Exchange
No version for distro jazzy showing github. Known supported distros are highlighted in the buttons above.
![]() |
snp_application package from scan_n_plan_workshop reposnp_application snp_motion_execution snp_motion_planning snp_msgs snp_scanning snp_tpp |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 6.0.1 |
License | TODO: License declaration |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ros-industrial-consortium/scan_n_plan_workshop.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2025-07-24 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
GUI application to run Scan-N-Plan for ROSCon 2021 workshop.
Additional Links
No additional links.
Maintainers
- Reid Christopher
Authors
No additional authors.
README
No README found.
See repository README.
CHANGELOG
Changelog for package snp_application
6.0.1 (2025-06-17)
6.0.0 (2025-04-17)
- Add service for adding scan link to motion planning environment (#163)
- Fix go home freespace planning (#162)
- Updated BT to prevent rescan after tpp failure (#155)
- Added check in BT for empty tool paths (#144)
- Contributors: David Spielman, Michael Ripperger
5.0.3 (2024-09-09)
5.0.2 (2024-08-16)
5.0.1 (2024-08-16)
5.0.0 (2024-08-15)
- Behavior tree plugins
(#131)
- Updated to SyncActionNode
- Updated BT nodes to be plugins; updated SNP widget to load BT plugins from list of specified libraries
- Move the declaration of parameters needed by the BT into the plugin declaration
- Increase clang format penalty for breaking raw strings
- Updated broken raw string
- Check if parameter has already been declared before declaring
- Added parameter for freespace motion group
- Contributors: Michael Ripperger
4.7.0 (2024-07-25)
4.6.1 (2024-05-29)
- Merge pull request #121 from marip8/fix/bt-node-types Changed custom nodes from control to action nodes
- Changed custom nodes from control to action nodes
- Contributors: Michael Ripperger
4.6.0 (2024-05-29)
- Merge pull request #111 from DavidSpielman/feature/rerun_toolpaths Added Freespace Motion Plan
- Catch exceptions in connect functions
- Rework updateStartState to use passed in joint state
- Change parameter name for consistency
- Give Qwarning instead of throwing error to prevent crashing
- set joint state output in 1 line
- Remove extra semicolons
- pass trajectory points by const ref
- Clang formatting
- Add Go Home button
- Add freespace go home capability to BT
- Switch BT generate freespace to use joint state inputs
- Remove FreespaceMotionPlanPub
- Ran clang formatting
- Removed outdated BT node to publish freespace motion trajectory
- Defining manipulator info via server request parameters
- Freespace plan callback in working state. Prev issue: Passing nested composite instruction to freespace task when it expect composite instruction one layer deep
- WIP. Update bt node to pass in joint waypoint instead of poly waypoint
- Contributors: David Spielman, Michael Ripperger, Tyler Marr
4.5.0 (2024-05-29)
- Merge pull request #119 from marip8/update/tpp-bt-behavior
- Updated behavior tree to revert to TPP node when TPP config button is pushed
- Contributors: Michael Ripperger
4.4.1 (2024-05-23)
4.4.0 (2024-05-21)
- Merge pull request #107 from marip8/update/rolling-ci Update [tf2_eigen]{.title-ref} includes
- Added control_msgs dependency to snp_application
- Contributors: Michael Ripperger
4.3.0 (2024-05-03)
- Merge pull request #109
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
rclcpp | |
behaviortree_cpp | |
behaviortree_ros2 | |
control_msgs | |
snp_msgs | |
snp_tpp | |
industrial_reconstruction_msgs | |
sensor_msgs | |
geometry_msgs | |
std_srvs | |
rviz_common | |
pluginlib | |
trajectory_preview |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
snp_automate_2022 |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged snp_application at Robotics Stack Exchange
No version for distro kilted showing github. Known supported distros are highlighted in the buttons above.
![]() |
snp_application package from scan_n_plan_workshop reposnp_application snp_motion_execution snp_motion_planning snp_msgs snp_scanning snp_tpp |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 6.0.1 |
License | TODO: License declaration |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ros-industrial-consortium/scan_n_plan_workshop.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2025-07-24 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
GUI application to run Scan-N-Plan for ROSCon 2021 workshop.
Additional Links
No additional links.
Maintainers
- Reid Christopher
Authors
No additional authors.
README
No README found.
See repository README.
CHANGELOG
Changelog for package snp_application
6.0.1 (2025-06-17)
6.0.0 (2025-04-17)
- Add service for adding scan link to motion planning environment (#163)
- Fix go home freespace planning (#162)
- Updated BT to prevent rescan after tpp failure (#155)
- Added check in BT for empty tool paths (#144)
- Contributors: David Spielman, Michael Ripperger
5.0.3 (2024-09-09)
5.0.2 (2024-08-16)
5.0.1 (2024-08-16)
5.0.0 (2024-08-15)
- Behavior tree plugins
(#131)
- Updated to SyncActionNode
- Updated BT nodes to be plugins; updated SNP widget to load BT plugins from list of specified libraries
- Move the declaration of parameters needed by the BT into the plugin declaration
- Increase clang format penalty for breaking raw strings
- Updated broken raw string
- Check if parameter has already been declared before declaring
- Added parameter for freespace motion group
- Contributors: Michael Ripperger
4.7.0 (2024-07-25)
4.6.1 (2024-05-29)
- Merge pull request #121 from marip8/fix/bt-node-types Changed custom nodes from control to action nodes
- Changed custom nodes from control to action nodes
- Contributors: Michael Ripperger
4.6.0 (2024-05-29)
- Merge pull request #111 from DavidSpielman/feature/rerun_toolpaths Added Freespace Motion Plan
- Catch exceptions in connect functions
- Rework updateStartState to use passed in joint state
- Change parameter name for consistency
- Give Qwarning instead of throwing error to prevent crashing
- set joint state output in 1 line
- Remove extra semicolons
- pass trajectory points by const ref
- Clang formatting
- Add Go Home button
- Add freespace go home capability to BT
- Switch BT generate freespace to use joint state inputs
- Remove FreespaceMotionPlanPub
- Ran clang formatting
- Removed outdated BT node to publish freespace motion trajectory
- Defining manipulator info via server request parameters
- Freespace plan callback in working state. Prev issue: Passing nested composite instruction to freespace task when it expect composite instruction one layer deep
- WIP. Update bt node to pass in joint waypoint instead of poly waypoint
- Contributors: David Spielman, Michael Ripperger, Tyler Marr
4.5.0 (2024-05-29)
- Merge pull request #119 from marip8/update/tpp-bt-behavior
- Updated behavior tree to revert to TPP node when TPP config button is pushed
- Contributors: Michael Ripperger
4.4.1 (2024-05-23)
4.4.0 (2024-05-21)
- Merge pull request #107 from marip8/update/rolling-ci Update [tf2_eigen]{.title-ref} includes
- Added control_msgs dependency to snp_application
- Contributors: Michael Ripperger
4.3.0 (2024-05-03)
- Merge pull request #109
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
rclcpp | |
behaviortree_cpp | |
behaviortree_ros2 | |
control_msgs | |
snp_msgs | |
snp_tpp | |
industrial_reconstruction_msgs | |
sensor_msgs | |
geometry_msgs | |
std_srvs | |
rviz_common | |
pluginlib | |
trajectory_preview |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
snp_automate_2022 |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged snp_application at Robotics Stack Exchange
No version for distro rolling showing github. Known supported distros are highlighted in the buttons above.
![]() |
snp_application package from scan_n_plan_workshop reposnp_application snp_motion_execution snp_motion_planning snp_msgs snp_scanning snp_tpp |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 6.0.1 |
License | TODO: License declaration |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ros-industrial-consortium/scan_n_plan_workshop.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2025-07-24 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
GUI application to run Scan-N-Plan for ROSCon 2021 workshop.
Additional Links
No additional links.
Maintainers
- Reid Christopher
Authors
No additional authors.
README
No README found.
See repository README.
CHANGELOG
Changelog for package snp_application
6.0.1 (2025-06-17)
6.0.0 (2025-04-17)
- Add service for adding scan link to motion planning environment (#163)
- Fix go home freespace planning (#162)
- Updated BT to prevent rescan after tpp failure (#155)
- Added check in BT for empty tool paths (#144)
- Contributors: David Spielman, Michael Ripperger
5.0.3 (2024-09-09)
5.0.2 (2024-08-16)
5.0.1 (2024-08-16)
5.0.0 (2024-08-15)
- Behavior tree plugins
(#131)
- Updated to SyncActionNode
- Updated BT nodes to be plugins; updated SNP widget to load BT plugins from list of specified libraries
- Move the declaration of parameters needed by the BT into the plugin declaration
- Increase clang format penalty for breaking raw strings
- Updated broken raw string
- Check if parameter has already been declared before declaring
- Added parameter for freespace motion group
- Contributors: Michael Ripperger
4.7.0 (2024-07-25)
4.6.1 (2024-05-29)
- Merge pull request #121 from marip8/fix/bt-node-types Changed custom nodes from control to action nodes
- Changed custom nodes from control to action nodes
- Contributors: Michael Ripperger
4.6.0 (2024-05-29)
- Merge pull request #111 from DavidSpielman/feature/rerun_toolpaths Added Freespace Motion Plan
- Catch exceptions in connect functions
- Rework updateStartState to use passed in joint state
- Change parameter name for consistency
- Give Qwarning instead of throwing error to prevent crashing
- set joint state output in 1 line
- Remove extra semicolons
- pass trajectory points by const ref
- Clang formatting
- Add Go Home button
- Add freespace go home capability to BT
- Switch BT generate freespace to use joint state inputs
- Remove FreespaceMotionPlanPub
- Ran clang formatting
- Removed outdated BT node to publish freespace motion trajectory
- Defining manipulator info via server request parameters
- Freespace plan callback in working state. Prev issue: Passing nested composite instruction to freespace task when it expect composite instruction one layer deep
- WIP. Update bt node to pass in joint waypoint instead of poly waypoint
- Contributors: David Spielman, Michael Ripperger, Tyler Marr
4.5.0 (2024-05-29)
- Merge pull request #119 from marip8/update/tpp-bt-behavior
- Updated behavior tree to revert to TPP node when TPP config button is pushed
- Contributors: Michael Ripperger
4.4.1 (2024-05-23)
4.4.0 (2024-05-21)
- Merge pull request #107 from marip8/update/rolling-ci Update [tf2_eigen]{.title-ref} includes
- Added control_msgs dependency to snp_application
- Contributors: Michael Ripperger
4.3.0 (2024-05-03)
- Merge pull request #109
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
rclcpp | |
behaviortree_cpp | |
behaviortree_ros2 | |
control_msgs | |
snp_msgs | |
snp_tpp | |
industrial_reconstruction_msgs | |
sensor_msgs | |
geometry_msgs | |
std_srvs | |
rviz_common | |
pluginlib | |
trajectory_preview |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
snp_automate_2022 |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged snp_application at Robotics Stack Exchange
![]() |
snp_application package from scan_n_plan_workshop reposnp_application snp_motion_execution snp_motion_planning snp_msgs snp_scanning snp_tpp |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 6.0.1 |
License | TODO: License declaration |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ros-industrial-consortium/scan_n_plan_workshop.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2025-07-24 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
GUI application to run Scan-N-Plan for ROSCon 2021 workshop.
Additional Links
No additional links.
Maintainers
- Reid Christopher
Authors
No additional authors.
README
No README found.
See repository README.
CHANGELOG
Changelog for package snp_application
6.0.1 (2025-06-17)
6.0.0 (2025-04-17)
- Add service for adding scan link to motion planning environment (#163)
- Fix go home freespace planning (#162)
- Updated BT to prevent rescan after tpp failure (#155)
- Added check in BT for empty tool paths (#144)
- Contributors: David Spielman, Michael Ripperger
5.0.3 (2024-09-09)
5.0.2 (2024-08-16)
5.0.1 (2024-08-16)
5.0.0 (2024-08-15)
- Behavior tree plugins
(#131)
- Updated to SyncActionNode
- Updated BT nodes to be plugins; updated SNP widget to load BT plugins from list of specified libraries
- Move the declaration of parameters needed by the BT into the plugin declaration
- Increase clang format penalty for breaking raw strings
- Updated broken raw string
- Check if parameter has already been declared before declaring
- Added parameter for freespace motion group
- Contributors: Michael Ripperger
4.7.0 (2024-07-25)
4.6.1 (2024-05-29)
- Merge pull request #121 from marip8/fix/bt-node-types Changed custom nodes from control to action nodes
- Changed custom nodes from control to action nodes
- Contributors: Michael Ripperger
4.6.0 (2024-05-29)
- Merge pull request #111 from DavidSpielman/feature/rerun_toolpaths Added Freespace Motion Plan
- Catch exceptions in connect functions
- Rework updateStartState to use passed in joint state
- Change parameter name for consistency
- Give Qwarning instead of throwing error to prevent crashing
- set joint state output in 1 line
- Remove extra semicolons
- pass trajectory points by const ref
- Clang formatting
- Add Go Home button
- Add freespace go home capability to BT
- Switch BT generate freespace to use joint state inputs
- Remove FreespaceMotionPlanPub
- Ran clang formatting
- Removed outdated BT node to publish freespace motion trajectory
- Defining manipulator info via server request parameters
- Freespace plan callback in working state. Prev issue: Passing nested composite instruction to freespace task when it expect composite instruction one layer deep
- WIP. Update bt node to pass in joint waypoint instead of poly waypoint
- Contributors: David Spielman, Michael Ripperger, Tyler Marr
4.5.0 (2024-05-29)
- Merge pull request #119 from marip8/update/tpp-bt-behavior
- Updated behavior tree to revert to TPP node when TPP config button is pushed
- Contributors: Michael Ripperger
4.4.1 (2024-05-23)
4.4.0 (2024-05-21)
- Merge pull request #107 from marip8/update/rolling-ci Update [tf2_eigen]{.title-ref} includes
- Added control_msgs dependency to snp_application
- Contributors: Michael Ripperger
4.3.0 (2024-05-03)
- Merge pull request #109
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
rclcpp | |
behaviortree_cpp | |
behaviortree_ros2 | |
control_msgs | |
snp_msgs | |
snp_tpp | |
industrial_reconstruction_msgs | |
sensor_msgs | |
geometry_msgs | |
std_srvs | |
rviz_common | |
pluginlib | |
trajectory_preview |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
snp_automate_2022 |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged snp_application at Robotics Stack Exchange
No version for distro galactic showing github. Known supported distros are highlighted in the buttons above.
![]() |
snp_application package from scan_n_plan_workshop reposnp_application snp_motion_execution snp_motion_planning snp_msgs snp_scanning snp_tpp |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 6.0.1 |
License | TODO: License declaration |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ros-industrial-consortium/scan_n_plan_workshop.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2025-07-24 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
GUI application to run Scan-N-Plan for ROSCon 2021 workshop.
Additional Links
No additional links.
Maintainers
- Reid Christopher
Authors
No additional authors.
README
No README found.
See repository README.
CHANGELOG
Changelog for package snp_application
6.0.1 (2025-06-17)
6.0.0 (2025-04-17)
- Add service for adding scan link to motion planning environment (#163)
- Fix go home freespace planning (#162)
- Updated BT to prevent rescan after tpp failure (#155)
- Added check in BT for empty tool paths (#144)
- Contributors: David Spielman, Michael Ripperger
5.0.3 (2024-09-09)
5.0.2 (2024-08-16)
5.0.1 (2024-08-16)
5.0.0 (2024-08-15)
- Behavior tree plugins
(#131)
- Updated to SyncActionNode
- Updated BT nodes to be plugins; updated SNP widget to load BT plugins from list of specified libraries
- Move the declaration of parameters needed by the BT into the plugin declaration
- Increase clang format penalty for breaking raw strings
- Updated broken raw string
- Check if parameter has already been declared before declaring
- Added parameter for freespace motion group
- Contributors: Michael Ripperger
4.7.0 (2024-07-25)
4.6.1 (2024-05-29)
- Merge pull request #121 from marip8/fix/bt-node-types Changed custom nodes from control to action nodes
- Changed custom nodes from control to action nodes
- Contributors: Michael Ripperger
4.6.0 (2024-05-29)
- Merge pull request #111 from DavidSpielman/feature/rerun_toolpaths Added Freespace Motion Plan
- Catch exceptions in connect functions
- Rework updateStartState to use passed in joint state
- Change parameter name for consistency
- Give Qwarning instead of throwing error to prevent crashing
- set joint state output in 1 line
- Remove extra semicolons
- pass trajectory points by const ref
- Clang formatting
- Add Go Home button
- Add freespace go home capability to BT
- Switch BT generate freespace to use joint state inputs
- Remove FreespaceMotionPlanPub
- Ran clang formatting
- Removed outdated BT node to publish freespace motion trajectory
- Defining manipulator info via server request parameters
- Freespace plan callback in working state. Prev issue: Passing nested composite instruction to freespace task when it expect composite instruction one layer deep
- WIP. Update bt node to pass in joint waypoint instead of poly waypoint
- Contributors: David Spielman, Michael Ripperger, Tyler Marr
4.5.0 (2024-05-29)
- Merge pull request #119 from marip8/update/tpp-bt-behavior
- Updated behavior tree to revert to TPP node when TPP config button is pushed
- Contributors: Michael Ripperger
4.4.1 (2024-05-23)
4.4.0 (2024-05-21)
- Merge pull request #107 from marip8/update/rolling-ci Update [tf2_eigen]{.title-ref} includes
- Added control_msgs dependency to snp_application
- Contributors: Michael Ripperger
4.3.0 (2024-05-03)
- Merge pull request #109
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
rclcpp | |
behaviortree_cpp | |
behaviortree_ros2 | |
control_msgs | |
snp_msgs | |
snp_tpp | |
industrial_reconstruction_msgs | |
sensor_msgs | |
geometry_msgs | |
std_srvs | |
rviz_common | |
pluginlib | |
trajectory_preview |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
snp_automate_2022 |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged snp_application at Robotics Stack Exchange
No version for distro iron showing github. Known supported distros are highlighted in the buttons above.
![]() |
snp_application package from scan_n_plan_workshop reposnp_application snp_motion_execution snp_motion_planning snp_msgs snp_scanning snp_tpp |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 6.0.1 |
License | TODO: License declaration |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ros-industrial-consortium/scan_n_plan_workshop.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2025-07-24 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
GUI application to run Scan-N-Plan for ROSCon 2021 workshop.
Additional Links
No additional links.
Maintainers
- Reid Christopher
Authors
No additional authors.
README
No README found.
See repository README.
CHANGELOG
Changelog for package snp_application
6.0.1 (2025-06-17)
6.0.0 (2025-04-17)
- Add service for adding scan link to motion planning environment (#163)
- Fix go home freespace planning (#162)
- Updated BT to prevent rescan after tpp failure (#155)
- Added check in BT for empty tool paths (#144)
- Contributors: David Spielman, Michael Ripperger
5.0.3 (2024-09-09)
5.0.2 (2024-08-16)
5.0.1 (2024-08-16)
5.0.0 (2024-08-15)
- Behavior tree plugins
(#131)
- Updated to SyncActionNode
- Updated BT nodes to be plugins; updated SNP widget to load BT plugins from list of specified libraries
- Move the declaration of parameters needed by the BT into the plugin declaration
- Increase clang format penalty for breaking raw strings
- Updated broken raw string
- Check if parameter has already been declared before declaring
- Added parameter for freespace motion group
- Contributors: Michael Ripperger
4.7.0 (2024-07-25)
4.6.1 (2024-05-29)
- Merge pull request #121 from marip8/fix/bt-node-types Changed custom nodes from control to action nodes
- Changed custom nodes from control to action nodes
- Contributors: Michael Ripperger
4.6.0 (2024-05-29)
- Merge pull request #111 from DavidSpielman/feature/rerun_toolpaths Added Freespace Motion Plan
- Catch exceptions in connect functions
- Rework updateStartState to use passed in joint state
- Change parameter name for consistency
- Give Qwarning instead of throwing error to prevent crashing
- set joint state output in 1 line
- Remove extra semicolons
- pass trajectory points by const ref
- Clang formatting
- Add Go Home button
- Add freespace go home capability to BT
- Switch BT generate freespace to use joint state inputs
- Remove FreespaceMotionPlanPub
- Ran clang formatting
- Removed outdated BT node to publish freespace motion trajectory
- Defining manipulator info via server request parameters
- Freespace plan callback in working state. Prev issue: Passing nested composite instruction to freespace task when it expect composite instruction one layer deep
- WIP. Update bt node to pass in joint waypoint instead of poly waypoint
- Contributors: David Spielman, Michael Ripperger, Tyler Marr
4.5.0 (2024-05-29)
- Merge pull request #119 from marip8/update/tpp-bt-behavior
- Updated behavior tree to revert to TPP node when TPP config button is pushed
- Contributors: Michael Ripperger
4.4.1 (2024-05-23)
4.4.0 (2024-05-21)
- Merge pull request #107 from marip8/update/rolling-ci Update [tf2_eigen]{.title-ref} includes
- Added control_msgs dependency to snp_application
- Contributors: Michael Ripperger
4.3.0 (2024-05-03)
- Merge pull request #109
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
rclcpp | |
behaviortree_cpp | |
behaviortree_ros2 | |
control_msgs | |
snp_msgs | |
snp_tpp | |
industrial_reconstruction_msgs | |
sensor_msgs | |
geometry_msgs | |
std_srvs | |
rviz_common | |
pluginlib | |
trajectory_preview |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
snp_automate_2022 |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged snp_application at Robotics Stack Exchange
No version for distro melodic showing github. Known supported distros are highlighted in the buttons above.
![]() |
snp_application package from scan_n_plan_workshop reposnp_application snp_motion_execution snp_motion_planning snp_msgs snp_scanning snp_tpp |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 6.0.1 |
License | TODO: License declaration |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ros-industrial-consortium/scan_n_plan_workshop.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2025-07-24 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
GUI application to run Scan-N-Plan for ROSCon 2021 workshop.
Additional Links
No additional links.
Maintainers
- Reid Christopher
Authors
No additional authors.
README
No README found.
See repository README.
CHANGELOG
Changelog for package snp_application
6.0.1 (2025-06-17)
6.0.0 (2025-04-17)
- Add service for adding scan link to motion planning environment (#163)
- Fix go home freespace planning (#162)
- Updated BT to prevent rescan after tpp failure (#155)
- Added check in BT for empty tool paths (#144)
- Contributors: David Spielman, Michael Ripperger
5.0.3 (2024-09-09)
5.0.2 (2024-08-16)
5.0.1 (2024-08-16)
5.0.0 (2024-08-15)
- Behavior tree plugins
(#131)
- Updated to SyncActionNode
- Updated BT nodes to be plugins; updated SNP widget to load BT plugins from list of specified libraries
- Move the declaration of parameters needed by the BT into the plugin declaration
- Increase clang format penalty for breaking raw strings
- Updated broken raw string
- Check if parameter has already been declared before declaring
- Added parameter for freespace motion group
- Contributors: Michael Ripperger
4.7.0 (2024-07-25)
4.6.1 (2024-05-29)
- Merge pull request #121 from marip8/fix/bt-node-types Changed custom nodes from control to action nodes
- Changed custom nodes from control to action nodes
- Contributors: Michael Ripperger
4.6.0 (2024-05-29)
- Merge pull request #111 from DavidSpielman/feature/rerun_toolpaths Added Freespace Motion Plan
- Catch exceptions in connect functions
- Rework updateStartState to use passed in joint state
- Change parameter name for consistency
- Give Qwarning instead of throwing error to prevent crashing
- set joint state output in 1 line
- Remove extra semicolons
- pass trajectory points by const ref
- Clang formatting
- Add Go Home button
- Add freespace go home capability to BT
- Switch BT generate freespace to use joint state inputs
- Remove FreespaceMotionPlanPub
- Ran clang formatting
- Removed outdated BT node to publish freespace motion trajectory
- Defining manipulator info via server request parameters
- Freespace plan callback in working state. Prev issue: Passing nested composite instruction to freespace task when it expect composite instruction one layer deep
- WIP. Update bt node to pass in joint waypoint instead of poly waypoint
- Contributors: David Spielman, Michael Ripperger, Tyler Marr
4.5.0 (2024-05-29)
- Merge pull request #119 from marip8/update/tpp-bt-behavior
- Updated behavior tree to revert to TPP node when TPP config button is pushed
- Contributors: Michael Ripperger
4.4.1 (2024-05-23)
4.4.0 (2024-05-21)
- Merge pull request #107 from marip8/update/rolling-ci Update [tf2_eigen]{.title-ref} includes
- Added control_msgs dependency to snp_application
- Contributors: Michael Ripperger
4.3.0 (2024-05-03)
- Merge pull request #109
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
rclcpp | |
behaviortree_cpp | |
behaviortree_ros2 | |
control_msgs | |
snp_msgs | |
snp_tpp | |
industrial_reconstruction_msgs | |
sensor_msgs | |
geometry_msgs | |
std_srvs | |
rviz_common | |
pluginlib | |
trajectory_preview |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
snp_automate_2022 |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged snp_application at Robotics Stack Exchange
No version for distro noetic showing github. Known supported distros are highlighted in the buttons above.
![]() |
snp_application package from scan_n_plan_workshop reposnp_application snp_motion_execution snp_motion_planning snp_msgs snp_scanning snp_tpp |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 6.0.1 |
License | TODO: License declaration |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ros-industrial-consortium/scan_n_plan_workshop.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2025-07-24 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
GUI application to run Scan-N-Plan for ROSCon 2021 workshop.
Additional Links
No additional links.
Maintainers
- Reid Christopher
Authors
No additional authors.
README
No README found.
See repository README.
CHANGELOG
Changelog for package snp_application
6.0.1 (2025-06-17)
6.0.0 (2025-04-17)
- Add service for adding scan link to motion planning environment (#163)
- Fix go home freespace planning (#162)
- Updated BT to prevent rescan after tpp failure (#155)
- Added check in BT for empty tool paths (#144)
- Contributors: David Spielman, Michael Ripperger
5.0.3 (2024-09-09)
5.0.2 (2024-08-16)
5.0.1 (2024-08-16)
5.0.0 (2024-08-15)
- Behavior tree plugins
(#131)
- Updated to SyncActionNode
- Updated BT nodes to be plugins; updated SNP widget to load BT plugins from list of specified libraries
- Move the declaration of parameters needed by the BT into the plugin declaration
- Increase clang format penalty for breaking raw strings
- Updated broken raw string
- Check if parameter has already been declared before declaring
- Added parameter for freespace motion group
- Contributors: Michael Ripperger
4.7.0 (2024-07-25)
4.6.1 (2024-05-29)
- Merge pull request #121 from marip8/fix/bt-node-types Changed custom nodes from control to action nodes
- Changed custom nodes from control to action nodes
- Contributors: Michael Ripperger
4.6.0 (2024-05-29)
- Merge pull request #111 from DavidSpielman/feature/rerun_toolpaths Added Freespace Motion Plan
- Catch exceptions in connect functions
- Rework updateStartState to use passed in joint state
- Change parameter name for consistency
- Give Qwarning instead of throwing error to prevent crashing
- set joint state output in 1 line
- Remove extra semicolons
- pass trajectory points by const ref
- Clang formatting
- Add Go Home button
- Add freespace go home capability to BT
- Switch BT generate freespace to use joint state inputs
- Remove FreespaceMotionPlanPub
- Ran clang formatting
- Removed outdated BT node to publish freespace motion trajectory
- Defining manipulator info via server request parameters
- Freespace plan callback in working state. Prev issue: Passing nested composite instruction to freespace task when it expect composite instruction one layer deep
- WIP. Update bt node to pass in joint waypoint instead of poly waypoint
- Contributors: David Spielman, Michael Ripperger, Tyler Marr
4.5.0 (2024-05-29)
- Merge pull request #119 from marip8/update/tpp-bt-behavior
- Updated behavior tree to revert to TPP node when TPP config button is pushed
- Contributors: Michael Ripperger
4.4.1 (2024-05-23)
4.4.0 (2024-05-21)
- Merge pull request #107 from marip8/update/rolling-ci Update [tf2_eigen]{.title-ref} includes
- Added control_msgs dependency to snp_application
- Contributors: Michael Ripperger
4.3.0 (2024-05-03)
- Merge pull request #109
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
rclcpp | |
behaviortree_cpp | |
behaviortree_ros2 | |
control_msgs | |
snp_msgs | |
snp_tpp | |
industrial_reconstruction_msgs | |
sensor_msgs | |
geometry_msgs | |
std_srvs | |
rviz_common | |
pluginlib | |
trajectory_preview |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
snp_automate_2022 |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.