This repository was archived by the owner on Feb 12, 2022. It is now read-only.
File tree 10 files changed +17
-12
lines changed
robot_ws/src/cloudwatch_robot/config
aws_robomaker_simulation_bookstore
aws_robomaker_simulation_common 10 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 84
84
}
85
85
},
86
86
"simulation" :{
87
- "maxJobDurationInSeconds" : 28800 ,
87
+ "outputLocation" : " <S3 bucket name for job outputs> " ,
88
88
"failureBehavior" :" Fail" ,
89
+ "maxJobDurationInSeconds" :28800 ,
89
90
"iamRole" :" <IAM role ARN for RoboMaker>" ,
90
- "outputLocation" :" <S3 bucket name for job outputs>"
91
+ "vpcConfig" : {
92
+ "assignPublicIp" : true ,
93
+ "securityGroups" : [ " <security group id>" ],
94
+ "subnets" : [ " <subnet id>" ]
95
+ }
91
96
}
92
97
}
93
98
},
Original file line number Diff line number Diff line change 1
1
# An optional metric namespace parameter. If provided it will set the namespace for all metrics provided by this node to
2
- # the provided value. If the node is running on a B9 system then the provided launch file will ignore this parameter in
3
- # favor of the namespace specified by the B9 ecosystem
2
+ # the provided value. If the node is running on a AWS RoboMaker system then the provided launch file will ignore this parameter in
3
+ # favor of the namespace specified by the RoboMaker ecosystem
4
4
aws_metrics_namespace : " robomaker_cloudwatch_monitoring_example"
5
5
6
6
# An optional list of topics to listen to. If not provided or is empty the node will just listen on the global "metrics"
Original file line number Diff line number Diff line change 1
1
<launch >
2
- <!-- Always set GUI to false for B9 Simulation
2
+ <!-- Always set GUI to false for AWS RoboMaker Simulation
3
3
Use gui:=true on roslaunch command-line to run with a gui.
4
4
-->
5
5
<arg name =" gui" default =" false" />
Original file line number Diff line number Diff line change 13
13
<arg name =" z_pos" value =" 0.30" />
14
14
15
15
<!--
16
- Always set GUI to false for B9 Simulation
16
+ Always set GUI to false for AWS RoboMaker Simulation
17
17
Use gui:=true on roslaunch command-line to run with a gui.
18
18
-->
19
19
<arg name =" gui" default =" false" />
Original file line number Diff line number Diff line change 1
1
# Points throughout the bookstore for navigation.
2
- # Compatible with b9_simulations_common route_manager node
2
+ # Compatible with aws_robomaker_simulations_common route_manager node
3
3
mode : random
4
4
poses :
5
5
- pose :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ catkin_install_python(PROGRAMS
19
19
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
20
20
)
21
21
22
- # Copy the rviz models for easier access in B9 RViz
22
+ # Copy the rviz models for easier access in AWS RoboMaker RViz
23
23
install (FILES ${turtlebot3_navigation_DIR} /../rviz/turtlebot3_navigation.rviz
24
24
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} /rviz
25
25
RENAME turtlebot3_navigation.rviz
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ install(DIRECTORY launch worlds
12
12
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
13
13
)
14
14
15
- # Copy the rviz model for easier access in B9 RViz
15
+ # Copy the rviz model for easier access in AWS RoboMaker RViz
16
16
install (FILES ${turtlebot3_description_DIR} /../rviz/model.rviz
17
17
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} /rviz
18
18
RENAME turtlebot3_model.rviz
Original file line number Diff line number Diff line change 3
3
A bookstore with a Turtlebot located initially near the service desk.
4
4
-->
5
5
6
- <!-- Always set GUI to false for B9 Simulation
6
+ <!-- Always set GUI to false for AWS RoboMaker Simulation
7
7
Use gui:=true on roslaunch command-line to run with a gui.
8
8
-->
9
9
<arg name =" gui" default =" false" />
Original file line number Diff line number Diff line change 17
17
<arg name =" follow_route" default =" true" />
18
18
19
19
<!--
20
- Always set GUI to false for B9 Simulation
20
+ Always set GUI to false for AWS RoboMaker Simulation
21
21
Use gui:=true on roslaunch command-line to run with a gui.
22
22
-->
23
23
<arg name =" gui" default =" false" />
Original file line number Diff line number Diff line change 1
1
<launch >
2
- <!-- Always set GUI to false for B9 Simulation
2
+ <!-- Always set GUI to false for AWS RoboMaker Simulation
3
3
Use gui:=true on roslaunch command-line to run with a gui.
4
4
-->
5
5
<arg name =" gui" default =" false" />
You can’t perform that action at this time.
0 commit comments