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

refactor(joy_controller): rework parameters #3992

Conversation

kaspermeck-arm
Copy link
Contributor

@kaspermeck-arm kaspermeck-arm commented Jun 15, 2023

Description

Updated adding a schema according to new ROS node config coding guidelines. Implements #2652.

Tests performed

Built-in schema testing in VS Code. Proper JSON Schema and parameter validation tests into the CI are on being developed.

Effects on system behavior

More reliable and faster parameter configuration file creation.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Updated adding a schema according to new ROS node config coding
guidelines.

Signed-off-by: kaspermeck-arm <[email protected]>
Change-Id: Icf76852cd102bf70a27f7d4111f1b52de087a00d
@github-actions github-actions bot added the component:control Vehicle control algorithms and mechanisms. (auto-assigned) label Jun 15, 2023
@kaspermeck-arm kaspermeck-arm self-assigned this Jun 15, 2023
@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02% ⚠️

Comparison is base (2da561f) 14.90% compared to head (0ae6933) 14.88%.
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3992      +/-   ##
==========================================
- Coverage   14.90%   14.88%   -0.02%     
==========================================
  Files        1547     1547              
  Lines      106642   106526     -116     
  Branches    32628    32562      -66     
==========================================
- Hits        15892    15861      -31     
+ Misses      73437    73371      -66     
+ Partials    17313    17294      -19     
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 14.88% <ø> (-0.02%) ⬇️ Carriedforward from 9ae9d04

*This pull request uses carry forward flags. Click here to find out more.

Files Changed Coverage Δ
...dinal_controller/longitudinal_controller_utils.hpp 35.00% <ø> (ø)
...l_controller/src/longitudinal_controller_utils.cpp 83.05% <ø> (-0.29%) ⬇️
...nal_controller/src/pid_longitudinal_controller.cpp 39.59% <ø> (ø)
...roller/test/test_longitudinal_controller_utils.cpp 52.75% <ø> (-0.61%) ⬇️
...ity_intersection_module/src/scene_intersection.cpp 0.00% <ø> (ø)
...occlusion_spot_module/src/occlusion_spot_utils.cpp 10.82% <ø> (+0.11%) ⬆️
planning/obstacle_cruise_planner/src/node.cpp 12.55% <ø> (+0.07%) ⬆️
...anning/obstacle_velocity_limiter/src/obstacles.cpp 48.14% <ø> (-1.86%) ⬇️

... and 11 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kaspermeck-arm kaspermeck-arm marked this pull request as draft June 16, 2023 15:13
kaspermeck-arm and others added 3 commits June 20, 2023 07:07
Updated adding a schema according to new ROS node config coding
guidelines.

Signed-off-by: kaspermeck-arm <[email protected]>
Change-Id: Icf76852cd102bf70a27f7d4111f1b52de087a00d
5515' of ssh://gerrit.oss.arm.com/ais/autowarefoundation/autoware.universe into dojo-ros-config-joy_controller

Change-Id: I4c01bc40d8418c67fc94e6a2f67a16b412dbfae7
@kaspermeck-arm kaspermeck-arm marked this pull request as ready for review June 22, 2023 01:37
Copy link
Contributor Author

@kaspermeck-arm kaspermeck-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added some validators in the schema where I seemed fit. As I'm not familiar with joy_controller I've made some assumptions. Would be great to get feedback on the one's I've added and the one's I haven't added.

control/joy_controller/schema/joy_controller.schema.json Outdated Show resolved Hide resolved
control/joy_controller/schema/joy_controller.schema.json Outdated Show resolved Hide resolved
control/joy_controller/schema/joy_controller.schema.json Outdated Show resolved Hide resolved
control/joy_controller/schema/joy_controller.schema.json Outdated Show resolved Hide resolved
Copy link
Member

@mitsudome-r mitsudome-r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kaspermeck-arm
Thanks for the PR, and sorry for the delay with the review.
It seems the package maintainers are busy with other tasks, I made a review instead.

I also had some feedback regarding the use of JSON Schema in general, which I might want to discuss in Open AD Kit WG.

control/joy_controller/config/joy_controller.param.yaml Outdated Show resolved Hide resolved
control/joy_controller/schema/joy_controller.schema.json Outdated Show resolved Hide resolved
control/joy_controller/schema/joy_controller.schema.json Outdated Show resolved Hide resolved
control/joy_controller/schema/joy_controller.schema.json Outdated Show resolved Hide resolved
control/joy_controller/schema/joy_controller.schema.json Outdated Show resolved Hide resolved
@mitsudome-r
Copy link
Member

I was also wondering if we want to set "additionalProperties" to false.
Otherwise, if a developer adds a new parameter to a ROS node and update a yaml file, but forgets to update JSON file, we won't be able to detect that the inconsistency between the YAML file and JSON schema.

@kaspermeck-arm
Copy link
Contributor Author

@mitsudome-r - thanks for your review! Yes, adding additionalProperties and setting it to false is a good idea. Let's discuss in today's call.

@kaspermeck-arm
Copy link
Contributor Author

@mitsudome-r - with your new changes, can this PR be merged? Thanks!

@mitsudome-r
Copy link
Member

Hi Kasper, have you pushed your changes to the branch?
You have to push to your remote kaspermeck-arm:dojo-ros-config-joy_controller to be reflected to this PR.

@kaspermeck-arm
Copy link
Contributor Author

kaspermeck-arm commented Aug 10, 2023

Hi Kasper, have you pushed your changes to the branch? You have to push to your remote kaspermeck-arm:dojo-ros-config-joy_controller to be reflected to this PR.

@mitsudome-r - I'm not used to the GitHub PR review system, I misunderstood and thought that you had made changes, not suggestions for changes. My bad! I'll add and push your suggestions to this branch.

kaspermeck-arm and others added 4 commits August 14, 2023 11:35
5515' of ssh://gerrit.oss.arm.com/ais/autowarefoundation/autoware.universe into dojo-ros-config-joy_controller

Change-Id: I4c01bc40d8418c67fc94e6a2f67a16b412dbfae7
ithub.com:kaspermeck-arm/autoware.universe into dojo-ros-config-joy_controller

Change-Id: I55c2e670bcbabb1e3c9dc19dba06f298c74ded36
Signed-off-by: kaspermeck-arm <[email protected]>
Change-Id: Ib754b9400003c0871ee1dd9bda8db07215852a78
@mitsudome-r mitsudome-r added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 16, 2023
@mitsudome-r
Copy link
Member

@kaspermeck-arm Thanks for the update. I think we can merge it once #3992 (comment) is resolved.

@mitsudome-r mitsudome-r merged commit 1b10386 into autowarefoundation:main Aug 17, 2023
21 of 24 checks passed
kminoda pushed a commit to kminoda/autoware.universe that referenced this pull request Aug 21, 2023
* refactor(joy_controller): rework parameters

Updated adding a schema according to new ROS node config coding
guidelines.

Signed-off-by: kaspermeck-arm <[email protected]>
Change-Id: Icf76852cd102bf70a27f7d4111f1b52de087a00d

* refactor(joy_controller): rework parameters

Updated adding a schema according to new ROS node config coding
guidelines.

Signed-off-by: kaspermeck-arm <[email protected]>
Change-Id: Icf76852cd102bf70a27f7d4111f1b52de087a00d

* Apply suggestions from code review

Co-authored-by: Ryohsuke Mitsudome <[email protected]>

* Added quotes for default values

Signed-off-by: kaspermeck-arm <[email protected]>
Change-Id: Ib754b9400003c0871ee1dd9bda8db07215852a78

---------

Signed-off-by: kaspermeck-arm <[email protected]>
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: Daisuke Nishimatsu <[email protected]>
TomohitoAndo added a commit to tier4/autoware.universe that referenced this pull request Aug 24, 2023
commit 9c24f8f
Author: Tomohito Ando <[email protected]>
Date:   Mon Aug 21 12:59:59 2023 +0900

    add debug log when the signal data is outdated

    Signed-off-by: Tomohito Ando <[email protected]>

commit 6448663
Author: Tomohito Ando <[email protected]>
Date:   Mon Aug 21 11:08:35 2023 +0900

    fix the traffic signal type in perception reproducer

    Signed-off-by: Tomohito Ando <[email protected]>

commit fcb7a64
Merge: 1f5cf31 1f8ac87
Author: Tomohito Ando <[email protected]>
Date:   Mon Aug 21 10:38:56 2023 +0900

    Merge branch 'main' into support-new-traffic-signal-interface

    Resolved conflicts in perception_reproducer.py

    Signed-off-by: Tomohito Ando <[email protected]>

commit 1f8ac87
Author: kminoda <[email protected]>
Date:   Mon Aug 21 09:24:07 2023 +0900

    ci: reverting control ignorance (autowarefoundation#4662)

    * ci: ignore svg for spell-check, as well as reverting control

    Signed-off-by: kminoda <[email protected]>

    * remove svg

    Signed-off-by: kminoda <[email protected]>

    ---------

    Signed-off-by: kminoda <[email protected]>

commit d794bc0
Author: SakodaShintaro <[email protected]>
Date:   Mon Aug 21 09:22:08 2023 +0900

    fix(lanelet2_map_loader): fixed parameter declaration timing (autowarefoundation#4639)

    Change parameter declaration timing

    Signed-off-by: Shintaro Sakoda <[email protected]>

commit 338d4b0
Author: Takamasa Horibe <[email protected]>
Date:   Sun Aug 20 23:32:03 2023 +0900

    feat(mpc): 1d interpolate in steering rate limit calculation (autowarefoundation#4666)

    * feat(mpc): 1d interpolate in steering rate limit calculation

    Signed-off-by: Takamasa Horibe <[email protected]>

    * update

    Signed-off-by: Takamasa Horibe <[email protected]>

    * fix

    Signed-off-by: Takamasa Horibe <[email protected]>

    * fix clamp

    Signed-off-by: Takamasa Horibe <[email protected]>

    * remove unused funcs

    Signed-off-by: Takamasa Horibe <[email protected]>

    ---------

    Signed-off-by: Takamasa Horibe <[email protected]>

commit f91db6b
Author: Takamasa Horibe <[email protected]>
Date:   Sun Aug 20 19:01:43 2023 +0900

    fix(mpc): use optimization result when polish failed (autowarefoundation#4673)

    * fix(mpc): use optimization result when polish failed

    Signed-off-by: Takamasa Horibe <[email protected]>

    * fix arg

    Signed-off-by: Takamasa Horibe <[email protected]>

    ---------

    Signed-off-by: Takamasa Horibe <[email protected]>

commit c665d9d
Author: Kosuke Takeuchi <[email protected]>
Date:   Sun Aug 20 15:47:00 2023 +0900

    fix(start/goal_planner): set previous lane_ids if freespace path is out of lanes (autowarefoundation#4672)

    Signed-off-by: kosuke55 <[email protected]>

commit 9dc104f
Author: Kosuke Takeuchi <[email protected]>
Date:   Sun Aug 20 10:31:41 2023 +0900

    feat(start_planner): support freespace pull out (autowarefoundation#4610)

    feat(start_planner): add freespace pull out

    Signed-off-by: kosuke55 <[email protected]>

commit bc86f0e
Author: Takayuki Murooka <[email protected]>
Date:   Sun Aug 20 01:59:26 2023 +0900

    feat(obstacle_stop_planner): consider object velocity direction (autowarefoundation#4648)

    * feat(obstacle_stop_planner): consider object velocity direction

    Signed-off-by: Takayuki Murooka <[email protected]>

    * update

    Signed-off-by: Takayuki Murooka <[email protected]>

    ---------

    Signed-off-by: Takayuki Murooka <[email protected]>

commit 5ed7ca3
Author: Kosuke Takeuchi <[email protected]>
Date:   Sat Aug 19 01:32:05 2023 +0900

    feat(goal_planner): add lane ids to freespace path (autowarefoundation#4668)

    Signed-off-by: kosuke55 <[email protected]>

commit 93478b7
Author: Satoshi OTA <[email protected]>
Date:   Fri Aug 18 19:04:07 2023 +0900

    fix(avoidance): fix build error (autowarefoundation#4667)

    Signed-off-by: satoshi-ota <[email protected]>

commit 04ca20c
Author: Kosuke Takeuchi <[email protected]>
Date:   Fri Aug 18 18:44:53 2023 +0900

    feat(behavior_path_planner): add combineLanelets (autowarefoundation#4657)

    * feat(behavior_path_planner): add combineLanelets

    Signed-off-by: kosuke55 <[email protected]>

    * Update planning/behavior_path_planner/src/utils/utils.cpp

    ---------

    Signed-off-by: kosuke55 <[email protected]>

commit 414a2ba
Author: Maxime CLEMENT <[email protected]>
Date:   Fri Aug 18 16:43:27 2023 +0900

    fix(behavior_path_planner): add fallback for splitting the dynamic drivable area into left and right bounds (autowarefoundation#4646)

    Signed-off-by: Maxime CLEMENT <[email protected]>

commit ab64a5a
Author: Satoshi OTA <[email protected]>
Date:   Fri Aug 18 15:56:49 2023 +0900

    fix(avoidance): don't extend backward path if driving lane is updated (autowarefoundation#4593)

    * fix(avoidance): don't extend backward path if driving lane is updated

    Signed-off-by: satoshi-ota <[email protected]>

    * chore(avoidance): rename variables

    Signed-off-by: satoshi-ota <[email protected]>

    ---------

    Signed-off-by: satoshi-ota <[email protected]>

commit 93b7d4d
Author: kminoda <[email protected]>
Date:   Fri Aug 18 15:28:15 2023 +0900

    fix(map_loader, map_projection_loader): use component interface specs (autowarefoundation#4585)

    * feat(map): use component_interface_specs in map_projection_loader

    Signed-off-by: kminoda <[email protected]>

    * update map_loader

    Signed-off-by: kminoda <[email protected]>

    * style(pre-commit): autofix

    * feat: add dummy typo

    Signed-off-by: kminoda <[email protected]>

    * update name

    Signed-off-by: kminoda <[email protected]>

    * fix test

    Signed-off-by: kminoda <[email protected]>

    * fix test

    Signed-off-by: kminoda <[email protected]>

    ---------

    Signed-off-by: kminoda <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

commit 25355b5
Author: taikitanaka3 <[email protected]>
Date:   Fri Aug 18 11:50:10 2023 +0900

    fix(ekf_localizer): fix True to true (autowarefoundation#4659)

commit 5551421
Author: Kyoichi Sugahara <[email protected]>
Date:   Fri Aug 18 11:08:26 2023 +0900

    refactor(behavior_path_planner): separete function in utils to objects_filtering  (autowarefoundation#4658)

    * separate utils function to object_filtering

    Signed-off-by: kyoichi-sugahara <[email protected]>

    * chenge call side of util functions

    Signed-off-by: kyoichi-sugahara <[email protected]>

    * refactor

    Signed-off-by: kyoichi-sugahara <[email protected]>

    * add explanation for parameters

    Signed-off-by: kyoichi-sugahara <[email protected]>

    ---------

    Signed-off-by: kyoichi-sugahara <[email protected]>

commit f398db4
Author: ito-san <[email protected]>
Date:   Fri Aug 18 09:07:22 2023 +0900

    fix(system_monitor): high-memory process are not provided in MEM order (autowarefoundation#4654)

    * fix(process_monitor): high-memory process are not being provided in %MEM order

    Signed-off-by: ito-san <[email protected]>

    * changed option from 'g' to 'n'

    Signed-off-by: ito-san <[email protected]>

    ---------

    Signed-off-by: ito-san <[email protected]>

commit 02ba0c6
Author: Takayuki Murooka <[email protected]>
Date:   Fri Aug 18 08:41:39 2023 +0900

    fix(planning_debug_tools): fix the bug of perception_replayer with detected objects publishing (autowarefoundation#4653)

    Signed-off-by: Takayuki Murooka <[email protected]>

commit 4df5f8a
Author: Kosuke Takeuchi <[email protected]>
Date:   Fri Aug 18 01:56:27 2023 +0900

    fix(start_planner): fix blinker direction (autowarefoundation#4363)

    * fix(start_planner): fix blinker direction

    Signed-off-by: kosuke55 <[email protected]>

    * fix

    Signed-off-by: kosuke55 <[email protected]>

    ---------

    Signed-off-by: kosuke55 <[email protected]>

commit 1b10386
Author: Kasper Mecklenburg <[email protected]>
Date:   Thu Aug 17 05:49:00 2023 -0700

    refactor(joy_controller): rework parameters (autowarefoundation#3992)

    * refactor(joy_controller): rework parameters

    Updated adding a schema according to new ROS node config coding
    guidelines.

    Signed-off-by: kaspermeck-arm <[email protected]>
    Change-Id: Icf76852cd102bf70a27f7d4111f1b52de087a00d

    * refactor(joy_controller): rework parameters

    Updated adding a schema according to new ROS node config coding
    guidelines.

    Signed-off-by: kaspermeck-arm <[email protected]>
    Change-Id: Icf76852cd102bf70a27f7d4111f1b52de087a00d

    * Apply suggestions from code review

    Co-authored-by: Ryohsuke Mitsudome <[email protected]>

    * Added quotes for default values

    Signed-off-by: kaspermeck-arm <[email protected]>
    Change-Id: Ib754b9400003c0871ee1dd9bda8db07215852a78

    ---------

    Signed-off-by: kaspermeck-arm <[email protected]>
    Co-authored-by: Ryohsuke Mitsudome <[email protected]>
    Co-authored-by: Daisuke Nishimatsu <[email protected]>

commit 81a1e53
Author: Satoshi OTA <[email protected]>
Date:   Thu Aug 17 19:07:00 2023 +0900

    fix(intersection): guard invalid access (autowarefoundation#4655)

    Signed-off-by: satoshi-ota <[email protected]>

commit bb14a40
Author: Mamoru Sobue <[email protected]>
Date:   Thu Aug 17 18:52:39 2023 +0900

    fix(intersection): refactor first stop timeout (autowarefoundation#4457)

    Signed-off-by: Mamoru Sobue <[email protected]>

commit e9dfe5c
Author: Berkay Karaman <[email protected]>
Date:   Thu Aug 17 12:24:57 2023 +0300

    feat(pid_longitudinal_controller): take into account the current acceleration to calculate delayed pose (autowarefoundation#4616)

    * feat(pid_longitudinal_controller): take into account the current acceleration to calculate delayed pose

    Signed-off-by: Berkay Karaman <[email protected]>

    * Update for reverse driving

    Signed-off-by: Berkay Karaman <[email protected]>

    * update for wrong calculation

    Signed-off-by: Berkay Karaman <[email protected]>

    * update

    Signed-off-by: Berkay Karaman <[email protected]>

    ---------

    Signed-off-by: Berkay Karaman <[email protected]>

commit b5f83d0
Author: Takayuki Murooka <[email protected]>
Date:   Thu Aug 17 17:15:08 2023 +0900

    feat(obstacle_cruise_planner): consider object velocity direction (autowarefoundation#4647)

    * feat(obstacle_cruise_planner): consider object velocity direction

    Signed-off-by: Takayuki Murooka <[email protected]>

    * update

    Signed-off-by: Takayuki Murooka <[email protected]>

    * chore: spell fix

    ---------

    Signed-off-by: Takayuki Murooka <[email protected]>
    Co-authored-by: Shumpei Wakabayashi <[email protected]>

commit 4d66811
Author: Takayuki Murooka <[email protected]>
Date:   Thu Aug 17 17:12:01 2023 +0900

    feat(obstacle_velocity_limiter): consider object velocity direction (autowarefoundation#4649)

    * feat(obstacle_velocity_limiter): consider object velocity direction

    Signed-off-by: Takayuki Murooka <[email protected]>

    * fix

    Signed-off-by: Takayuki Murooka <[email protected]>

    ---------

    Signed-off-by: Takayuki Murooka <[email protected]>

commit 420af00
Author: Takayuki Murooka <[email protected]>
Date:   Thu Aug 17 17:11:33 2023 +0900

    feat(occlusion spot): consider object velocity direction (autowarefoundation#4650)

    Signed-off-by: Takayuki Murooka <[email protected]>

commit 2da561f
Author: Takayuki Murooka <[email protected]>
Date:   Thu Aug 17 17:10:55 2023 +0900

    feat(intersection): consider object velocity direction (autowarefoundation#4651)

    * feat(intersection): consider object velocity direction

    Signed-off-by: Takayuki Murooka <[email protected]>

    * update

    Signed-off-by: Takayuki Murooka <[email protected]>

    ---------

    Signed-off-by: Takayuki Murooka <[email protected]>

commit e1a86f9
Author: Kyoichi Sugahara <[email protected]>
Date:   Thu Aug 17 14:08:56 2023 +0900

    refactor(behavior_path_planner): create path_safety_checker directory (autowarefoundation#4644)

    * create safety_check directory

    Signed-off-by: kyoichi-sugahara <[email protected]>

    * style(pre-commit): autofix

    * rename directory name safety_check to path_safety_checker

    Signed-off-by: kyoichi-sugahara <[email protected]>

    * style(pre-commit): autofix

    * change directory name

    Signed-off-by: kyoichi-sugahara <[email protected]>

    ---------

    Signed-off-by: kyoichi-sugahara <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

commit 49f9d9d
Author: Satoshi OTA <[email protected]>
Date:   Thu Aug 17 13:32:52 2023 +0900

    fix(avoidance): fix trimmed shift line alignment (autowarefoundation#4632)

    * fix(avoidance): fix trimmed shift line alignment

    Signed-off-by: satoshi-ota <[email protected]>

    * fix(avoidance): fill shift line gap

    Signed-off-by: satoshi-ota <[email protected]>

    * fixup! fix(avoidance): fix trimmed shift line alignment

    ---------

    Signed-off-by: satoshi-ota <[email protected]>

commit ce01013
Author: Satoshi OTA <[email protected]>
Date:   Thu Aug 17 13:30:14 2023 +0900

    feat(avoidance): create detection area from latest generated path (autowarefoundation#4525)

    * feat(avoidance): create detection area from latest generated path

    Signed-off-by: satoshi-ota <[email protected]>

    * refactor(avoidance): remove unused marker utils

    Signed-off-by: satoshi-ota <[email protected]>

    ---------

    Signed-off-by: satoshi-ota <[email protected]>

commit 1f5cf31
Author: Tomohito Ando <[email protected]>
Date:   Fri Jul 28 09:51:29 2023 +0900

    change input topic of the traffic signals

    Signed-off-by: Tomohito Ando <[email protected]>

commit 0769685
Merge: a6c8641 d0685fc
Author: Tomohito Ando <[email protected]>
Date:   Thu Jul 20 16:13:13 2023 +0900

    Merge branch 'main' into support-new-traffic-signal-interface

    Resolved conflicts in `scene_crosswalk.cpp`

    Signed-off-by: Tomohito Ando <[email protected]>

commit a6c8641
Author: Tomohito Ando <[email protected]>
Date:   Wed Jul 12 14:18:24 2023 +0900

    do not return until the all regulatory elements are checked

    Signed-off-by: Tomohito Ando <[email protected]>

commit 6eccb50
Author: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date:   Tue Jul 11 05:09:54 2023 +0000

    style(pre-commit): autofix

commit 2c5bb3c
Merge: 9767e21 3ae0b00
Author: Tomohito Ando <[email protected]>
Date:   Tue Jul 11 14:08:10 2023 +0900

    Merge branch 'main' into support-new-traffic-signal-interface

    Resolved conflicts in planning/behavior_velocity_planner_common/package.xml

    Signed-off-by: Tomohito Ando <[email protected]>

commit 9767e21
Merge: 636420a 5605b19
Author: Tomohito Ando <[email protected]>
Date:   Mon Jul 10 18:10:50 2023 +0900

    Merge branch 'main' into support-new-traffic-signal-interface

    Signed-off-by: Tomohito Ando <[email protected]>

commit 636420a
Author: Tomohito Ando <[email protected]>
Date:   Mon Jul 10 17:57:26 2023 +0900

    change the input of traffic signal to traffic light arbiter

    Signed-off-by: Tomohito Ando <[email protected]>

commit 1767ba5
Author: Tomohito Ando <[email protected]>
Date:   Mon Jul 10 17:56:52 2023 +0900

    use the regulatory element id instead of traffic light id

    Signed-off-by: Tomohito Ando <[email protected]>

commit a10dc06
Author: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date:   Mon Jul 10 00:45:55 2023 +0000

    style(pre-commit): autofix

commit aacf390
Author: Tomohito Ando <[email protected]>
Date:   Mon Jul 10 09:42:04 2023 +0900

    replace TrafficLightElement with TrafficSignalElement

    Signed-off-by: Tomohito Ando <[email protected]>

commit f900d48
Author: Tomohito Ando <[email protected]>
Date:   Tue Jul 4 19:33:39 2023 +0900

    remove the external signal input source in behavior_planning_launch.py

    Signed-off-by: Tomohito Ando <[email protected]>

commit 127ce37
Author: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date:   Tue Jul 4 02:31:15 2023 +0000

    style(pre-commit): autofix

commit 7c010c6
Author: Tomohito Ando <[email protected]>
Date:   Tue Jul 4 11:29:35 2023 +0900

    add missing dependency

    Signed-off-by: Tomohito Ando <[email protected]>

commit 35a4e97
Author: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date:   Fri Jun 30 13:58:07 2023 +0000

    style(pre-commit): autofix

commit 1e5bf66
Author: Tomohito Ando <[email protected]>
Date:   Fri Jun 30 22:33:38 2023 +0900

    feat(behavior_velocity): support new traffic signal interface

    Signed-off-by: Tomohito Ando <[email protected]>

Signed-off-by: Tomohito Ando <[email protected]>
@kaspermeck-arm kaspermeck-arm deleted the dojo-ros-config-joy_controller branch August 24, 2023 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:control Vehicle control algorithms and mechanisms. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants