Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniscimurs authored Dec 2, 2021
1 parent f087ba6 commit 98f1fce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions TD3/assets/multi_robot_scenario.launch
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
</include >-->


<node pkg="tf" type="static_transform_publisher" name="base_to_odom_r1"
args="0.0 -0.0 0.0 0.0 0.0 0.0 base_link r1/odom 200" />
<!--<node pkg="tf" type="static_transform_publisher" name="base_to_odom_r1"
args="0.0 -0.0 0.0 0.0 0.0 0.0 odom base_link 200" />
<node pkg="tf" type="static_transform_publisher" name="base_to_camera"
args="0.0 0.0 0.0 -1.57 0.0 -1.57 r1/cameraD r1/camera_link 200" />
<!--<node pkg="tf" type="static_transform_publisher" name="base_to_odom_r2"
<node pkg="tf" type="static_transform_publisher" name="base_to_odom_r2"
args="0.0 0.0 0.0 0.0 0.0 0.0 base_link r2/odom 200" />-->


<!-- RVIZ -->
<node pkg="rviz" type="rviz" name="rviz" args="-d $(find multi_robot_scenario)/launch/pioneer3dx.rviz" />
Expand Down

0 comments on commit 98f1fce

Please sign in to comment.