Skip to content

Commit

Permalink
Aj/more fixes (#71)
Browse files Browse the repository at this point in the history
* Make wait a bit longer to set mavros sim time to ensure node is up

* Fix map_FLU-->map static tf
  • Loading branch information
andrewjong authored Oct 2, 2024
1 parent 14c4719 commit 2fef687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/extras/drag_and_drop/ascent_sitl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ windows:
- export ROS_DOMAIN_ID=$DOMAIN_ID
- ros2 launch mavros apm.launch fcu_url:="udp://127.0.0.1:$AUTONOMY_STACK_PORT@$MAVROS_LAUNCH_PORT" namespace:=$NAMESPACE/interface/mavros
- shell_command:
- sleep 5.5
- sleep 7
- export ROS_DOMAIN_ID=$DOMAIN_ID
- ros2 param set $NAMESPACE/interface/mavros/mavros use_sim_time true
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pkg="tf2_ros"
exec="static_transform_publisher"
name="static_transform_publisher"
args="0 0 0 1.57079632679 0 0 map_FLU map" />
args="0 0 0 -1.57079632679 0 0 map_FLU map" />

<!-- Robot TFs -->
<!-- currently none -->
Expand Down

0 comments on commit 2fef687

Please sign in to comment.