|
iterative closest points
CEV ICP algorithm library
|
Functions | |
| on_press (event) | |
| get_ranges (row) | |
| draw (int index) | |
| save (int index) | |
Variables | |
| parser | |
| type | |
| help | |
| required | |
| args = parser.parse_args() | |
| output_dir | |
| exist_ok | |
| b = bagreader(args.input) | |
| LASER_MSG = b.message_by_topic(args.topic) | |
| df = pd.read_csv(LASER_MSG) | |
| int | current_i = 0 |
| int | exported = 0 |
| fig | |
| ax | |
| block | |
| rosbag_extract.draw | ( | int | index | ) |
Definition at line 76 of file rosbag_extract.py.
| rosbag_extract.get_ranges | ( | row | ) |
Definition at line 65 of file rosbag_extract.py.
| rosbag_extract.on_press | ( | event | ) |
Definition at line 50 of file rosbag_extract.py.
| rosbag_extract.save | ( | int | index | ) |
Definition at line 101 of file rosbag_extract.py.
| rosbag_extract.args = parser.parse_args() |
Definition at line 38 of file rosbag_extract.py.
| rosbag_extract.ax |
Definition at line 125 of file rosbag_extract.py.
| rosbag_extract.b = bagreader(args.input) |
Definition at line 42 of file rosbag_extract.py.
| rosbag_extract.block |
Definition at line 129 of file rosbag_extract.py.
| int rosbag_extract.current_i = 0 |
Definition at line 46 of file rosbag_extract.py.
| rosbag_extract.df = pd.read_csv(LASER_MSG) |
Definition at line 44 of file rosbag_extract.py.
| rosbag_extract.exist_ok |
Definition at line 40 of file rosbag_extract.py.
| int rosbag_extract.exported = 0 |
Definition at line 47 of file rosbag_extract.py.
| rosbag_extract.fig |
Definition at line 125 of file rosbag_extract.py.
| rosbag_extract.help |
Definition at line 21 of file rosbag_extract.py.
| rosbag_extract.LASER_MSG = b.message_by_topic(args.topic) |
Definition at line 43 of file rosbag_extract.py.
| rosbag_extract.output_dir |
Definition at line 40 of file rosbag_extract.py.
| rosbag_extract.parser |
Definition at line 13 of file rosbag_extract.py.
| rosbag_extract.required |
Definition at line 22 of file rosbag_extract.py.
| rosbag_extract.type |
Definition at line 20 of file rosbag_extract.py.