URDF description package for the TartanStar sensor rig. Contains the xacro model, STL meshes, and a Python library for querying transforms.
| Link | Sensor |
|---|---|
body |
Main chassis |
gq7_* |
MicroStrain GQ7 IMU/GNSS |
xwr |
mmWave radar (XWR) |
zed_camera_* |
ZED X stereo camera |
thermal_* |
Thermal cameras |
event_* |
Event cameras |
os_dome_* |
Ouster dome LiDAR + IMU |
from tstar_description import load_urdf, list_frames, get_transform
sensor = load_urdf()frames = list_frames(sensor)
# ['base_link', 'body', 'event_left', 'event_right', 'gps', ...]T = get_transform("base_link", "zed_camera_link", sensor)
# 4x4 homogeneous transform matrix (numpy)Visualize URDF with rerun:
uv run tstar-extrinsicsThen open rerun with:
rerun --connectinstall and build as ros2 pkg
Launch the robot state publisher:
ros2 launch tstar_description robot_state.launch.pyLaunch with RViz2 visualization:
ros2 launch tstar_description robot_state.launch.py rviz:=true