All Projects → UbiquityRobotics → Fiducials

UbiquityRobotics / Fiducials

Simultaneous localization and mapping using fiducial markers.

Labels

Projects that are alternatives of or similar to Fiducials

Rosbag to csv
Converter from ros bag to csv
Stars: ✭ 128 (-15.23%)
Mutual labels:  ros
Mpc ros
Nonlinear Model Predictive Control on Differential Wheeled Mobile Robot using ROS
Stars: ✭ 140 (-7.28%)
Mutual labels:  ros
Self Driving Golf Cart
Be Driven 🚘
Stars: ✭ 147 (-2.65%)
Mutual labels:  ros
Urdf Loaders
URDF Loaders for Unity and THREE.js with example ATHLETE URDF Files
Stars: ✭ 129 (-14.57%)
Mutual labels:  ros
Mavros controllers
Aggressive trajectory tracking using mavros for PX4 enabled vehicles
Stars: ✭ 139 (-7.95%)
Mutual labels:  ros
Venom
All Terrain Autonomous Quadruped
Stars: ✭ 145 (-3.97%)
Mutual labels:  ros
Rclnodejs
Node.js version of ROS 2.0 client
Stars: ✭ 126 (-16.56%)
Mutual labels:  ros
Djim100 People Detect Track
A ros demo for people detection and tracking on DJI M100 drone
Stars: ✭ 150 (-0.66%)
Mutual labels:  ros
Azure kinect ros driver
A ROS sensor driver for the Azure Kinect Developer Kit.
Stars: ✭ 140 (-7.28%)
Mutual labels:  ros
Industrial ci
Easy continuous integration repository for ROS repositories
Stars: ✭ 146 (-3.31%)
Mutual labels:  ros
Lidar camera calibration
Light-weight camera LiDAR calibration package for ROS using OpenCV and PCL (PnP + LM optimization)
Stars: ✭ 133 (-11.92%)
Mutual labels:  ros
Create robot
ROS driver for iRobot Create 1 and 2.
Stars: ✭ 137 (-9.27%)
Mutual labels:  ros
Rosnodejs
Client library for writing ROS nodes in JavaScript with nodejs
Stars: ✭ 145 (-3.97%)
Mutual labels:  ros
Smacc
An 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
Rosonwindows
ROS on Windows Documentation Repository
Stars: ✭ 147 (-2.65%)
Mutual labels:  ros
Pick Place Robot
Object 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 fkie
ROS stack with FKIE packages for multi-robot (discovering, synchronizing and management GUI)
Stars: ✭ 150 (-0.66%)
Mutual labels:  ros
Urdf Viz
visualize URDF/XACRO file, URDF Viewer works on Windows/MacOS/Linux
Stars: ✭ 149 (-1.32%)
Mutual labels:  ros
Roslibpy
Python ROS Bridge library
Stars: ✭ 146 (-3.31%)
Mutual labels:  ros

Simultaneous Localization and Mapping Using Fiducial Markers

Travis: Build Status

Jenkins: Build Status

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].