Skip to content

Commit

Permalink
feat(rviz): modify layout (#76)
Browse files Browse the repository at this point in the history
* fix: fix debug sensing rviz

Signed-off-by: Masahiro Kubota <norikenpi@gmail.com>

* fix: modify the size of steering andgle meter and console meter

Signed-off-by: Masahiro Kubota <norikenpi@gmail.com>

* fix: unable turn signal

Signed-off-by: Masahiro Kubota <norikenpi@gmail.com>

* fix: modify steering angle scale from 17 to 3

Signed-off-by: Masahiro Kubota <norikenpi@gmail.com>

* fix: modify max speed

Signed-off-by: Masahiro Kubota <norikenpi@gmail.com>

* feat: modify steering angle position

Signed-off-by: Masahiro Kubota <norikenpi@gmail.com>

---------

Signed-off-by: Masahiro Kubota <norikenpi@gmail.com>
  • Loading branch information
masahiro-kubota authored Sep 8, 2024
1 parent 5e78954 commit b2f81fe
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<arg name="rviz_config" default="$(find-pkg-share aichallenge_system_launch)/config/autoware.rviz" description="rviz config"/>
<arg name="rviz_config" default="$(find-pkg-share aichallenge_system_launch)/config/debug_sensing.rviz" description="rviz config"/>
<log message="This is aichallenge_system_launch."/>
<arg name="simulation" default="false"/>
<arg name="use_sim_time" default="$(var simulation)"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ Visualization Manager:
Displays:
- Class: rviz_plugins/SteeringAngle
Enabled: true
Left: 137
Length: 273
Left: 50
Length: 100
Name: SteeringAngle
Scale: 17
Scale: 3
Text Color: 25; 255; 240
Top: 137
Top: 30
Topic:
Depth: 5
Durability Policy: Volatile
Expand All @@ -125,11 +125,11 @@ Visualization Manager:
Value height offset: 0
- Class: rviz_plugins/ConsoleMeter
Enabled: true
Left: 546
Length: 273
Left: 200
Length: 100
Name: ConsoleMeter
Text Color: 25; 255; 240
Top: 137
Top: 35
Topic:
Depth: 5
Durability Policy: Volatile
Expand Down Expand Up @@ -226,7 +226,7 @@ Visualization Manager:
Value: true
Value Scale: 0.25
- Class: rviz_plugins/TurnSignal
Enabled: true
Enabled: false
Height: 273
Left: 209
Name: TurnSignal
Expand Down Expand Up @@ -1797,6 +1797,21 @@ Visualization Manager:
Plane Cell Count: 100
Reference Frame: viewer
Value: true
- Alpha: 1
Class: rviz_default_plugins/PointStamped
Color: 204; 41; 204
Enabled: true
History Length: 1
Name: PointStamped
Radius: 1
Topic:
Depth: 5
Durability Policy: Volatile
Filter size: 10
History Policy: Keep Last
Reliability Policy: Reliable
Value: /simple_pure_pursuit_node/debug/markers
Value: true
Enabled: true
Global Options:
Background Color: 10; 10; 10
Expand Down

0 comments on commit b2f81fe

Please sign in to comment.