Classes | |
class | Node |
class | PointCloudSubscriber |
Functions | |
def | convertPolarToCartesianPointCloud (polar_pointcloud) |
Variables | |
arg_parser = argparse.ArgumentParser() | |
cli_args = arg_parser.parse_args() | |
default | |
help | |
node = rospy.init_node("polar_to_cartesian_pointcloud") | |
string | publisher_topic = "/cloud_polar_to_cartesian" |
subscriber = PointCloudSubscriber(subscriber_topic, publisher_topic) | |
string | subscriber_topic = "/cloud_polar_unstructured_fullframe" |
type | |
def polar_to_cartesian_pointcloud_ros1.convertPolarToCartesianPointCloud | ( | polar_pointcloud | ) |
Definition at line 14 of file polar_to_cartesian_pointcloud_ros1.py.
polar_to_cartesian_pointcloud_ros1.arg_parser = argparse.ArgumentParser() |
Definition at line 75 of file polar_to_cartesian_pointcloud_ros1.py.
polar_to_cartesian_pointcloud_ros1.cli_args = arg_parser.parse_args() |
Definition at line 78 of file polar_to_cartesian_pointcloud_ros1.py.
polar_to_cartesian_pointcloud_ros1.default |
Definition at line 76 of file polar_to_cartesian_pointcloud_ros1.py.
polar_to_cartesian_pointcloud_ros1.help |
Definition at line 76 of file polar_to_cartesian_pointcloud_ros1.py.
polar_to_cartesian_pointcloud_ros1.node = rospy.init_node("polar_to_cartesian_pointcloud") |
Definition at line 81 of file polar_to_cartesian_pointcloud_ros1.py.
polar_to_cartesian_pointcloud_ros1.publisher_topic = "/cloud_polar_to_cartesian" |
Definition at line 74 of file polar_to_cartesian_pointcloud_ros1.py.
polar_to_cartesian_pointcloud_ros1.subscriber = PointCloudSubscriber(subscriber_topic, publisher_topic) |
Definition at line 82 of file polar_to_cartesian_pointcloud_ros1.py.
polar_to_cartesian_pointcloud_ros1.subscriber_topic = "/cloud_polar_unstructured_fullframe" |
Definition at line 73 of file polar_to_cartesian_pointcloud_ros1.py.
polar_to_cartesian_pointcloud_ros1.type |
Definition at line 76 of file polar_to_cartesian_pointcloud_ros1.py.