No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License GNU GENERAL PUBLIC LICENSE
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/vortex-co/vauv.git
VCS Type git
VCS Version master
Last Updated 2022-02-13
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

sensors interfaces and fusion package

Additional Links

No additional links.

Maintainers

  • vortex-co

Authors

No additional authors.

Sensors interfacing Package

Description

This package contains the sensors low-level hardware drivers of Vortex AUV wrapped by ROS2 C++ nodes.

License

The source code is released under a GNU GENERAL PUBLIC LICENSE

Author: vortex-co
Affiliation: VorteX-Co
Maintainer: vortex-co, info@vortex-co.com

Table of contents

Prerequisites

  • ROS2 - Eloquent.

Dependencies

  • ros_custom_interfaces package

DVL-Sensor

Description

  • The sensors packages contains a c++ node for serial-interfacing with waterlinked A50 DVL. Before executing the dvl_serial.cpp node you should establish the following connection:

Usage

1- Build the sensors packages

$ cd ~/vortex_ws
$ colcon build --packages-select sensors

2- In a new terminal, source the workspace and run the dvl node

$ cd ~/vortex_ws
$ . install/setup.bash
$ ros2 run sensors pub // the default port name is "/dev/ttyUSB0"

3- Passing the port name to the dvl node as an argument

$ cd ~/vortex_ws
$ . install/setup.bash
$ ros2 run sensors  pub --ros-args -p  Port:="/dev/ttyUSB0"

Info

DVL Serial Node interface

  • Topic name = “Vortex/DVL”
  • Message name = “DVL.msg”

Where DVL.msg is a custom msg has the following components:

  • stamp: current rclcpp::clock stamp (s)
  • dt: time passed since last velocity report (s)
  • twist: vector of Measured velocity in [x,y,z] directions (m/s)
  • variance: estimated value based on measured figure of merit (m/s)^2
  • translation: vector of estimated translations in [x_dvl, y_dvl, z_dvl] due to the measured velocity (m)
  • altitude: Measured altitude to the bottom (m)
  • valid: if ture then the DVL has lock on the bottom and the altitude and velocities are valid (true/false)
  • status: if false then the DVL in normal operation, true then there is a high temperature warning (true/false)
  • count: count of velocity reports from initializing the conection with the serial port
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged sensors at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.