This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2e29944
to
5132426
Compare
ready for review |
mitsudome-r
approved these changes
Nov 12, 2020
5132426
to
f5cd061
Compare
@TakaHoribe I hope it's ok, I rebased your PR on top of ros2 to pick up the latest changes in the CI. |
f5cd061
to
9d57df5
Compare
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
9d57df5
to
3c8c16d
Compare
isamu-takagi
added a commit
that referenced
this pull request
Feb 7, 2022
isamu-takagi
pushed a commit
that referenced
this pull request
Feb 7, 2022
tier4-autoware-public-bot bot
pushed a commit
that referenced
this pull request
Apr 12, 2022
updates: - [github.com/igorshubovych/markdownlint-cli: v0.30.0 → v0.31.1](igorshubovych/markdownlint-cli@v0.30.0...v0.31.1) - [github.com/pre-commit/mirrors-prettier: v2.5.1 → v2.6.2](pre-commit/mirrors-prettier@v2.5.1...v2.6.2) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.3 → v0.8.0.4](shellcheck-py/shellcheck-py@v0.8.0.3...v0.8.0.4) - [github.com/scop/pre-commit-shfmt: v3.4.2-1 → v3.4.3-1](scop/pre-commit-shfmt@v3.4.2-1...v3.4.3-1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This was referenced Jan 21, 2023
Merged
takayuki5168
pushed a commit
that referenced
this pull request
Mar 13, 2023
* fix(planning_launch): enable blind spot launch and change its params * fix(planning_launch): change stop_margin param * fix(planning_launch): revert stop_margin param
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
porting vehicle_launch to ros2
Change xacro command:
<param name="robot_description" command="$(find xacro)/xacro --inorder $(arg model)
to<param name="robot_description" value="$(command 'xacro $(var model)
(--inorder option is default in ros2)
How to run
After tier4/lexus_description.iv.universe#4 is merged,
Note Cannot run with
simulation:=false
sincepacmod3
is not released for foxy.