Skip to content

Commit 3ad83dd

Browse files
Merge branch 'feature/vtec_u3' into feature/testmissions
2 parents 967b0f5 + 3be85a1 commit 3ad83dd

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To run the UUV simulator, in a terminal write the following commands:
1616
```
1717
roslaunch uv_worlds lake.launch
1818
roslaunch vtec_u3_description upload.launch
19-
rostopic pub /uuv_desired_velocity ...
19+
run uuv simulation file from vanttec_uuv package
2020
```
2121

2222
# Escenario tasks

vtec_u3_description/launch/peripherals.launch

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
21
<launch>
3-
42
<!-- Begin Torpedoes_1 -->
53
<group ns="Torpedoes_1">
64
<param name="tf_prefix" value="robot2_tf" />

vtec_u3_description/launch/upload.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<arg name="z" default="-3.5"/>
99
<arg name="roll" default="0"/>
1010
<arg name="pitch" default="0"/>
11-
<arg name="yaw" default="0"/>
11+
<arg name="yaw" default="1.570796"/>
1212

1313
<arg name="use_geodetic" default="false"/>
1414
<arg name="latitude" default="0"/>

0 commit comments

Comments
 (0)