-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug in plugin manager. Fixed and cleaned up pca and semantic pl…
…ugins. Cleaned up configs and launch files.
- Loading branch information
Showing
24 changed files
with
233 additions
and
240 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
57 changes: 0 additions & 57 deletions
57
elevation_mapping_cupy/config/setups/turtle_bot/turtle_bot_image_semantics.yaml
This file was deleted.
Oops, something went wrong.
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
28 changes: 28 additions & 0 deletions
28
elevation_mapping_cupy/config/setups/turtle_bot/turtle_bot_semantics_pointcloud.yaml
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#### Plugins ######## | ||
plugin_config_file: '$(rospack find elevation_mapping_cupy)/config/setups/turtle_bot/plugin_config.yaml' | ||
|
||
pointcloud_channel_fusions: | ||
rgb: 'color' | ||
default: 'average' | ||
|
||
image_channel_fusions: | ||
rgb: 'color' | ||
default: 'exponential' | ||
|
||
#### Subscribers ######## | ||
subscribers: | ||
front_cam_pointcloud: | ||
topic_name: '/camera/depth/points' | ||
data_type: pointcloud | ||
|
||
|
||
#### Publishers ######## | ||
publishers: | ||
elevation_map_raw: | ||
layers: ['elevation', 'traversability', 'variance','rgb','max_categories'] | ||
basic_layers: ['elevation'] | ||
fps: 5.0 | ||
elevation_map_filter: | ||
layers: ['min_filter', 'smooth', 'inpaint', 'elevation','rgb','max_categories'] | ||
basic_layers: ['min_filter'] | ||
fps: 3.0 |
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,7 +1,7 @@ | ||
<launch> | ||
<!-- Elevation mapping node --> | ||
<node pkg="elevation_mapping_cupy" type="elevation_mapping_node" name="elevation_mapping" output="screen"> | ||
<rosparam command="load" file="$(find elevation_mapping_cupy)/config/parameters.yaml"/> | ||
<rosparam command="load" file="$(find elevation_mapping_cupy)/config/sensor_parameter.yaml"/> | ||
<rosparam command="load" file="$(find elevation_mapping_cupy)/config/core/core_param.yaml"/> | ||
<rosparam command="load" file="$(find elevation_mapping_cupy)/config/core/example_setup.yaml"/> | ||
</node> | ||
</launch> | ||
</launch> |
18 changes: 0 additions & 18 deletions
18
elevation_mapping_cupy/launch/turtlesim_features_image_example.launch
This file was deleted.
Oops, something went wrong.
File renamed without changes.
18 changes: 0 additions & 18 deletions
18
elevation_mapping_cupy/launch/turtlesim_semantic_example.launch
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
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.