Skip to content
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 @@ -37,7 +37,7 @@ def generate_launch_description():

map_file = PathJoinSubstitution([
FindPackageShare('robotnik_simulation_localization'),
'maps/demo_map/demo_map.yaml'
'maps/demo_map/map.yaml'
])

amcl_config = PathJoinSubstitution([
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: demo_map.png
image: map.png
mode: trinary
resolution: 0.050
origin: [-18.207, -15.425, 0]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: electrical_substation_map.png
image: map.png
mode: trinary
resolution: 0.050
origin: [-29.371, -60.367, 0]
Expand Down
2 changes: 1 addition & 1 deletion robotnik_gazebo_ignition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ ros2 launch robotnik_gazebo_ignition spawn_robot.launch.py \

Description package is [robotnik_description](https://github.com/RobotnikAutomation/robotnik_description), which contains all robot types and models. The distinction is:

- **Robot type**: Category such as `rbwatcher`, `summit_xl`. See the package `robots/` folder for available types. [List of supported robots](https://github.com/RobotnikAutomation/robotnik_description/tree/jazzy-devel/robots).
- **Robot type**: Category such as `rbwatcher`, `rbsummit`. See the package `robots/` folder for available types. [List of supported robots](https://github.com/RobotnikAutomation/robotnik_description/tree/jazzy-devel/robots).
- **Robot model**: Concrete variant inside a type. If omitted, the default model for that type is used. See the package `robots/<robot>/models/` folder for available models. [Example models for rbwatcher](https://github.com/RobotnikAutomation/robotnik_description/tree/jazzy-devel/robots/rbwatcher).

#### Notes
Expand Down