Variables
send_waypoint_file Namespace Reference

Variables

 filename = rospy.get_param('~filename')
 
 init_wp
 
 interpolator = rospy.get_param('~interpolator', 'lipb')
 
bool start_now = True
 
 start_time = rospy.Time.now().to_sec()
 
 success
 
 timeout
 

Variable Documentation

send_waypoint_file.filename = rospy.get_param('~filename')

Definition at line 32 of file send_waypoint_file.py.

send_waypoint_file.init_wp
Initial value:
1 = rospy.ServiceProxy(
2  'init_waypoints_from_file',
3  InitWaypointsFromFile)

Definition at line 60 of file send_waypoint_file.py.

send_waypoint_file.interpolator = rospy.get_param('~interpolator', 'lipb')

Definition at line 52 of file send_waypoint_file.py.

bool send_waypoint_file.start_now = True

Definition at line 38 of file send_waypoint_file.py.

float send_waypoint_file.start_time = rospy.Time.now().to_sec()

Definition at line 37 of file send_waypoint_file.py.

send_waypoint_file.success
Initial value:
1 = init_wp(Time(rospy.Time.from_sec(start_time)),
2  start_now,
3  String(filename),
4  String(interpolator))

Definition at line 66 of file send_waypoint_file.py.

send_waypoint_file.timeout

Definition at line 55 of file send_waypoint_file.py.



uuv_control_utils
Author(s): Musa Morena Marcusso Manhaes , Sebastian Scherer , Luiz Ricardo Douat
autogenerated on Thu Jun 18 2020 03:28:47