-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge left over features from around the 1.11 release (#2151)
* Fix deceleration value bug in following state inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration * fix bug of max split size * change conversion formula from GB to Byte * Update twist_filter.cpp (#1932) * Feature/edit typo (#1769) Fix language. * Update twist_filter.cpp * Fix/compare map filter squared distance (#1896) * fix squared distance * update default param * update default param * update launch file * update interface.yaml * Added AW Lexus model (#2117) * Added AW Lexus model * Adapt urdf to match mesh orientation * Replace IV texture with AW (#2119) * Update rect_class_score.h (#1825) fixed typo for class label for OVEN - 'over' should be 'oven' * Fixed wrong assignement of message type to package (#1706) The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in 8bf1c47. This fixes the issue https://github.com/CPFL/Autoware/issues/1705. * fix RuntimeManager on lxterminal #1203 (#1204) * fix RuntimeManager on lxterminal #1203 * Modify the different behavior in gnome-terminal environment * Set OPTION_TITLE in meta-terminal and xfce4-terminal environment * Update run * Add missing install for image resources on camera calibrator (#2137) * Add missing install for image resources * Switched to share
- Loading branch information
Geoffrey Biggs
authored
Mar 26, 2019
1 parent
276073b
commit 6a7d1b9
Showing
19 changed files
with
169 additions
and
30 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
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
10 changes: 5 additions & 5 deletions
10
ros/src/sensing/filters/packages/points_preprocessor/launch/compare_map_filter.launch
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
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,19 @@ | ||
<!-- --> | ||
<launch> | ||
<arg name="base_frame" default="/base_link"/> | ||
<arg name="topic_name" default="vehicle_model"/> | ||
<arg name="offset_x" default="1.2"/> | ||
<arg name="offset_y" default="0.0"/> | ||
<arg name="offset_z" default="0.0"/> | ||
<arg name="offset_roll" default="0.0"/> <!-- degree --> | ||
<arg name="offset_pitch" default="0.0"/> <!-- degree --> | ||
<arg name="offset_yaw" default="0.0"/> <!-- degree --> | ||
<arg name="model_path" default="$(find vehicle_description)/urdf/lexus.urdf" /> | ||
<arg name="gui" default="False" /> | ||
|
||
<param name="robot_description" textfile="$(arg model_path)" /> | ||
<param name="use_gui" value="$(arg gui)"/> | ||
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" /> | ||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" /> | ||
|
||
</launch> |
Binary file modified
BIN
+2.47 KB
(110%)
ros/src/vehicle/vehicle_description/mesh/estima_left_white.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.33 KB
(100%)
ros/src/vehicle/vehicle_description/mesh/estima_right_white.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,11 @@ | ||
<?xml version="1.0"?> | ||
<robot name="car"> | ||
<link name="base_link"> | ||
<visual name="base_visual"> | ||
<origin xyz="1 0 0.0" rpy="1.57 0 3.14" /> | ||
<geometry> | ||
<mesh filename="package://vehicle_description/mesh/lexus.dae" scale="1.0 1.0 1.0"/> | ||
</geometry> | ||
</visual> | ||
</link> | ||
</robot> |