-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87dd1c4
commit 2640ee0
Showing
11 changed files
with
200 additions
and
173 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
10 changes: 4 additions & 6 deletions
10
...on/autoware_overlay_rviz_plugin/autoware_minimap_overlay_rviz_plugin/demo/demo.launch.xml
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 |
---|---|---|
@@ -1,12 +1,10 @@ | ||
<!-- rviz2 -d $(ros2 pkg prefix - -share rviz_satellite)/launch/demo.rviz | ||
ros2 run rviz_satellite publish_demo_data.py LATITUDE LONGITUDE --> | ||
|
||
<launch> | ||
<node pkg="rviz2" exec="rviz2" /> | ||
|
||
<node pkg="autoware_minimap_overlay_rviz_plugin" exec="publish_demo_data" args="40.9908 29.0452" /> | ||
<node pkg="rviz2" exec="rviz2"/> | ||
|
||
<!-- Both frames need to be present, so just coupling them https://github.com/nobleo/rviz_satellite/issues/110 --> | ||
<node pkg="tf2_ros" exec="static_transform_publisher" args="--frame-id map --child-frame-id gps_sensor" /> | ||
<node pkg="autoware_minimap_overlay_rviz_plugin" exec="publish_demo_data" args="40.9908 29.0452"/> | ||
|
||
<!-- Both frames need to be present, so just coupling them https://github.com/nobleo/rviz_satellite/issues/110 --> | ||
<node pkg="tf2_ros" exec="static_transform_publisher" args="--frame-id map --child-frame-id gps_sensor"/> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,13 @@ | |
<maintainer email="[email protected]">khalil</maintainer> | ||
<license>TODO: License declaration</license> | ||
|
||
<depend>angles</depend> | ||
<depend>rclcpp</depend> | ||
<depend>rcpputils</depend> | ||
<depend>rviz_common</depend> | ||
<depend>rviz_default_plugins</depend> | ||
<depend>sensor_msgs</depend> | ||
<depend>tf2_ros</depend> | ||
<depend>angles</depend> | ||
|
||
<build_depend>qtbase5-dev</build_depend> | ||
<buildtool_depend>ament_cmake_auto</buildtool_depend> | ||
|
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
Oops, something went wrong.