Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[services] Add a service to replace the texture of an object #798

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Sep 5, 2018

  1. Configuration menu
    Copy the full SHA
    94d34ba View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2018

  1. [sensors] Fix VLP row distribution list

    Pierrick Koch authored and rafael1193 committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    942b911 View commit details
    Browse the repository at this point in the history
  2. external force DATASTREAM_DICT key was incorrect

    ExternalForce was not working with ros.
    Turns out the datastream interface key for ExternalForce was incorrect: it is `external_force` instead of `externalForce` as the name of python file and as described [here](https://github.com/morse-simulator/morse/blob/86f3793afcdb0f9bf0eb26435ef04f0518ab1f6f/src/morse/builder/actuators.py#L330)
    ejalaa12 authored and rafael1193 committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    eb025fe View commit details
    Browse the repository at this point in the history
  3. [vlp16] In order to use VLP16 sensor with Hardware In the Loop simula…

    …tion an option to keep the exact number of points (according to the camera resolution) has been added.
    Julien Cornier authored and rafael1193 committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    4b4f8c0 View commit details
    Browse the repository at this point in the history
  4. Change parameter names from async to asynchronous

    `async` became a keyword in python 3.7
    dreuter authored and rafael1193 committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    5f5e7b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9d4c24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6388dce View commit details
    Browse the repository at this point in the history
  7. Build - tests now run on Windows

    stephendade authored and rafael1193 committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    3800cd5 View commit details
    Browse the repository at this point in the history