Classes | Variables
turtlesim_dash_tutorial.dashboard Namespace Reference

Classes

class  Dashboard
 

Variables

 APP
 
dictionary GOAL_STATUS_TO_TXT = { getattr(GoalStatus, x): x for x in dir(GoalStatus) if x.isupper() }
 

Variable Documentation

◆ APP

turtlesim_dash_tutorial.dashboard.APP
Initial value:
1 = dash.Dash(
2  __name__,
3  assets_folder=os.path.join(rospkg.RosPack().get_path('turtlesim_dash_tutorial'), 'dash_assets'),
4  external_stylesheets=[
5  {
6  'href': 'https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css',
7  'rel': 'stylesheet',
8  'integrity': 'sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T',
9  'crossorigin': 'anonymous',
10  },
11  ]
12 )

Definition at line 42 of file dashboard.py.

◆ GOAL_STATUS_TO_TXT

dictionary turtlesim_dash_tutorial.dashboard.GOAL_STATUS_TO_TXT = { getattr(GoalStatus, x): x for x in dir(GoalStatus) if x.isupper() }

Definition at line 37 of file dashboard.py.



turtlesim_dash_tutorial
Author(s):
autogenerated on Mon Feb 28 2022 23:55:19