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

Functions

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

Variables

dict maintainers_dict
 

Function Documentation

◆ author_to_github()

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()

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()

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()

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()

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:
Here is the caller graph for this function:

◆ populate_package_data()

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()

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

dict 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.