Variables
install_robot_description Namespace Reference

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)
 

Detailed Description

 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.

Variable Documentation

string install_robot_description.__BRINGUP_TEXT
private
Initial value:
1 = """<launch>
2  <!-- the "sim" argument controls whether we connect to a Simulated or Real robot -->
3  <!-- - if sim=false, a ip_address argument is required -->
4  <arg name="sim" default="true" />
5  <arg name="ip_address" default="192.168.0.1" />
6 
7  <include file=\"$(find denso_robot_bringup)/launch/denso_robot_bringup.launch">
8  <arg name=\"robot_name\" value=\"{rob_name}\"/>
9  <arg name=\"sim\" value=\"$(arg sim)\"/>
10  <arg name=\"ip_address\" value=\"$(arg ip_address)\"/>
11  </include>
12 </launch>"""

Definition at line 34 of file install_robot_description.py.

install_robot_description.args = sys.argv

Definition at line 48 of file install_robot_description.py.

install_robot_description.bringup_pkg = roslib.packages.get_pkg_dir("denso_robot_bringup")

Definition at line 83 of file install_robot_description.py.

install_robot_description.conf_dir = path_desc

Definition at line 71 of file install_robot_description.py.

install_robot_description.conf_pkg = roslib.packages.get_pkg_dir("denso_robot_moveit_config")

Definition at line 82 of file install_robot_description.py.

install_robot_description.descs_pkg = roslib.packages.get_pkg_dir("denso_robot_descriptions")

Definition at line 81 of file install_robot_description.py.

install_robot_description.f = open(bringup_pkg + "/launch/" + rob_name + "_bringup.launch", "w")

Definition at line 103 of file install_robot_description.py.

install_robot_description.m = re.search("([\w\d_]+)_description/?$", path_desc)

Definition at line 58 of file install_robot_description.py.

install_robot_description.path_desc = args[1]

Definition at line 55 of file install_robot_description.py.

install_robot_description.rob_name = m.group(1)

Definition at line 63 of file install_robot_description.py.



denso_robot_bringup
Author(s): DENSO WAVE INCORPORATED
autogenerated on Mon Jun 10 2019 13:12:25