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 73 of file rosbag_extract.py.
rosbag_extract.get_ranges | ( | row | ) |
Definition at line 62 of file rosbag_extract.py.
rosbag_extract.on_press | ( | event | ) |
Definition at line 47 of file rosbag_extract.py.
rosbag_extract.save | ( | int | index | ) |
Definition at line 98 of file rosbag_extract.py.
rosbag_extract.args = parser.parse_args() |
Definition at line 35 of file rosbag_extract.py.
rosbag_extract.ax |
Definition at line 122 of file rosbag_extract.py.
rosbag_extract.b = bagreader(args.input) |
Definition at line 39 of file rosbag_extract.py.
rosbag_extract.block |
Definition at line 126 of file rosbag_extract.py.
int rosbag_extract.current_i = 0 |
Definition at line 43 of file rosbag_extract.py.
rosbag_extract.df = pd.read_csv(LASER_MSG) |
Definition at line 41 of file rosbag_extract.py.
rosbag_extract.exist_ok |
Definition at line 37 of file rosbag_extract.py.
int rosbag_extract.exported = 0 |
Definition at line 44 of file rosbag_extract.py.
rosbag_extract.fig |
Definition at line 122 of file rosbag_extract.py.
rosbag_extract.help |
Definition at line 18 of file rosbag_extract.py.
rosbag_extract.LASER_MSG = b.message_by_topic(args.topic) |
Definition at line 40 of file rosbag_extract.py.
rosbag_extract.output_dir |
Definition at line 37 of file rosbag_extract.py.
rosbag_extract.parser |
Definition at line 10 of file rosbag_extract.py.
rosbag_extract.required |
Definition at line 19 of file rosbag_extract.py.
rosbag_extract.type |
Definition at line 17 of file rosbag_extract.py.