-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: source build merge main (#88)
* chore: decrease pose_smoothing_step 5->1 (#59) (#60) * feat: add sensorkit swtching (#57) * feat: add sensor kit change for simulation * chore: add ignore and pre-commit fix * chore: aichallenge/workspace/.gitignore Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> * fix: add simulation arg --------- Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> * chore: disable localhost only (#86) * feat: set same launch as source build (#82) * feat: add tunable param * feat: set same launch as source build * fix: modify sensor configuration (#50) Signed-off-by: Masahiro Kubota <norikenpi@gmail.com> * feat: add steer tire angle gain (#67) * feat: add steering tire angle gain Signed-off-by: Masahiro Kubota <norikenpi@gmail.com> * fix: modify steering_tire_angle_gain according to rosbag Signed-off-by: Masahiro Kubota <norikenpi@gmail.com> --------- Signed-off-by: Masahiro Kubota <norikenpi@gmail.com> * feat: draft accel brake map (#70) * chore: remove unused param * feat:draft accel brake map * fix: modify angular velocity offset (#69) * fix: modify angular velocity offset Signed-off-by: Masahiro Kubota <norikenpi@gmail.com> * modify Signed-off-by: Masahiro Kubota <norikenpi@gmail.com> --------- Signed-off-by: Masahiro Kubota <norikenpi@gmail.com> * feat: add raw publisher (#71) * fix: source build build fix control point size (#73) * chore: decrease min point size and acc * Update aichallenge/workspace/src/aichallenge_submit/simple_pure_pursuit/src/simple_pure_pursuit.cpp Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> * Update aichallenge/workspace/src/aichallenge_submit/simple_pure_pursuit/src/simple_pure_pursuit.cpp --------- Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> * feat: add pure pursuit debug (#74) * fix: ll2 interval (#75) * fix: modify accel map Signed-off-by: Masahiro Kubota <norikenpi@gmail.com> * chore: apply pre-commit --------- Signed-off-by: Masahiro Kubota <norikenpi@gmail.com> Co-authored-by: Masahiro Kubota <42679530+masahiro-kubota@users.noreply.github.com> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Masahiro Kubota <norikenpi@gmail.com> Co-authored-by: knorrrr <kunotomoki61@gmail.com> * chore: remove same launch * fix: removed simulation arg * chore: remove aichallenge launch * chore: split sim time arg * chore: how to use args * fix: removed simulation arg (#87) * fix: removed simulation arg * chore: split sim time arg * fix: removed simulation arg (#90) * fix: removed simulation arg * chore: split sim time arg * feat: add topic tools * Revert "chore: remove aichallenge launch" This reverts commit d0405f8. * chore: separate sim param (#94) --------- Signed-off-by: Masahiro Kubota <norikenpi@gmail.com> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: knorrrr <99851410+knorrrr@users.noreply.github.com> Co-authored-by: Masahiro Kubota <42679530+masahiro-kubota@users.noreply.github.com> Co-authored-by: Masahiro Kubota <norikenpi@gmail.com> Co-authored-by: knorrrr <kunotomoki61@gmail.com>
- Loading branch information
1 parent
a57d620
commit c774316
Showing
36 changed files
with
90 additions
and
378 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/bash | ||
|
||
source install/setup.bash | ||
|
||
ros2 launch aichallenge_launch aichallenge_system.launch.xml simulation:=false use_sim_time:=false |
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
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
18 changes: 0 additions & 18 deletions
18
aichallenge/workspace/src/aichallenge_launch/config/converter.param.yaml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
aichallenge/workspace/src/aichallenge_launch/config/lanelet2_map_loader.param.yaml
This file was deleted.
Oops, something went wrong.
289 changes: 0 additions & 289 deletions
289
aichallenge/workspace/src/aichallenge_launch/launch/aichallenge.launch.xml
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
aichallenge/workspace/src/aichallenge_launch/launch/aichallenge_submit.launch.xml
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ ament_auto_add_executable(goal_pose_setter_node | |
ament_auto_package( | ||
INSTALL_TO_SHARE | ||
config | ||
) | ||
) |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ ament_auto_add_executable(imu_gnss_poser_node | |
|
||
ament_auto_package( | ||
INSTALL_TO_SHARE | ||
) | ||
) |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ ament_auto_package(INSTALL_TO_SHARE | |
mesh | ||
urdf | ||
config | ||
) | ||
) |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ | |
<export> | ||
<build_type>ament_cmake</build_type> | ||
</export> | ||
</package> | ||
</package> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
</visual> | ||
</link> | ||
|
||
</robot> | ||
</robot> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ ament_auto_find_build_dependencies() | |
ament_auto_package(INSTALL_TO_SHARE | ||
urdf | ||
config | ||
) | ||
) |
15 changes: 15 additions & 0 deletions
15
...llenge_submit/racing_kart_sensor_kit_description/config/awsim_sensor_kit_calibration.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
sensor_kit_base_link: | ||
gnss_link: | ||
x: 0.0 | ||
y: 0.0 | ||
z: 0.0 | ||
roll: 0.0 | ||
pitch: 0.0 | ||
yaw: 0.0 | ||
imu_link: | ||
x: 0.0 | ||
y: 0.0 | ||
z: 0.0 | ||
roll: 0.0 | ||
pitch: 0.0 | ||
yaw: 0.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ sensor_kit_base_link: | |
z: 0.0 | ||
roll: 0.0 | ||
pitch: 0.0 | ||
yaw: -1.57 | ||
yaw: -1.5707963268 |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
<export> | ||
<build_type>ament_cmake</build_type> | ||
</export> | ||
</package> | ||
</package> |
Binary file added
BIN
+586 KB
.../workspace/src/aichallenge_system/aichallenge_system_launch/config/autoware.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.