All Projects → dawonn → vectornav

dawonn / vectornav

Licence: other
ROS Interface for the VectorNav IMU/GPS

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to vectornav

bio ik
MoveIt kinematics_base plugin based on particle optimization & GA
Stars: ✭ 104 (+46.48%)
Mutual labels:  ros
erdos
Dataflow system for building self-driving car and robotics applications.
Stars: ✭ 135 (+90.14%)
Mutual labels:  ros
RosSwift
ROS Robotic Operating System - Swift implementation of core client libraries and rosmaster. Based on roscpp.
Stars: ✭ 37 (-47.89%)
Mutual labels:  ros
hfsd
This is a ROS package used to detect directions of free space in enclosed areas where sensors fail to get returns
Stars: ✭ 13 (-81.69%)
Mutual labels:  ros
SASensorProcessing
ROS node to create pointcloud out of stereo images from the KITTI Vision Benchmark Suite
Stars: ✭ 26 (-63.38%)
Mutual labels:  ros
awesome-webots
Awesome Webots
Stars: ✭ 46 (-35.21%)
Mutual labels:  ros
FusionAD
An open source autonomous driving stack by San Jose State University Autonomous Driving Team
Stars: ✭ 30 (-57.75%)
Mutual labels:  ros
notspot sim py
This repository contains all the code and files needed to simulate the notspot quadrupedal robot using Gazebo and ROS.
Stars: ✭ 41 (-42.25%)
Mutual labels:  ros
astuff sensor msgs
A set of messages specific to each sensor supported by AutonomouStuff.
Stars: ✭ 37 (-47.89%)
Mutual labels:  ros
fmi adapter
Integrating functional mock-up units (FMUs) in ROS nodes
Stars: ✭ 26 (-63.38%)
Mutual labels:  ros
roboteq control
⚙️ Driver for Roboteq devices using ros_control
Stars: ✭ 32 (-54.93%)
Mutual labels:  ros
grvc-ual
An abstraction layer for unmanned aerial vehicles
Stars: ✭ 35 (-50.7%)
Mutual labels:  ros
jetson csi cam
A ROS package making it simple to use CSI cameras on the Nvidia Jetson TK1, TX1, or TX2 with ROS.
Stars: ✭ 95 (+33.8%)
Mutual labels:  ros
find moving objects
A ROS library that finds moving objects and derives their position and velocity, based on 2D laser scan or 3D point cloud 2 data streams.
Stars: ✭ 23 (-67.61%)
Mutual labels:  ros
igvc-software
The code base for the RoboNav team's IGVC robot.
Stars: ✭ 78 (+9.86%)
Mutual labels:  ros
ROS-TCP-Connector
No description or website provided.
Stars: ✭ 123 (+73.24%)
Mutual labels:  ros
turtlebot rrt
Rapidly Exploring Random Tree (RRT) global path planning plugin for ROS Kinetic Kame
Stars: ✭ 86 (+21.13%)
Mutual labels:  ros
rosbots setup tools
Set up ROS, OpenCV and other ROSbots modules for your ROBbots robot
Stars: ✭ 97 (+36.62%)
Mutual labels:  ros
ros-tritech-micron
🔊 Tritech Micron SONAR ROS driver
Stars: ✭ 19 (-73.24%)
Mutual labels:  ros
rmw connextdds
ROS 2 RMW layer for RTI Connext DDS Professional and RTI Connext DDS Micro.
Stars: ✭ 28 (-60.56%)
Mutual labels:  ros

Vectornav ROS Driver

A ROS node for VectorNav INS & GPS devices.

This package provides a sensor_msg interface for the VN100, 200, & 300 devices. Simply configure your launch files to point to the serial port of the deice and you can use rostopic to quickly get running.

Check out the ROS2 branch for ROS2 Support!

QuickStart Guide

This assumes that you have a VectorNav device connected to your computer via a USB cable and that you have already created a [catkin workspace][2]

Build:

$ cd ~/catkin_ws/src
$ git clone https://github.com/dawonn/vectornav.git
$ cd ..
$ catkin_make

Run:

(Terminal 1) $ roscore
(Terminal 2) $ roslaunch vectornav vectornav.launch
(Terminal 3) $ rostopic list
(Terminal 3) $ rostopic echo /vectornav/IMU
(Terminal #) $ ctrl+c to quit

Overview

vnpub node

This node provides a ROS interface for a vectornav device. It can be configured via ROS parameters and publishes sensor data via ROS topics.

vectornav.launch

This launch file contains the default parameters for connecting a device to ROS. You will problaby want to copy it into your own project and modify as required.

References

[1]: http://www.vectornav.com/ "VectorNav"
[2]: http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment "ROS Workspace Tutorial"

The MIT License (MIT)


Copyright (c) 2018 Dereck Wonnacott <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

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