Variables | |
| string | __BRINGUP_TEXT |
| args = sys.argv | |
| bringup_pkg = roslib.packages.get_pkg_dir("denso_robot_bringup") | |
| conf_dir = path_desc | |
| conf_pkg = roslib.packages.get_pkg_dir("denso_robot_moveit_config") | |
| descs_pkg = roslib.packages.get_pkg_dir("denso_robot_descriptions") | |
| f = open(bringup_pkg + "/launch/" + rob_name + "_bringup.launch", "w") | |
| m = re.search("([\w\d_]+)_description/?$", path_desc) | |
| path_desc = args[1] | |
| rob_name = m.group(1) | |
Software License Agreement (MIT License) @copyright Copyright (c) 2017 DENSO WAVE INCORPORATED Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
private |
Definition at line 34 of file install_robot_description.py.
| install_robot_description.args = sys.argv |
Definition at line 57 of file install_robot_description.py.
| install_robot_description.bringup_pkg = roslib.packages.get_pkg_dir("denso_robot_bringup") |
Definition at line 92 of file install_robot_description.py.
| install_robot_description.conf_dir = path_desc |
Definition at line 80 of file install_robot_description.py.
| install_robot_description.conf_pkg = roslib.packages.get_pkg_dir("denso_robot_moveit_config") |
Definition at line 91 of file install_robot_description.py.
| install_robot_description.descs_pkg = roslib.packages.get_pkg_dir("denso_robot_descriptions") |
Definition at line 90 of file install_robot_description.py.
| install_robot_description.f = open(bringup_pkg + "/launch/" + rob_name + "_bringup.launch", "w") |
Definition at line 112 of file install_robot_description.py.
| install_robot_description.m = re.search("([\w\d_]+)_description/?$", path_desc) |
Definition at line 67 of file install_robot_description.py.
| install_robot_description.path_desc = args[1] |
Definition at line 64 of file install_robot_description.py.
| install_robot_description.rob_name = m.group(1) |
Definition at line 72 of file install_robot_description.py.