Namespaces | Variables
update_joint_limits.py File Reference

Go to the source code of this file.

Namespaces

namespace  update_joint_limits

Variables

 update_joint_limits.args = sys.argv
tuple update_joint_limits.conf_pkg = roslib.packages.get_pkg_dir("denso_robot_moveit_config")
 update_joint_limits.cur_elem = None
tuple update_joint_limits.descs_pkg = roslib.packages.get_pkg_dir("denso_robot_descriptions")
tuple update_joint_limits.elem_joints = et_urdf.getroot()
tuple update_joint_limits.et_urdf = ET.parse(path_urdf)
tuple update_joint_limits.f_limits = open(path_limits, "r")
tuple update_joint_limits.line = f_limits.readline()
tuple update_joint_limits.m = r_joint.search(line)
 update_joint_limits.new_joint = False
string update_joint_limits.path_conf = "/config/"
string update_joint_limits.path_desc = "/"
list update_joint_limits.path_limits = args[2]
string update_joint_limits.path_urdf = "/"
tuple update_joint_limits.r_has_vel_limit = re.compile("has_velocity_limits:(\w+)")
tuple update_joint_limits.r_joint = re.compile("(joint_\d+):")
tuple update_joint_limits.r_max_vel = re.compile("max_velocity:([\d\.]+)")
list update_joint_limits.rob_name = args[1]


denso_robot_bringup
Author(s): DENSO WAVE INCORPORATED
autogenerated on Thu Jun 6 2019 21:00:10