Git Product home page Git Product logo

robomagellan's Introduction

RoboMagellan

This is a work in progress.

Setup Notes (18.04)

I was unable to get the Realsense ROS debians to work reliably, so I ended up building from source against the driver debians. I also had issues with some of the newest releases of librealsense, so we are setting the version manually

sudo apt-key adv --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
sudo add-apt-repository "deb http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic main" -u
sudo apt-get install librealsense2-dkms=1.3.13-0ubuntu1
sudo apt-get install librealsense2-dev=2.32.1-0~realsense0.1913

Then we can build the actual ROS workspace:

mkdir ~/melodic/src; cd ~/melodic/src
git clone [email protected]:mikeferguson/etherbotix_python.git
git clone [email protected]:mikeferguson/robomagellan.git
git clone [email protected]:gareth-cross/rviz_satellite.git
git clone https://github.com/IntelRealSense/realsense-ros.git
cd ~/melodic
rosdep install --from-paths src --ignore-src --rosdistro=melodic -y
source /opt/ros/melodic/setup.bash
catkin_make

Launch Files

  • robot.launch - everything needed to run the robot. Setting the offline_mode argument to true will only run the processing pipelines. This is useful for running against bagfiles.
  • raw_imu_odom_gps.launch - starts a minimal set of drivers and a ROS bag. These bags can be used with the offline_mode.

robomagellan's People

Contributors

mikeferguson avatar

Watchers

James Cloos avatar  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.