User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cs:simulator:bridge:start [2016/12/12 16:11]
Dustin Crossman
cs:simulator:bridge:start [2022/04/15 02:46] (current)
Chris Nathman [/hydrophone/30khz/delta]
Line 3: Line 3:
  
 ==== /position ==== ==== /position ====
-Message: [[http://docs.ros.org/​api/​geometry_msgs/html/​msg/​Vector3.html | geometry_msgs/​Vector3 ]] \\+Message: [[https://docs.ros2.org/foxy/​api/​geometry_msgs/​msg/​Vector3.html | geometry_msgs/​Vector3 ]] \\
 The true current position of the sub, given as x, y, z. The true current position of the sub, given as x, y, z.
  
 ==== /​orientation ==== ==== /​orientation ====
-Message: [[https://github.com/PalouseRobosub/robosub/blob/dev/msg/QuaternionStampedAccuracy.msg robosub/QuaternionStampedAccuracy ​]] \\+Message: [[https://docs.ros2.org/foxy/api/geometry_msgs/msg/QuaternionStamped.html geometry_msgs/QuaternionStamped ​]] \\
 The true current orientation of the sub, given as quaternion. The true current orientation of the sub, given as quaternion.
  
 ==== /​orientation/​pretty ==== ==== /​orientation/​pretty ====
-Message: [[https://github.com/​PalouseRobosub/​robosub/blob/dev/​msg/​Euler.msg | robosub/Euler ]] \\+Message: [[https://gitlab.com/​PalouseRobosub/​Software/​robosub_msgs/​-/blob/master/​msg/​Euler.msg | robosub_msgs/Euler ]] \\
 The true current orientation of the sub, given as roll, pitch, yaw. This is for human readability only. Any nodes wishing to make use of this data should subscribe to the /​orientation topic. The true current orientation of the sub, given as roll, pitch, yaw. This is for human readability only. Any nodes wishing to make use of this data should subscribe to the /​orientation topic.
  
 ==== /depth ==== ==== /depth ====
-Message: [[https://github.com/​PalouseRobosub/​robosub/blob/dev/msg/depth_stamped.msg | robosub/DepthStamped ​]] \\+Message: [[https://gitlab.com/​PalouseRobosub/​Software/​robosub_msgs/​-/blob/master/msg/Float32Stamped.msg | robosub_msgs/Float32Stamped ​]] \\
 The true current depth of the sub, calculated by subtracting the z position of the sub from the z position of the top of the water. The true current depth of the sub, calculated by subtracting the z position of the sub from the z position of the top of the water.
  
  
 ==== /​obstacles/​positions ==== ==== /​obstacles/​positions ====
-Message: [[https://github.com/​PalouseRobosub/​robosub/blob/dev/​msg/​ObstaclePosArray.msg | robosub/​ObstaclePosArray ]] \\ +Message: [[https://gitlab.com/​PalouseRobosub/​Software/​robosub_msgs/​-/blob/master/​msg/​ObstaclePosArray.msg | robosub_msgs/​ObstaclePosArray ]] \\ 
-The true current position of a list of obstacles in the pool. This list is taken from the [[https://github.com/​PalouseRobosub/​robosub_simulator/​blob/​master/​param/​obstacles.yaml | robosub_simulator/​obstacles.yaml ]].+The true current position of a list of obstacles in the pool. This list is taken from the [[https://gitlab.com/​PalouseRobosub/Software/​robosub_simulator/-/​blob/​master/​param/​obstacles.yaml | robosub_simulator/​obstacles.yaml ]].
  
 ==== /​hydrophone/​30khz/​delta ==== ==== /​hydrophone/​30khz/​delta ====
-Message: [[https://github.com/​PalouseRobosub/​robosub/blob/dev/​msg/​HydrophoneDeltas.msg | robosub/​HydrophoneDeltas ]] \\+Message: [[https://gitlab.com/​PalouseRobosub/​Software/​robosub_msgs/​-/blob/master/​msg/​HydrophoneDeltas.msg | robosub_msgs/​HydrophoneDeltas ]] \\
 Simulated hydrophone system output. This is calculated based on the position of the subs hydrophones and the pinger. Simulated hydrophone system output. This is calculated based on the position of the subs hydrophones and the pinger.