UbiquityRobotics / Fiducials
Simultaneous localization and mapping using fiducial markers.
Projects that are alternatives of or similar to Fiducials
Rosbag to csvConverter from ros bag to csv
Stars: ✭ 128 (-15.23%)
Mutual labels: ros
Mpc rosNonlinear Model Predictive Control on Differential Wheeled Mobile Robot using ROS
Stars: ✭ 140 (-7.28%)
Mutual labels: ros
Urdf LoadersURDF Loaders for Unity and THREE.js with example ATHLETE URDF Files
Stars: ✭ 129 (-14.57%)
Mutual labels: ros
Mavros controllersAggressive trajectory tracking using mavros for PX4 enabled vehicles
Stars: ✭ 139 (-7.95%)
Mutual labels: ros
VenomAll Terrain Autonomous Quadruped
Stars: ✭ 145 (-3.97%)
Mutual labels: ros
RclnodejsNode.js version of ROS 2.0 client
Stars: ✭ 126 (-16.56%)
Mutual labels: ros
Azure kinect ros driverA ROS sensor driver for the Azure Kinect Developer Kit.
Stars: ✭ 140 (-7.28%)
Mutual labels: ros
Industrial ciEasy continuous integration repository for ROS repositories
Stars: ✭ 146 (-3.31%)
Mutual labels: ros
Lidar camera calibrationLight-weight camera LiDAR calibration package for ROS using OpenCV and PCL (PnP + LM optimization)
Stars: ✭ 133 (-11.92%)
Mutual labels: ros
Create robotROS driver for iRobot Create 1 and 2.
Stars: ✭ 137 (-9.27%)
Mutual labels: ros
RosnodejsClient library for writing ROS nodes in JavaScript with nodejs
Stars: ✭ 145 (-3.97%)
Mutual labels: ros
SmaccAn Event-Driven, Asynchronous, Behavioral State Machine Library for real-time ROS (Robotic Operating System) applications written in C++
Stars: ✭ 129 (-14.57%)
Mutual labels: ros
RosonwindowsROS on Windows Documentation Repository
Stars: ✭ 147 (-2.65%)
Mutual labels: ros
Pick Place RobotObject picking and stowing with a 6-DOF KUKA Robot using ROS
Stars: ✭ 126 (-16.56%)
Mutual labels: ros
Weloveinterns中科院软件所智能软件中心实习生社区
Stars: ✭ 143 (-5.3%)
Mutual labels: ros
Multimaster fkieROS stack with FKIE packages for multi-robot (discovering, synchronizing and management GUI)
Stars: ✭ 150 (-0.66%)
Mutual labels: ros
Urdf Vizvisualize URDF/XACRO file, URDF Viewer works on Windows/MacOS/Linux
Stars: ✭ 149 (-1.32%)
Mutual labels: ros
RoslibpyPython ROS Bridge library
Stars: ✭ 146 (-3.31%)
Mutual labels: ros
Simultaneous Localization and Mapping Using Fiducial Markers
Travis: 
Jenkins: 
Overview
This package implements a system that uses ceiling mounted
fiducial markers (think QR Codes) to allow a robot to identify
its location and orientation. It does this by constructing
a map of the ceiling fiducials. The position of one fiducial
needs to be specified, then a map of the fiducials is built
up from observing pairs of markers in the same image.
Once the map has been constructed, the robot can identify
its location by locating itself relative to one or more
ceiling fiducials.
Documentation is at http://wiki.ros.org/fiducials.
Recording A Bag File
Sometimes for trobleshooting purposes it is useful to record a bag
file to capture the exact data on the topics going into and out of
fiducials.
To do this, while the system is running, run rosbag record -a
.
You can upload this bag file to a file sharing service like Google
Drive and link to it in your issue, this will help us diagnose
the problem.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at
[email protected].