|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Classes | |
| class | ImageListener |
Functions | |
| def | get_args () |
| def | resave_to_folder (target) |
Variables | |
| def | args = get_args() |
| bag = rosbag.Bag(rosbag_file) | |
| int | call_back_id = 0 |
| string | command |
| display | |
| force_restart | |
| Local configuration for debug. More... | |
| info_dict | |
| listener = ImageListener(args) | |
| lock = threading.Lock() | |
| puzzle_solver | |
| puzzle_solver_mode | |
| read_activity | |
| rosbag_file = os.path.join(args.fDir, args.rosbag_name) | |
| rosbag_name | |
| roscore_proc = None | |
| shell | |
| survelliance_system | |
| list | target_list = ['bTrack_SolID'] |
| string | test_activity_topic = "/test_activity" |
| string | test_dep_topic = "/test_depth" |
| string | test_rgb_topic = "/test_rgb" |
| timestamp_beginning = None | |
| timestamp_ending = None | |
@brief The test script that run the system on a rosbag file,
include building the system and test the system.
@author Yiye Chen, yychen2019@gatech.edu
Yunzhi Lin, yunzhi.lin@gatech.edu
@date 02/25/2022 | def Surveillance.deployment.ROS.rosbag_runner.get_args | ( | ) |
| def Surveillance.deployment.ROS.rosbag_runner.resave_to_folder | ( | target | ) |
| def args = get_args() |
| bag = rosbag.Bag(rosbag_file) |
| int call_back_id = 0 |
| command |
| display |
| force_restart |
Local configuration for debug.
| info_dict |
| listener = ImageListener(args) |
| lock = threading.Lock() |
| puzzle_solver |
| puzzle_solver_mode |
| read_activity |
| rosbag_file = os.path.join(args.fDir, args.rosbag_name) |
| rosbag_name |
| roscore_proc = None |
| shell |
| survelliance_system |
| list target_list = ['bTrack_SolID'] |
| string test_activity_topic = "/test_activity" |
| string test_dep_topic = "/test_depth" |
| string test_rgb_topic = "/test_rgb" |
| timestamp_beginning = None |
| timestamp_ending = None |