GithubHelp home page GithubHelp logo

bullet3_robotsim_cmake_template's Introduction

bullet3_GUI_cmake_template

CMakeLists.txt를 열고 bullet3의 directory 경로를 확인하고 수정.

set(BULLET_PHYSICS_SOURCE_DIR  "/opt/bullet3")
set(BULLET_PHYSICS_LIB  "/opt/bullet3/build_cmake/local_install/lib")

local_install/lib이 없는경우

  git clone https://github.com/bulletphysics/bullet3.git
  cd bullet3
  sudo mv bullet3 /opt/
  cd /opt/bullet3

  ./build_cmake_pybullet_double.sh
  cd build_cmake
  sudo make install
  cmake  -DUSE_DOUBLE_PRECISION=ON -DCMAKE_DEBUG_POSTFIX="" -DINSTALL_LIBS=ON -DCMAKE_BUILD_TYPE=Release  -DCMAKE_INSTALL_PREFIX:PATH=local_install  ..
  make -j$(nproc)
  sudo make install
  cd local_install/lib

build

  git clone https://github.com/MinchangSung0223/bullet3_robotsim_cmake_template.git
  cd bullet3_robotsim_cmake_template 
  ./build.sh

Start

./robotSim <with_GUI>

  ./robotSim urdf/satellite/arm.urdf 1

bullet3_robotsim_cmake_template's People

Contributors

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