|
ram_post_processor package from ros_additive_manufacturing reporam_display ram_documentation ram_modify_trajectory ram_msgs ram_path_planning ram_post_processor ram_qt_guis ram_trajectory ram_utils ros_additive_manufacturing |
Package Summary
| Tags | metapackage additive_manufacturing industrial ros-industrial |
| Version | 0.0.4 |
| License | BSD-3-Clause-Attribution |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://gitlab.com/InstitutMaupertuis/ros_additive_manufacturing.git |
| VCS Type | git |
| VCS Version | melodic |
| Last Updated | 2019-05-23 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
Package Description
Additional Links
Maintainers
- Victor Lamoine
Authors
- Victor Lamoine - Institut Maupertuis
How do I use the post processor?
The post processor class is provided as an example and might be incomplete or not adapted to your needs.
If you want to create your own post-processor from it:
- Create a package in which you define a class that derives from PostProcessor
- Override all the virtual member functions of PostProcessor in your new class
- Inside your new class functions append to the program_ string your program instructions
You can also create a service and a Qt GUI arround the post processor.
Wiki Tutorials
Source Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ram_post_processor at answers.ros.org
|
ram_post_processor package from ros_additive_manufacturing reporam_display ram_modify_trajectory ram_msgs ram_path_planning ram_post_processor ram_qt_guis ram_utils ros_additive_manufacturing |
Package Summary
| Tags | metapackage additive_manufacturing industrial ros-industrial |
| Version | 0.0.3 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://gitlab.com/InstitutMaupertuis/ros_additive_manufacturing.git |
| VCS Type | git |
| VCS Version | kinetic |
| Last Updated | 2018-06-17 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
Package Description
Additional Links
Maintainers
- Victor Lamoine
Authors
- Victor Lamoine - Institut Maupertuis
How do I use the post processor?
The post processor class is provided as an example and might be incomplete or not adapted to your needs.
If you want to create your own post-processor from it:
- Create a package in which you define a class that derives from PostProcessor
- Override all the virtual member functions of PostProcessor in your new class
- Inside your new class functions append to the program_ string your program instructions
You can also create a service and a Qt GUI arround the post processor.