@@ -151,12 +151,6 @@ ada_planning_scene:
151
151
disable_workspace_wall_y_max : True # Remove the back wall, to be able to see in in RVIZ
152
152
bedside :
153
153
disable_workspace_wall_y_min : True # Remove the back wall, to be able to see in in RVIZ
154
- # TODO: remove!
155
- disable_workspace_wall_y_max : True # Remove the back wall, to be able to see in in RVIZ
156
- disable_workspace_wall_x_min : True # Remove the back wall, to be able to see in in RVIZ
157
- disable_workspace_wall_x_max : True # Remove the back wall, to be able to see in in RVIZ
158
- disable_workspace_wall_z_min : True # Remove the back wall, to be able to see in in RVIZ
159
- disable_workspace_wall_z_max : True # Remove the back wall, to be able to see in in RVIZ
160
154
161
155
# Whether the workspace walls should contain the robot's current configuration
162
156
# at time of recomputation.
@@ -166,7 +160,12 @@ ada_planning_scene:
166
160
# from it, to get the robot URDF
167
161
get_urdf_parameter_service_name : " /move_group/get_parameters"
168
162
urdf_parameter_name : " robot_description"
169
-
163
+ # TODO: remove!
164
+ disable_workspace_wall_y_max : True # Remove the back wall, to be able to see in in RVIZ
165
+ disable_workspace_wall_x_min : True # Remove the back wall, to be able to see in in RVIZ
166
+ disable_workspace_wall_x_max : True # Remove the back wall, to be able to see in in RVIZ
167
+ disable_workspace_wall_z_min : True # Remove the back wall, to be able to see in in RVIZ
168
+ disable_workspace_wall_z_max : True # Remove the back wall, to be able to see in in RVIZ
170
169
# The service that needs to be called, and parameters that need to be requested,
171
170
# to get the robot joint positions that must be in the workspace walls. Note that
172
171
# the parameter name is made by first getting the parameter value from the
0 commit comments