moveit2
The MoveIt Motion Planning Framework for ROS 2.
Functions | Variables
create_maintainer_table Namespace Reference

Functions

def eprint (*args, **kwargs)
 
def author_to_github (maintainer)
 
def template_file (src, dst, subs)
 
def create_travis_badge (package_name)
 
def get_first_folder (path)
 
def populate_package_data (path, package)
 
def list_moveit_packages ()
 

Variables

dictionary maintainers_dict
 

Function Documentation

◆ author_to_github()

def create_maintainer_table.author_to_github (   maintainer)

Definition at line 65 of file create_maintainer_table.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ create_travis_badge()

def create_maintainer_table.create_travis_badge (   package_name)

Definition at line 86 of file create_maintainer_table.py.

Here is the caller graph for this function:

◆ eprint()

def create_maintainer_table.eprint ( args,
**  kwargs 
)

Definition at line 61 of file create_maintainer_table.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_first_folder()

def create_maintainer_table.get_first_folder (   path)

Definition at line 153 of file create_maintainer_table.py.

Here is the caller graph for this function:

◆ list_moveit_packages()

def create_maintainer_table.list_moveit_packages ( )
Create list of MoveIt packages.

Definition at line 185 of file create_maintainer_table.py.

Here is the call graph for this function:

◆ populate_package_data()

def create_maintainer_table.populate_package_data (   path,
  package 
)

Definition at line 162 of file create_maintainer_table.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ template_file()

def create_maintainer_table.template_file (   src,
  dst,
  subs 
)

Definition at line 74 of file create_maintainer_table.py.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ maintainers_dict

dictionary create_maintainer_table.maintainers_dict
Initial value:
1 = {
2  "Ioan Sucan": "isucan",
3  "Michael Ferguson": "mikeferguson",
4  "Sachin Chitta": "sachinchitta",
5  "G.A. vd. Hoorn": "gavanderhoorn",
6  "Dave Coleman": "davetcoleman",
7  "Acorn Pooley": "acorn",
8  "Jon Binney": "jonbinney",
9  "Matei Ciocarlie": "mateiciocarlie",
10  "Michael Görner".decode("utf8"): "v4hn",
11  "Robert Haschke": "rhaschke",
12  "Ian McMahon": "IanTheEngineer",
13  "Isaac I. Y. Saito": "130s",
14  "Mathias Lüdtke".decode("utf8"): "ipa-mdl",
15  "Ryan Luna": "ryanluna",
16  "Chittaranjan Srinivas Swaminathan": "ksatyaki",
17  "Chittaranjan S Srinivas": "ksatyaki",
18 }

Definition at line 41 of file create_maintainer_table.py.