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

Adding new robocup scenarios #145

Merged
merged 175 commits into from
May 24, 2019
Merged

Adding new robocup scenarios #145

merged 175 commits into from
May 24, 2019

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    7b1adee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8ae417 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac49555 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    7b0b9d8 View commit details
    Browse the repository at this point in the history
  2. Add GO 2019 map

    argenos committed May 2, 2019
    Configuration menu
    Copy the full SHA
    80a2d6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b72aab7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2c0bf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e637896 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5bc499 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b44d8c7 View commit details
    Browse the repository at this point in the history
  8. Add the "find_my_mates" scenario and "interview action".

    This commit adds a first version of the "find my mates scenario of the RoboCup @home league 2019. Additionally an action for interviewing people is added. Also here it is not the final version.
    Patrick Nagel committed May 2, 2019
    Configuration menu
    Copy the full SHA
    934adc8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #129 from PatrickNa/mdr_robocup_tasks/find_my_mates

    Add the "find_my_mates" scenario and "interview action".
    PatrickNa authored May 2, 2019
    Configuration menu
    Copy the full SHA
    37fa0a9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #128 from minhnh/go-2019

    add classify image as an optional param
    alex-mitrevski authored May 2, 2019
    Configuration menu
    Copy the full SHA
    998726b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2357dc3 View commit details
    Browse the repository at this point in the history
  12. Fix merge conflic comments.

    Apperently a merge conflict was in the code and that is fixed with this commit.
    Patrick Nagel committed May 2, 2019
    Configuration menu
    Copy the full SHA
    23bd0e2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #131 from PatrickNa/mdr_robocup_tasks/find_my_mates

    Fix merge conflic comments.
    PatrickNa authored May 2, 2019
    Configuration menu
    Copy the full SHA
    2aa01a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a0640f6 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #132 from robertocaiwu/feature/Kaldi_listen_action

    Feature/kaldi listen action
    PatrickNa authored May 2, 2019
    Configuration menu
    Copy the full SHA
    adb6181 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    88b8468 View commit details
    Browse the repository at this point in the history
  17. Update the "Find my mates" state machine.

    This commit provides a comphrehensive version of the "Find my mate" scenario. A few more information need to be added though. For example location values.
    Patrick Nagel committed May 2, 2019
    Configuration menu
    Copy the full SHA
    dfe8289 View commit details
    Browse the repository at this point in the history
  18. Add HRI behaviours that are needed in "find my mate" scenario among o…

    …thers.
    
    At the moment the following behaviours are needed that are defined in the "Find my mate" scenario.
    Patrick Nagel committed May 2, 2019
    Configuration menu
    Copy the full SHA
    670d506 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #133 from PatrickNa/mdr_robocup_tasks/find_my_mates

    Update the "Find my mates" state machine.
    PatrickNa authored May 2, 2019
    Configuration menu
    Copy the full SHA
    d9a8e6e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    06c3190 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    979528a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9ee493a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e92d99d View commit details
    Browse the repository at this point in the history
  24. Merge branch 'go-2019' of github.com:b-it-bots/mas_domestic_robotics …

    …into feature/Kaldi_listen_action
    robertocaiwu committed May 2, 2019
    Configuration menu
    Copy the full SHA
    f4eab9f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9f14adb View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    73608a6 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #134 from robertocaiwu/feature/Kaldi_listen_action

    Feature/kaldi listen action
    argenos authored May 2, 2019
    Configuration menu
    Copy the full SHA
    919d9ec View commit details
    Browse the repository at this point in the history
  28. [find_my_mates] Added states for moving to a person and checking if t…

    …here are unknown people left
    alex-mitrevski committed May 2, 2019
    Configuration menu
    Copy the full SHA
    f84a7ee View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3857fd5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f26b2eb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    74b5fc0 View commit details
    Browse the repository at this point in the history
  2. Add "Interview Person" behaviours.

    This commit defines the "Interview Person" behaviour. The only thing that is missing is saving the information to the knowledge base and the specification of the model.
    Patrick Nagel committed May 3, 2019
    Configuration menu
    Copy the full SHA
    8faa607 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #135 from PatrickNa/mdr_robocup_tasks/find_my_mates

    Add "Interview Person" behaviours.
    PatrickNa authored May 3, 2019
    Configuration menu
    Copy the full SHA
    c6f69b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1cecff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a70848b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35d4159 View commit details
    Browse the repository at this point in the history
  7. Add a RASA NLU model for the "Find My Mate" Scenario.

    This commit adds a RASA NLU model, that allows to introduce yourself or to ask the robot to find certain people.
    Patrick Nagel committed May 3, 2019
    Configuration menu
    Copy the full SHA
    deeb473 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #137 from PatrickNa/mdr_robocup_tasks/find_my_mates

    Add a RASA NLU model for the "Find My Mate" Scenario.
    PatrickNa authored May 3, 2019
    Configuration menu
    Copy the full SHA
    2e530f5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #136 from robertocaiwu/feature/mdr_find_my_mates/r…

    …eport
    
    [mdr_find_my_mates] Add report information behavior
    PatrickNa authored May 3, 2019
    Configuration menu
    Copy the full SHA
    0a6e354 View commit details
    Browse the repository at this point in the history
  10. add describe person behavior

    minhnh committed May 3, 2019
    Configuration menu
    Copy the full SHA
    b201688 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a2ea555 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f09e6e8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    25c878a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fd9e4a0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fc588ce View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    986830f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c9a9ff3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ed11201 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a348c3a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e51cf4f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    91fef3a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f7039d4 View commit details
    Browse the repository at this point in the history
  23. Merge branch 'go-2019' of github.com:b-it-bots/mas_domestic_robotics …

    …into go-2019
    Patrick Nagel committed May 3, 2019
    Configuration menu
    Copy the full SHA
    a811f79 View commit details
    Browse the repository at this point in the history
  24. Add the state machine for the "where is this" scenario of the RoboCup…

    … 2019.
    
    This commit specifies the state machine of the "Where is this" scenario. It defines the states and transitions. However it lacks of certain specifications yet, like for example the actions that are executed within the states.
    Patrick Nagel committed May 3, 2019
    Configuration menu
    Copy the full SHA
    842cf56 View commit details
    Browse the repository at this point in the history
  25. Add the scenario states/ actions to the state machine of "where is th…

    …is".
    
    This commit adds mainly dummy scenario states for the "where is this" scenario. Also those reference are defined in the state machine now. In the upcoming commits the logic within the states is going to be defined further.
    Patrick Nagel committed May 3, 2019
    Configuration menu
    Copy the full SHA
    bee05a1 View commit details
    Browse the repository at this point in the history
  26. Add remaining states (without proper functioning yet).

    This commit adds the states of the scenario. At the moment all of them return succeeded so that the overall state machine can be tested.
    Patrick Nagel committed May 3, 2019
    Configuration menu
    Copy the full SHA
    2a7c387 View commit details
    Browse the repository at this point in the history
  27. Update the where is this launch file.

    This commit updates the launch file of the scneario, but keeps it basic for now.
    Patrick Nagel committed May 3, 2019
    Configuration menu
    Copy the full SHA
    0355585 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c76d1f4 View commit details
    Browse the repository at this point in the history
  29. Merge branch 'go-2019' of github.com:b-it-bots/mas_domestic_robotics …

    …into feature/mdr_simple_listen_action
    robertocaiwu committed May 3, 2019
    Configuration menu
    Copy the full SHA
    1f03570 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d90855d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    62ec345 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    27709a5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    33f9b7e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4375485 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    8c2a01d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Merge pull request #139 from robertocaiwu/feature/mdr_simple_listen_a…

    …ction
    
    Feature/mdr simple listen action
    minhnh authored May 4, 2019
    Configuration menu
    Copy the full SHA
    9c9cfdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    508f087 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eb5164 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9658201 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0141dfd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b6bc42 View commit details
    Browse the repository at this point in the history
  7. Updated rasa nlu model

    ErickKramer committed May 4, 2019
    Configuration menu
    Copy the full SHA
    995a6ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3b5790 View commit details
    Browse the repository at this point in the history
  9. Add the speech matching component to receive information state

    This commit extends the mdr_where_is_this scenario by comparing the detected entities from the operator input with the entities (objects and locations) that are predefined.
    Patrick Nagel committed May 4, 2019
    Configuration menu
    Copy the full SHA
    ddd825d View commit details
    Browse the repository at this point in the history
  10. Fix bugs regarding the speech matching changes in receive information.

    This commit provides smaller changes to the receive information state. The changes are fixes regarding the latest changes to the state. The commit also includes the modified lists of objects and locations.
    mas-hsr committed May 4, 2019
    Configuration menu
    Copy the full SHA
    fcb9971 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    64c9198 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    24d743e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f3f1fd6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f09ebcb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a40529b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e62e5b0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9dc2a7b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ffff171 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    98ac087 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    656d68a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8a03ebb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d15c49c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f45d18d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    052ce8b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ddc1ac2 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d832a3f View commit details
    Browse the repository at this point in the history
  27. Fixed merge issue

    ErickKramer committed May 4, 2019
    Configuration menu
    Copy the full SHA
    413cf62 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e0e9216 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Configuration menu
    Copy the full SHA
    30ab2eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b0b683 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Remove go-small-2019 map

    argenos committed May 19, 2019
    Configuration menu
    Copy the full SHA
    99ac4e7 View commit details
    Browse the repository at this point in the history
  2. Add BRSU rheinbach map

    argenos committed May 19, 2019
    Configuration menu
    Copy the full SHA
    338407b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a87bfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00d159a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    0923e50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7076bf0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    daf6aed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b348b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7aeeb6e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Configuration menu
    Copy the full SHA
    6812189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    236ffd3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    855673f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    519c92a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d2c316 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bd8a6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cce786 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdc74ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9317e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ad67fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67fe539 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a813696 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ee28be1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    204e7b4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    02db18f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ed8dd96 View commit details
    Browse the repository at this point in the history
  15. Removed unused import String

    Vanargh committed May 24, 2019
    Configuration menu
    Copy the full SHA
    9507dd3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9558dc2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9b3d0bc View commit details
    Browse the repository at this point in the history
  18. Codacy fixes

    agrija9 committed May 24, 2019
    Configuration menu
    Copy the full SHA
    004d95d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    690a2e7 View commit details
    Browse the repository at this point in the history
  20. removed line 5 (from std_msg.msg import String) removed line 7 (from …

    …mdr_perception_msgs.msg import PersonInfo) removed line 8(from rasa_nlu.training_data import load_data) removed line 9 (from rasa_nlu import config) removed line 10 (from rasa_nlu.components import ComponentBuilder) removed Trainer imported from rasa_nlu.model (from rasa_nlu.model import Interpreter, Metadata, Trainer)
    IshanChaks91 committed May 24, 2019
    Configuration menu
    Copy the full SHA
    4fed2d7 View commit details
    Browse the repository at this point in the history
  21. indented

    ZuhaKarim committed May 24, 2019
    Configuration menu
    Copy the full SHA
    ec01e88 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    652bac5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5de0a5b View commit details
    Browse the repository at this point in the history
  24. codacy fix action_states

    agrija9 committed May 24, 2019
    Configuration menu
    Copy the full SHA
    5dbdb44 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fad65f5 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #157 from b-it-bots/refactor/clean_mdr_mbot_logger

    Refactor/clean mdr mbot logger
    argenos authored May 24, 2019
    Configuration menu
    Copy the full SHA
    d663f56 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1b4b512 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    526fb85 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d28bb5e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    62f5045 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    be44fca View commit details
    Browse the repository at this point in the history
  32. removed line 5 (from std_msg.msg import String) removed line 7 (from …

    …mdr_perception_msgs.msg import PersonInfo) removed line 8(from rasa_nlu.training_data import load_data) removed line 9 (from rasa_nlu import config) removed line 10 (from rasa_nlu.components import ComponentBuilder) removed Metadata, Trainer imported from rasa_nlu.model (from rasa_nlu.model import Interpreter, Metadata, Trainer)
    IshanChaks91 committed May 24, 2019
    Configuration menu
    Copy the full SHA
    e881a4f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    50865d9 View commit details
    Browse the repository at this point in the history
  34. codacy fix

    rkutty1 committed May 24, 2019
    Configuration menu
    Copy the full SHA
    fb4d8a8 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #161 from rkutty1/go-2019

    codacy fixes in interview_person
    argenos authored May 24, 2019
    Configuration menu
    Copy the full SHA
    df068d8 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    781133d View commit details
    Browse the repository at this point in the history
  37. Fixed Unused import smach_ros

    agrija9 committed May 24, 2019
    Configuration menu
    Copy the full SHA
    4258734 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a8318fc View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    97b3aed View commit details
    Browse the repository at this point in the history
  40. removed line 4 (import geometry_msgs.msg) removed whitespace betwee l…

    …ine 89 and 90(trailing whitespace)
    IshanChaks91 committed May 24, 2019
    Configuration menu
    Copy the full SHA
    44dd7c2 View commit details
    Browse the repository at this point in the history
  41. Fixed unused import actionlib

    agrija9 committed May 24, 2019
    Configuration menu
    Copy the full SHA
    e08738b View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    8d50aa6 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    65a8c7a View commit details
    Browse the repository at this point in the history
  44. Fixed unused import sys

    agrija9 committed May 24, 2019
    Configuration menu
    Copy the full SHA
    0d79838 View commit details
    Browse the repository at this point in the history
  45. removed MoveArmFeedback from line 9 (from mdr_move_arm_action.msg imp…

    …ort MoveArmGoal, MoveArmFeedback, MoveArmResult)
    IshanChaks91 committed May 24, 2019
    Configuration menu
    Copy the full SHA
    6f81182 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    a3986b1 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d565ea7 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    621ac7b View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    b88b79d View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    fd2c51f View commit details
    Browse the repository at this point in the history
  51. Removed unused randint.

    divindevaiah committed May 24, 2019
    Configuration menu
    Copy the full SHA
    fe7b350 View commit details
    Browse the repository at this point in the history
  52. codacy review

    ZuhaKarim committed May 24, 2019
    Configuration menu
    Copy the full SHA
    b53eed1 View commit details
    Browse the repository at this point in the history
  53. Merge pull request #165 from rkutty1/go-2019

    codacy fix
    argenos authored May 24, 2019
    Configuration menu
    Copy the full SHA
    924d28d View commit details
    Browse the repository at this point in the history
  54. Merge pull request #160 from Vanargh/go-2019

    Codacy Fixes
    argenos authored May 24, 2019
    Configuration menu
    Copy the full SHA
    1f4f144 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    1981574 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    042b824 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    2f96bbf View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    84a4e35 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    345165f View commit details
    Browse the repository at this point in the history
  60. Merge pull request #164 from divindevaiah/go-2019

    Codacy cleanup in several packages
    argenos authored May 24, 2019
    Configuration menu
    Copy the full SHA
    d4fe39f View commit details
    Browse the repository at this point in the history
  61. Merge pull request #166 from ZuhaKarim/go-2019

    Codacy cleanup in various packages
    argenos authored May 24, 2019
    Configuration menu
    Copy the full SHA
    03e821d View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    3970b8c View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    e1acaa7 View commit details
    Browse the repository at this point in the history
  64. Merge pull request #162 from agrija9/go-2019

    Codacy fixes
    argenos authored May 24, 2019
    Configuration menu
    Copy the full SHA
    92f77e7 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    a945d31 View commit details
    Browse the repository at this point in the history
  66. Merge pull request #163 from IshanChaks91/go-2019

    Modified retrieve_information.py in go-2019 mdr_planning/mdr_behaviours/mdr_hri_behaviours/ros/srs/mdr_hri_behaiours
    alex-mitrevski authored May 24, 2019
    Configuration menu
    Copy the full SHA
    9359ae5 View commit details
    Browse the repository at this point in the history