Skip to content

Commit e8a19a5

Browse files
samuelgundryryanewel
authored andcommitted
Add CODE_OF_CONDUCT.md and CONTRIBUTING.md from Github Amazon template
Default HelloWorld to Burger, better performance without a camera
1 parent 7f94084 commit e8a19a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

roboMakerSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"outputLocation": "<bucket name for your job outputs>",
7777
"failureBehavior": "Fail",
7878
"maxJobDurationInSeconds": 28800,
79-
"iamRole": "<your B9 role ARN>"
79+
"iamRole": "<your RoboMaker simulation job role ARN>"
8080
}
8181
}
8282
},

simulation_ws/src/hello_world_simulation/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install(DIRECTORY launch worlds
1212
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
1313
)
1414

15-
# Copy the rviz model for easier access in B9 RViz
15+
# Copy the rviz model for easier access in AWS RoboMaker RViz
1616
install(FILES ${turtlebot3_description_DIR}/../rviz/model.rviz
1717
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/rviz
1818
RENAME turtlebot3_model.rviz

simulation_ws/src/hello_world_simulation/launch/empty_world.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<launch>
2-
<!-- Always set GUI to false for B9 Simulation
2+
<!-- Always set GUI to false for AWS RoboMaker Simulation
33
Use gui:=true on roslaunch command-line to run with a gui.
44
-->
55
<arg name="gui" default="false"/>

simulation_ws/src/turtlebot3_description_reduced_mesh/launch/spawn_turtlebot.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<launch>
22
<!-- Optional environment variable, default is "waffle_pi". Note that "burger" does not have a camera -->
3-
<arg name="model" default="$(optenv TURTLEBOT3_MODEL waffle_pi)" doc="model type [burger, waffle, waffle_pi]"/>
3+
<arg name="model" default="$(optenv TURTLEBOT3_MODEL burger)" doc="model type [burger, waffle, waffle_pi]"/>
44

55
<!-- You may override arg parmaters when including this launch file -->
66
<arg name="x_pos" default="0.0"/>

0 commit comments

Comments
 (0)