Skip to content

Commit

Permalink
Added visualization of prior landmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
RossHartley committed Sep 19, 2018
1 parent c449620 commit d9333a4
Show file tree
Hide file tree
Showing 5 changed files with 2,067 additions and 2,022 deletions.
14 changes: 7 additions & 7 deletions inekf_ros/config/prior.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ prior:
base_position_std: 0.01
gyroscope_bias_std: 0.001
accelerometer_bias_std: 0.01
# landmarks:
# - id: 0
# position: [1.0,1.0,0.0]
# - id: 1
# position: [1.0,-1.0,0.0]
# - id: 2
# position: [2.0,0.0,1.0]
landmarks:
- id: 0
position: [1.0,1.0,0.0]
- id: 1
position: [1.0,-1.0,0.0]
- id: 2
position: [2.0,0.0,1.0]
12 changes: 6 additions & 6 deletions inekf_ros/config/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ settings:
publish_rate: 100.0
pose_topic: "/pose"
state_topic: "/state"
# publish_landmark_position_markers: true
# landmark_position_markers_topic: "/landmark_position_markers"
# publish_trajectory_markers: true
# trajectory_markers_topic: "/trajectory_markers"
# publish_landmark_measurement_markers: true
# landmark_measurement_markers_topic: "/landmark_measurement_markers"
publish_landmark_position_markers: true
landmark_position_markers_topic: "/landmark_position_markers"
publish_trajectory_markers: true
trajectory_markers_topic: "/trajectory_markers"
publish_landmark_measurement_markers: true
landmark_measurement_markers_topic: "/landmark_measurement_markers"
Loading

0 comments on commit d9333a4

Please sign in to comment.