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

Release/1.1.0 #602

Merged
merged 228 commits into from
Feb 24, 2017
Merged

Release/1.1.0 #602

merged 228 commits into from
Feb 24, 2017

Commits on Dec 22, 2016

  1. Configuration menu
    Copy the full SHA
    022c44a View commit details
    Browse the repository at this point in the history
  2. Add support for multi lane files

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    e9058a2 View commit details
    Browse the repository at this point in the history
  3. Add g_ prefix to global variables

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    2fb6506 View commit details
    Browse the repository at this point in the history
  4. Add change_flag variable

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    c8b0f3c View commit details
    Browse the repository at this point in the history
  5. Add checkFileFormat() function

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    4cff9ae View commit details
    Browse the repository at this point in the history
  6. Adjust for new fileformat

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    a99b93e View commit details
    Browse the repository at this point in the history
  7. Add visualization for change flag

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    51f83a5 View commit details
    Browse the repository at this point in the history
  8. Rewrite waypoint_loader

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    5b9e9dc View commit details
    Browse the repository at this point in the history
  9. Rewrite lane_select node and add new function

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    16ff220 View commit details
    Browse the repository at this point in the history
  10. Add enum class "ChangeFlag"

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    9a09f33 View commit details
    Browse the repository at this point in the history
  11. Adjust for new lane_select

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    72465d1 View commit details
    Browse the repository at this point in the history
  12. apply clang-format

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    88de5f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    db661c4 View commit details
    Browse the repository at this point in the history
  14. Edit computing.yaml for lane_select and fix typo

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    bb0e6f5 View commit details
    Browse the repository at this point in the history
  15. Delete comment out

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    d1f0a58 View commit details
    Browse the repository at this point in the history
  16. Rename function

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    a792de0 View commit details
    Browse the repository at this point in the history
  17. extract processing as function

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    4671382 View commit details
    Browse the repository at this point in the history
  18. Apply clang-format

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    65cb99f View commit details
    Browse the repository at this point in the history
  19. Fix include guard

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    f3c3cfc View commit details
    Browse the repository at this point in the history
  20. bring together initializer for ROS

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    d65a45a View commit details
    Browse the repository at this point in the history
  21. Create run function

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    e3aeb7f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f565f04 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5957812 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7276ce3 View commit details
    Browse the repository at this point in the history
  25. Fix comment

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    18a0217 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4900c26 View commit details
    Browse the repository at this point in the history
  27. Change processing order, Fix not getting neighbor lanes when current …

    …lane index is fixed
    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    af5247c View commit details
    Browse the repository at this point in the history
  28. Fix not using reserved word in C++

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    d45fec1 View commit details
    Browse the repository at this point in the history
  29. Subscribe closest waypoint

    TomohitoAndo authored and h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    cbff08c View commit details
    Browse the repository at this point in the history
  30. Edit Comment out and WARN message

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    e46f15e View commit details
    Browse the repository at this point in the history
  31. Change output to log

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    28113c6 View commit details
    Browse the repository at this point in the history
  32. Change parameter name in app tab

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    62951db View commit details
    Browse the repository at this point in the history
  33. Add subscription for closest waypoint

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    751f3a4 View commit details
    Browse the repository at this point in the history
  34. Add include

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    8f5fb01 View commit details
    Browse the repository at this point in the history
  35. Add state variable

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    0c7c3db View commit details
    Browse the repository at this point in the history
  36. Remove unused code

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    f569a2c View commit details
    Browse the repository at this point in the history
  37. Add ChangeFlag value into tuple

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    8f98f7d View commit details
    Browse the repository at this point in the history
  38. Modify value which will be added into tuple

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    4346162 View commit details
    Browse the repository at this point in the history
  39. Move ROS_INFO

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    33abffd View commit details
    Browse the repository at this point in the history
  40. Add ROS_INFO about current change_flag

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    784e225 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    7355756 View commit details
    Browse the repository at this point in the history
  42. Rewrite visualizer

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    dfe7fab View commit details
    Browse the repository at this point in the history
  43. Sort definitions

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    5d6f12f View commit details
    Browse the repository at this point in the history
  44. Fix Indent

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    bc3e8e5 View commit details
    Browse the repository at this point in the history
  45. initial commit for README.md for each packages

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    e7a65de View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    9da0d93 View commit details
    Browse the repository at this point in the history
  47. Delete useless braces

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    819c8bc View commit details
    Browse the repository at this point in the history
  48. Initialize the closest waypoint number when the vehicle is outside of…

    … a search distance
    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    3fe407b View commit details
    Browse the repository at this point in the history
  49. Update README.md for waypoint_maker

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    8043204 View commit details
    Browse the repository at this point in the history
  50. Update README.md for lane_planner

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    3742c38 View commit details
    Browse the repository at this point in the history
  51. Update interface.yaml for each packages

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    09a465a View commit details
    Browse the repository at this point in the history
  52. Add ROS_WARN

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    c659652 View commit details
    Browse the repository at this point in the history
  53. Update visualization

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    5bcd9bd View commit details
    Browse the repository at this point in the history
  54. Refactoring code

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    9f9ab1b View commit details
    Browse the repository at this point in the history
  55. Apply clang-format

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    4b93752 View commit details
    Browse the repository at this point in the history
  56. Rewrite for applying new template

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    2413da5 View commit details
    Browse the repository at this point in the history
  57. Delete unused value

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    d18c366 View commit details
    Browse the repository at this point in the history
  58. Comment out unused function

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    3f15cbd View commit details
    Browse the repository at this point in the history
  59. Update comments

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    de3cc14 View commit details
    Browse the repository at this point in the history
  60. Add new message to control steering robot

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    881a483 View commit details
    Browse the repository at this point in the history
  61. Add topic publisher for steering robot

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    051585f View commit details
    Browse the repository at this point in the history
  62. Update CMakeLists.txt

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    8bfc974 View commit details
    Browse the repository at this point in the history
  63. Move non-ROS initializer outside InitForROS()

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    f82d98b View commit details
    Browse the repository at this point in the history
  64. Fix indent

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    c1edc1d View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    270aab6 View commit details
    Browse the repository at this point in the history
  66. Delete unused functions

    h_ohta committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    88abf1a View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

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

Commits on Jan 6, 2017

  1. Rewrite nmea2tfpose Node

    h_ohta committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    b3eb79e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2017

  1. Modifed the origin of the map.

    yukikitsukawa committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    956f0c4 View commit details
    Browse the repository at this point in the history
  2. Apply clang-format.

    yukikitsukawa committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    f0fbdfb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #557 from CPFL/feature/fix_origin_ndt_mapping

    Feature/fix origin ndt mapping
    Hiroki Ohta committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    047f308 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Configuration menu
    Copy the full SHA
    f5e1b17 View commit details
    Browse the repository at this point in the history
  2. Format comments

    TomohitoAndo committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    cd434c4 View commit details
    Browse the repository at this point in the history
  3. Remove unused function

    TomohitoAndo committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    115b990 View commit details
    Browse the repository at this point in the history
  4. Fix dependencies

    TomohitoAndo committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    1cbd16f View commit details
    Browse the repository at this point in the history
  5. Remove unused variables

    TomohitoAndo committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    3daf76c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6768995 View commit details
    Browse the repository at this point in the history
  7. Remove ignore range

    TomohitoAndo committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    6571d09 View commit details
    Browse the repository at this point in the history
  8. Modify variable names

    TomohitoAndo committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    8995b3e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Add potential field package

    Yukihiro Saito committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    767690c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee50d6a View commit details
    Browse the repository at this point in the history
  3. Add vscan points in potential field

    Yukihiro Saito committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    a7e343e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Update README.md

    Hiroki Ohta committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    34c31f7 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Hiroki Ohta committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    1417f8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1072cea View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. Configuration menu
    Copy the full SHA
    cc19c96 View commit details
    Browse the repository at this point in the history
  2. Add low pass filter to twist

    mktk1117 committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    c3ece95 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #563 from mktk1117/feature/twist_filter

    Add low pass filter to twist
    Yukihiro Saito committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    c7aef79 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2017

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

Commits on Jan 17, 2017

  1. Update README for potential field

    Yukihiro Saito committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    02dcbde View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Merge pull request #566 from CPFL/feature/dev-waypoint-follower

    Feature/dev waypoint follower
    Hiroki Ohta committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    8f40f7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #567 from CPFL/feature/auto-lane-change

    Feature/auto lane change
    Hiroki Ohta committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    b1c67b3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into develop

    h_ohta committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    6713748 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Configuration menu
    Copy the full SHA
    c4be752 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #568 from CPFL/feature/dev-waypoint-follower

    Bug fix for linear interpolation flag and command velocity
    Hiroki Ohta committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    1819df1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbea98a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc12cfa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd26ee3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11ed7ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    322a7ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92f616b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. Merge branch 'develop' of https://github.com/CPFL/Autoware into featu…

    …re/refactor_velocity_set
    
    Conflicts:
    	ros/src/computing/planning/motion/packages/astar_planner/nodes/velocity_set/velocity_set.cpp
    TomohitoAndo committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    4e146a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fb43f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a59966 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22fdbb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    830d1fe View commit details
    Browse the repository at this point in the history
  6. Merge pull request #569 from CPFL/mod-param-for-pure-pursuit

    Change minimun and maximum value of parameters of pure pursuit
    Hiroki Ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    64adf23 View commit details
    Browse the repository at this point in the history
  7. New simulator with angle and position errors

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    f5050cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    778bc63 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #571 from CPFL/feature/refactor_velocity_set

    Feature/refactor velocity set
    TomohitoAndo committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    be10b26 View commit details
    Browse the repository at this point in the history
  10. first commit for state-machine

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    05ac392 View commit details
    Browse the repository at this point in the history
  11. Add comments

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    5549abd View commit details
    Browse the repository at this point in the history
  12. Add new state for LANE_CHANGE

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    bf2ebb5 View commit details
    Browse the repository at this point in the history
  13. Comment out unused thing

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    6be6acc View commit details
    Browse the repository at this point in the history
  14. Delete const

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    6b3003f View commit details
    Browse the repository at this point in the history
  15. Publish string topic for state, test version

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    0fe9117 View commit details
    Browse the repository at this point in the history
  16. Fix Indent

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    036ddc3 View commit details
    Browse the repository at this point in the history
  17. Lock MISSION_COMPLETE as 100 in enum class

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    ce0ae33 View commit details
    Browse the repository at this point in the history
  18. Add new state "STOP_SIGN_STOP"

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    3358430 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ef8a93a View commit details
    Browse the repository at this point in the history
  20. Publish change flag as topic, which keeps the same value until lane c…

    …hange is finished
    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    55adb89 View commit details
    Browse the repository at this point in the history
  21. Delete needless comment

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    b8e0a88 View commit details
    Browse the repository at this point in the history
  22. Subscribe change flag

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    609dfed View commit details
    Browse the repository at this point in the history
  23. Boot lane change state

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    99cfa4b View commit details
    Browse the repository at this point in the history
  24. Subscribe state

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    971a4bd View commit details
    Browse the repository at this point in the history
  25. Delete needless comment

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    0fb9f63 View commit details
    Browse the repository at this point in the history
  26. Fix if condition

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    2fc6e91 View commit details
    Browse the repository at this point in the history
  27. Update comment

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    4e98ae5 View commit details
    Browse the repository at this point in the history
  28. Add update function

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    8b74b89 View commit details
    Browse the repository at this point in the history
  29. Create new state "OBSTACLE_AVOIDANCE"

    h_ohta committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    7904b89 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Fix bug for searching closest wapoint

    h_ohta committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    763bafd View commit details
    Browse the repository at this point in the history
  2. Add state_machine on runtime manager

    h_ohta committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    17b23b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Catch exception for nmea sentence

    yukikitsukawa committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    5dd1622 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #575 from CPFL/feature/rewrite-nmea2tfpose

    Feature/rewrite nmea2tfpose
    Hiroki Ohta committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    9a29460 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2017

  1. Cleaned potential field node

    Yukihiro Saito committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    85fe29c View commit details
    Browse the repository at this point in the history
  2. Add potential field in runtime manager

    Yukihiro Saito committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    f818ef0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feature/potential_field

    Yukihiro Saito committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    40218ad View commit details
    Browse the repository at this point in the history
  4. Merge pull request #577 from CPFL/feature/potential_field

    Feature/potential field
    Yukihiro Saito committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    b489fbd View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. Configuration menu
    Copy the full SHA
    20b48a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6a3635 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. improve acceleration

    TomohitoAndo committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    bc8583a View commit details
    Browse the repository at this point in the history
  2. Add Gazebo sim

    Yukihiro Saito committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    23eedce View commit details
    Browse the repository at this point in the history
  3. Fix typo

    TomohitoAndo committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    732cb24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30ca914 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Configuration menu
    Copy the full SHA
    f73f7bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dfdc1d View commit details
    Browse the repository at this point in the history
  3. add Gazebo button on Simulation tab

    kondoh committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    99710bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23c15a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de0b202 View commit details
    Browse the repository at this point in the history
  6. Tuned gazebo parameter

    Yukihiro Saito committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    ef3667c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Configuration menu
    Copy the full SHA
    92d88d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7028d75 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #583 from CPFL/feature/improve_velocity_set

    Feature/improve velocity set
    TomohitoAndo committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    34560c4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into feature/state-machine

    Hiroki Ohta committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    2e59aa3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #584 from CPFL/feature/state-machine

    Feature/state machine
    Hiroki Ohta committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    fa54149 View commit details
    Browse the repository at this point in the history
  6. Catch exception of invalid message

    h_ohta committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    fe9f61c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #585 from CPFL/feature/rewrite-nmea2tfpose

    Catch exception of invalid message
    Hiroki Ohta committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    c014726 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. Merge branch 'develop' into feature/gazebo

    Yukihiro Saito committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    be29a50 View commit details
    Browse the repository at this point in the history
  2. Add param bar of twist filter node in runtime manager

    Yukihiro Saito committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    33b185a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feature/twist_filter

    Yukihiro Saito committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    c0b59ab View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Configuration menu
    Copy the full SHA
    8b28cd9 View commit details
    Browse the repository at this point in the history
  2. Add command sending feature

    pdsljp committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    a7edce9 View commit details
    Browse the repository at this point in the history
  3. Change and Rename config files

    pdsljp committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    fde5e4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e58626b View commit details
    Browse the repository at this point in the history
  5. Update sensing.yaml

    pdsljp committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    538cd1a View commit details
    Browse the repository at this point in the history
  6. Remove needless things

    pdsljp committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    ccb2c41 View commit details
    Browse the repository at this point in the history
  7. Send dummy message at first

    h_ohta committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    4c66ebc View commit details
    Browse the repository at this point in the history
  8. Fix indent

    h_ohta committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    45d7089 View commit details
    Browse the repository at this point in the history
  9. output log

    h_ohta committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    b9a4dcb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2017

  1. Change parameter name

    h_ohta committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    8be6e9c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #589 from CPFL/feature/modify-javad-driver

    Feature/modify javad driver
    Hiroki Ohta committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    23a7b8a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #588 from CPFL/feature/simulator-with-errors

    simulator with angle and position errors
    Hiroki Ohta committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    330b9d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Merge pull request #564 from CPFL/feature/twist_filter

    Feature/twist filter
    Yukihiro Saito committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    d1185b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #587 from CPFL/feature/gazebo

    Feature/gazebo
    Yukihiro Saito committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    0327e41 View commit details
    Browse the repository at this point in the history
  3. Remove debug code

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    fa108c7 View commit details
    Browse the repository at this point in the history
  4. Add hermite curve library

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    4c5a35a View commit details
    Browse the repository at this point in the history
  5. Create new lane for lane change

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    412860b View commit details
    Browse the repository at this point in the history
  6. Remove unused variable

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    c06604f View commit details
    Browse the repository at this point in the history
  7. optimize for RVO

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    87c5bda View commit details
    Browse the repository at this point in the history
  8. add error avoidance

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    0926701 View commit details
    Browse the repository at this point in the history
  9. Change copy to move

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    124d2c0 View commit details
    Browse the repository at this point in the history
  10. Fix definition of function

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    33981fc View commit details
    Browse the repository at this point in the history
  11. parameter from runtime manager

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    8625417 View commit details
    Browse the repository at this point in the history
  12. Update README for lane_planner

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    1f933bf View commit details
    Browse the repository at this point in the history
  13. First Commit

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    a7cbb38 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #591 from CPFL/feature/autoware-rviz-plugin

    Feature/autoware-rviz-plugin
    Hiroki Ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    efcaf81 View commit details
    Browse the repository at this point in the history
  15. every time find neighbor lanes

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    bcc56e5 View commit details
    Browse the repository at this point in the history
  16. Change buffer size

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    29d3d2b View commit details
    Browse the repository at this point in the history
  17. Change Parameter range and initial value

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    6d691be View commit details
    Browse the repository at this point in the history
  18. Change transparency of lane for change

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    c5e4ba1 View commit details
    Browse the repository at this point in the history
  19. Fix style

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    b80a102 View commit details
    Browse the repository at this point in the history
  20. Remove unused

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    0ab0859 View commit details
    Browse the repository at this point in the history
  21. Fix hermite curve

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    b9e09ac View commit details
    Browse the repository at this point in the history
  22. Fix computing.yaml

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    d0eebea View commit details
    Browse the repository at this point in the history
  23. Fix style

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    3025300 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #590 from CPFL/feature/modify-lane-select

    Feature/modify lane select
    Hiroki Ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    2fed1c6 View commit details
    Browse the repository at this point in the history
  25. Add autoware_connector instead of vel_pose_mux

    h_ohta committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    809e635 View commit details
    Browse the repository at this point in the history
  26. Add dummy tracking node

    pdsljp committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    4f063f9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    71faa58 View commit details
    Browse the repository at this point in the history
  28. Merge branch 'develop' into feature/update_obj_fusion

    Yukihiro Saito committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    0d9056b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fd5f01e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. pcd_filter supports PointXYZ, PointXYZI and PointXYZRGB

    yukikitsukawa committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    f946e50 View commit details
    Browse the repository at this point in the history
  2. pcd_binarizer supports PointXYZ, PointXYZI and PointXYZRGB

    yukikitsukawa committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    07033d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2017

  1. Merge pull request #593 from CPFL/feature/update_obj_fusion

    Feature/update obj fusion
    Yukihiro Saito committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    752ae6e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Add euclidean lidar track

    pdsljp committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    25027d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #594 from CPFL/feature/potential_field

    Change to use final object topic in potential field
    Yukihiro Saito committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    19b8c2f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #595 from CPFL/feature/euclidean_lidar_track

    Add euclidean lidar track
    Yukihiro Saito committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    f3e7a4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f965ea View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into fix/map_tools

    Yuki Kitsukawa committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    f5d293f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #596 from CPFL/fix/map_tools

    Fix/map tools
    Yuki Kitsukawa committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    dc70afe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faa485b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b66b165 View commit details
    Browse the repository at this point in the history
  9. add max_iterations

    yukikitsukawa committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    63d6487 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Merge pull request #592 from CPFL/feature/autoware-connector

    Add autoware_connector instead of vel_pose_mux
    Hiroki Ohta committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    6846dc5 View commit details
    Browse the repository at this point in the history
  2. Delete needless file

    h_ohta committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    7f067e6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #598 from CPFL/feature/autoware-connector

    Delete needless file
    Hiroki Ohta committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    cddc885 View commit details
    Browse the repository at this point in the history
  4. add max_iterations, min_scan_range and min_add_scan_shift

    yukikitsukawa committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    d65cd39 View commit details
    Browse the repository at this point in the history
  5. add set_size_gdic() for adjust dialog size

    kondoh committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    4026b99 View commit details
    Browse the repository at this point in the history
  6. size adjustment of config window

    yukikitsukawa committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    c7fab30 View commit details
    Browse the repository at this point in the history
  7. switch to output=log

    yukikitsukawa committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    8cf086e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #597 from CPFL/fix/obj_fusion

    Fix/obj fusion
    Yuki Kitsukawa committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    276aebf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #599 from CPFL/feature/add_max_iterations

    Feature/add max iterations
    Yuki Kitsukawa committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    29dc7fb View commit details
    Browse the repository at this point in the history
  10. add tf_mapping

    select points_topic in points_downsample.launch
    yukikitsukawa committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    c945e63 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Merge pull request #600 from CPFL/feature/fixed_tf_mapping

    add tf_mapping
    TomohitoAndo committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    eb7c53d View commit details
    Browse the repository at this point in the history
  2. Change topic name

    pdsljp committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    f1d40c4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #601 from CPFL/fix/wrong_topic_name

    Change topic name
    Yukihiro Saito committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    cfce28b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Fix app display for vel_pose_connect

    h_ohta committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    bb2360f View commit details
    Browse the repository at this point in the history
  2. Add missing dependency

    h_ohta committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    f504f37 View commit details
    Browse the repository at this point in the history