Skip to content

Commit

Permalink
Update camera pose and vessel start pose
Browse files Browse the repository at this point in the history
  • Loading branch information
Andeshog committed Aug 6, 2024
1 parent 58a315c commit ae68f2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vrx_gz/launch/njord_colav_with_otter.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def launch(context, *args, **kwargs):
with open(config_file, 'r') as stream:
models = Model.FromConfig(stream)
else:
m = Model('wamv', 'wam-v', [-535, 197, 0, 0, 0, 0])
m = Model('wamv', 'wam-v', [-535, 197.5, 0, 0, 0, 0])
if robot_urdf and robot_urdf != '':
m.set_urdf(robot_urdf)
models.append(m)
Expand All @@ -71,7 +71,7 @@ def generate_launch_description():
# Launch Arguments
DeclareLaunchArgument(
'world',
default_value='sydney_regatta',
default_value='njord_colav_tasks',
description='Name of world'),
DeclareLaunchArgument(
'sim_mode',
Expand Down
2 changes: 1 addition & 1 deletion vrx_gz/worlds/njord_colav_tasks.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<scene>scene</scene>
<ambient_light>0.4 0.4 0.4</ambient_light>
<background_color>0.8 0.8 0.8</background_color>
<camera_pose>-478.1 148.2 13.2 0 0.25 2.94</camera_pose>
<camera_pose>-512.76 164.2 16.97 0 0.61 1.64</camera_pose>
<camera_clip>
<near>0.25</near>
<far>10000</far>
Expand Down

0 comments on commit ae68f2d

Please sign in to comment.