Skip to content

Feat/update gps tutorial #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: rolling
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ekf_filter_node_odom:
odom0_differential: false
odom0_relative: false

imu0: imu
imu0: imu/data
imu0_config: [false, false, false,
false, false, true,
false, false, false,
Expand Down Expand Up @@ -85,7 +85,7 @@ ekf_filter_node_map:
odom1_differential: false
odom1_relative: false

imu0: imu
imu0: imu/data
imu0_config: [false, false, false,
false, false, true,
false, false, false,
Expand Down Expand Up @@ -121,7 +121,7 @@ navsat_transform:
magnetic_declination_radians: 0.0
yaw_offset: 0.0
zero_altitude: true
broadcast_utm_transform: true
broadcast_cartesian_transform: true
publish_filtered_gps: true
use_odometry_yaw: true
wait_for_datum: false
wait_for_datum: false
7 changes: 5 additions & 2 deletions nav2_gps_waypoint_follower_demo/config/gps_wpf_demo.mvc
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ displays:
visible: true
collapsed: false
custom_sources:
[]
- base_url: https://tiles.stadiamaps.com/tiles/alidade_satellite/{level}/{x}/{y}.png?api_key=api_key
max_zoom: 15
name: Stadia (alidade_satellite)
type: wmts
bing_api_key: ""
source: Bing Maps (terrain)
source: Stadia (alidade_satellite)
- type: mapviz_plugins/point_click_publisher
name: new display
config:
Expand Down
Loading