Coder Social home page Coder Social logo

scalebridge's Introduction

Scale Bridge
Overview

The Scale Bridge is a ROS package designed to perform certain functionalities related to scale estimation. The project requires certain dependencies and is configured to build with C++11 standards.

Installation

Dependencies

    ROS (Robot Operating System), tested with Kinetic and later versions.
    Eigen3
    Ceres
    Geometry_msgs
    Roscpp
    Sensor_msgs
    Std_msgs
    Tf2, tf2_ros, tf2_geometry_msgs


Building from Source

Here are the instructions to build the project from source:
1. Clone the Repository

Navigate to your workspace's src directory and clone the repository:
'cd ~/catkin_ws/src'
'git clone https://github.com/slva21/scale_bridge.git'

2. Install Required Packages
Make sure you have the required dependencies. On a system with ROS, you can use the following command to install the necessary packages:
'sudo apt-get install ros-$ROS_DISTRO-tf2 ros-$ROS_DISTRO-tf2-ros ros-$ROS_DISTRO-tf2-geometry-msgs'

3. Build the Package
Navigate to your workspace's root directory and build the package:
'cd ~/catkin_ws'
'catkin build'
'source ~/catkin_ws/devel/setup.bash'


Topics
Output Topics:

    MonoSLAM Estimates: "visual_intertial/vio"
    ScaleBridge EKF Estimates: "visual_intertial/ekf"
    Gazebo Model Pose: "visual_intertial/gazebo"
    Scale Estimates:  "visual_inertial/scale"

Input Topics:

    MonoSLAM PoseStamped Topic: "/orb_slam2_mono/pose"
    IMU Topic: "/tello/imu"

scalebridge's People

Contributors

slva21 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.