Skip to content

This is a ROS wrapper for publishing Apriltag with Jetson nano and RPI camera through CSI. ROS输出apriltag位姿利用CSI摄像头

Notifications You must be signed in to change notification settings

yuannuaa/apriltag_pose_ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apriltag_pose_ros

This is a ROS wrapper for publishing Apriltag with Jetson nano and RPI camera V2 through CSI
It is truely easy to use. On jetson nano with ROS. A constant velocity EKF filter is introducted to enhance the performance.

Complie Instruciton

catkin_make

Dependency

Function Description

Files

  • cmake_modules Find the position of Eigen3
  • CMakeLists.txt Cmake file
  • CalibrationResults Internal and external parameters of the camera through Kalibr
  • filter.cc Detail implmentation of constant velocity filter
  • filter.h Declaration of filter
  • filter_pose Subscribe the information from apriltag detect as measurements to filting
  • opencv_apriltag.cc Detection and pose estimation of Apriltag
  • opencv_emulate.cc For simulation

21 Dec 2019

To avoid some out of view situation , a constant velocity kalman filter has been added to the package. It now can output 100Hz pose estimation of apriltag and able to compensate some undesirable situation.

About

This is a ROS wrapper for publishing Apriltag with Jetson nano and RPI camera through CSI. ROS输出apriltag位姿利用CSI摄像头

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published