|
| def | __init__ (self, modelPath=None, velocityTopic=None, videoTopic=None) |
| |
| def | double_range_mask (self, img) |
| |
| def | get_steering (self, img) |
| |
| def | param_callback (self, config, level) |
| |
| def | preprocess_img (self, img) |
| |
| def | publish_mask (self, mask) |
| |
| def | publish_vel (self, steering) |
| |
| def | simple_mask (self, img) |
| |
| def | video_callback (self, Image data) |
| |
Definition at line 18 of file line_follower.py.
◆ __init__()
| def line_follower.LineFollower.__init__ |
( |
|
self, |
|
|
|
modelPath = None, |
|
|
|
velocityTopic = None, |
|
|
|
videoTopic = None |
|
) |
| |
◆ double_range_mask()
| def line_follower.LineFollower.double_range_mask |
( |
|
self, |
|
|
|
img |
|
) |
| |
◆ get_steering()
| def line_follower.LineFollower.get_steering |
( |
|
self, |
|
|
|
img |
|
) |
| |
◆ param_callback()
| def line_follower.LineFollower.param_callback |
( |
|
self, |
|
|
|
config, |
|
|
|
level |
|
) |
| |
◆ preprocess_img()
| def line_follower.LineFollower.preprocess_img |
( |
|
self, |
|
|
|
img |
|
) |
| |
◆ publish_mask()
| def line_follower.LineFollower.publish_mask |
( |
|
self, |
|
|
|
mask |
|
) |
| |
◆ publish_vel()
| def line_follower.LineFollower.publish_vel |
( |
|
self, |
|
|
|
steering |
|
) |
| |
◆ simple_mask()
| def line_follower.LineFollower.simple_mask |
( |
|
self, |
|
|
|
img |
|
) |
| |
◆ video_callback()
| def line_follower.LineFollower.video_callback |
( |
|
self, |
|
|
Image |
data |
|
) |
| |
◆ bridge
| line_follower.LineFollower.bridge |
◆ color_mask_config
| line_follower.LineFollower.color_mask_config = None |
|
static |
◆ interpreter
| line_follower.LineFollower.interpreter |
◆ mask_func
| line_follower.LineFollower.mask_func |
◆ mask_pub
| line_follower.LineFollower.mask_pub |
◆ pub_mask
| line_follower.LineFollower.pub_mask |
◆ srv
| line_follower.LineFollower.srv |
◆ vel_pub
| line_follower.LineFollower.vel_pub |
◆ video_sub
| line_follower.LineFollower.video_sub |
The documentation for this class was generated from the following file: