Skip to content

Instantly share code, notes, and snippets.

@ravijo
ravijo / tf2_ros_example.py
Created December 6, 2018 13:01
An example showing how to use tf2_ros API
#!/usr/bin/python
# -*- coding: utf-8 -*-
# tf2_ros_example.py: example showing how to use tf2_ros API
# Author: Ravi Joshi
# Date: 2018/12/6
# import modules
import rospy
import tf2_ros