Skip to content

Commit

Permalink
rtabmap good 3d map
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonR99 committed Jun 15, 2024
1 parent d57ad0e commit db1f82e
Show file tree
Hide file tree
Showing 8 changed files with 155 additions and 221 deletions.
66 changes: 23 additions & 43 deletions src/rove_description/config/basic.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ Visualization Manager:
Enabled: true
Invert Rainbow: false
Max Color: 255; 255; 255
Max Intensity: 0
Max Intensity: 100
Min Color: 0; 0; 0
Min Intensity: 0
Min Intensity: 1
Name: LaserScan
Position Transformer: XYZ
Selectable: true
Expand All @@ -180,16 +180,6 @@ Visualization Manager:
All Enabled: false
base_link:
Value: true
flipper_fl:
Value: true
flipper_fr:
Value: true
flipper_rl:
Value: true
flipper_rr:
Value: true
map:
Value: true
odom:
Value: true
sensor_link:
Expand All @@ -216,33 +206,23 @@ Visualization Manager:
Show Axes: true
Show Names: false
Tree:
map:
odom:
base_link:
flipper_fl:
{}
flipper_fr:
odom:
base_link:
sensor_link:
{}
track_l:
track_fl:
{}
flipper_rl:
track_rl:
{}
flipper_rr:
track_r:
track_fr:
{}
sensor_link:
track_rr:
{}
track_l:
track_fl:
{}
track_rl:
{}
track_r:
track_fr:
{}
track_rr:
{}
velodyne_link:
velodyne_link:
velodyne_laser:
{}
velodyne_laser:
{}
Update Interval: 0
Value: true
- Alpha: 0.699999988079071
Expand Down Expand Up @@ -331,7 +311,7 @@ Visualization Manager:
Filter size: 10
History Policy: Keep Last
Reliability Policy: Reliable
Value: /odometry/filtered
Value: /odometry/local
Value: true
- Acceleration properties:
Acc. vector alpha: 1
Expand Down Expand Up @@ -376,7 +356,7 @@ Visualization Manager:
Enabled: true
Invert Rainbow: false
Max Color: 255; 255; 255
Max Intensity: 0
Max Intensity: 255
Min Color: 0; 0; 0
Min Intensity: 0
Name: 3d map
Expand All @@ -391,7 +371,7 @@ Visualization Manager:
Filter size: 10
History Policy: Keep Last
Reliability Policy: Reliable
Value: /cloud_map
Value: /assembled_cloud
Use Fixed Frame: true
Use rainbow: true
Value: true
Expand Down Expand Up @@ -441,25 +421,25 @@ Visualization Manager:
Views:
Current:
Class: rviz_default_plugins/Orbit
Distance: 10.68095874786377
Distance: 9.305854797363281
Enable Stereo Rendering:
Stereo Eye Separation: 0.05999999865889549
Stereo Focal Distance: 1
Swap Stereo Eyes: false
Value: false
Focal Point:
X: -1.4718998670578003
Y: 2.8054065704345703
Z: 2.2840819358825684
X: -0.6736313104629517
Y: -1.0152995586395264
Z: 2.0505826473236084
Focal Shape Fixed Size: true
Focal Shape Size: 0.05000000074505806
Invert Z Axis: false
Name: Current View
Near Clip Distance: 0.009999999776482582
Pitch: 0.6003987789154053
Pitch: 0.600398600101471
Target Frame: <Fixed Frame>
Value: Orbit (rviz)
Yaw: 3.7735798358917236
Yaw: 1.893579363822937
Saved: ~
Window Geometry:
Displays:
Expand Down
33 changes: 0 additions & 33 deletions src/rove_rtabmap/package.xml

This file was deleted.

Empty file.
4 changes: 0 additions & 4 deletions src/rove_rtabmap/setup.cfg

This file was deleted.

29 changes: 0 additions & 29 deletions src/rove_rtabmap/setup.py

This file was deleted.

9 changes: 9 additions & 0 deletions src/rove_slam/config/ekf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ ekf_filter_node_local:
false, false, false] # ax ay az
imu0_queue_size: 20

# Add ICP odometry as a new sensor input
odom1: /icp_odom
odom1_config: [true, true, false,
false, false, true,
true, true, false,
false, false, true,
false, false, false]


ekf_filter_node_global:
ros__parameters:
frequency: 30.0
Expand Down
File renamed without changes.
Loading

0 comments on commit db1f82e

Please sign in to comment.