Giter Club home page Giter Club logo

bulletroboy's Introduction

Building from source

The following instructions guide you through the process of building this repo from source.

Dependencies

git

#!bash
sudo apt install git

doxygen[OPTIONAL]

#!bash
sudo apt install doxygen

For detailed description of installation see here.

Other

sudo apt install ros-kinetic-robot-localization
sudo apt install libalglib3.10 libalglib-dev 
export ROS_LANG_DISABLE=genlisp:roslisp:genjava

bulletroboy's People

Contributors

missxa avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

devanthro

bulletroboy's Issues

use --model-path and --config-path as it is when passed by a user

when I don't use the default value for --model-path and --config-path, I want to specify an absolute path without appending the file_path before it as done here

def is_valid_file(parser, arg):
file_path = os.path.dirname(os.path.realpath(__file__))
file_path += "/" + arg
if not os.path.exists(file_path):
parser.error("The file %s does not exist!" % file_path)
else:
return file_path #return open(arg, 'r') # return an open file handle

It causes the following problem:
cage_simulation: error: The file c:\users\roboy\documents\code\ros2_ws\build\bulletroboy\bulletroboy/c:\users\roboy\documents\code\ros2_ws\src\bulletroboy\bulletroboy\..\config\cageConfiguration.xml does not exist!

Also, (at least on Windows) the os.path.realpath returns its location in the build folder of the workspace, not in the src. This leads to
cage_simulation: error: The file c:\users\roboy\documents\code\ros2_ws\build\bulletroboy\bulletroboy/../config/cageConfiguration.xml does not exist!

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.