Git Product home page Git Product logo

pyramid_robotics's Introduction

Set up the pyramid robotics

Install

This package depends on third-party package.

  1. Install and initialize ROS melodic desktop full, additional ROS packages, catkin-tools, and wstool:
$ sudo apt-get update
$ sudo apt-get install ros-melodic-joy ros-melodic-octomap-ros python-wstool python-catkin-tools protobuf-compiler
$ sudo apt-get install libgeographic-dev ros-melodic-geographic-msgs  # Required for mavros.
# For melodic: sudo apt-get install libgeographiclib-dev
$ sudo rosdep init
$ rosdep update
$ source /opt/ros/melodic/setup.bash
  1. If you don't have ROS workspace yet you can do so by
$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ catkin_init_workspace  # initialize your catkin workspace
$ wstool init
  1. Get the rotors_simulator and additional dependencies
$ cd ~/catkin_ws/src
$ git clone https://github.com/ethz-asl/rotors_simulator.git
$ git clone https://github.com/ethz-asl/mav_comm.git
$ git clone https://github.com/ethz-asl/glog_catkin.git
$ git clone https://github.com/catkin/catkin_simple.git
$ sudo apt-get install libgflags-dev libgoogle-glog-dev liblmdb-dev
  1. Get the neo_simulator and additional dependencies
$ git clone https://github.com/neobotix/neo_simulation.git
  1. Get the ifopt and additional dependencies
$ git clone https://github.com/ethz-adrl/ifopt.git
$ sudo apt-get install cmake libeigen3-dev coinor-libipopt-dev
  1. Build your workspace with python_catkin_tools (therefore you need python_catkin_tools)
$ cd ~/catkin_ws/
$ catkin init  # If you haven't done this before.
$ catkin build

Modified package ifopt

  1. Add member function ~/catkin_ws/src/ifopt/ifopt_core/src/problem.cc
void
Problem::Clear()
{
    constraints_.ClearComponents();
}

~/catkin_ws/src/ifopt/ifopt_core/include/ifopt_core/problem.h

void Clear();
  1. Build
$ cd ~/catkin_ws/
$ catkin build

Build the pyramid_robotics

FInally, we build pyramid_robotics!

$ cd ~/catkin_ws/src
$ git clone https://github.com/satoshi-ota/pyramid_robotics.git
$ cd ..
$ catkin build

pyramid_robotics's People

Contributors

satoshi-ota 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.