-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposing sensor message for DVL #116
Comments
You're welcome to use this thread to discuss. Or alternatively open a Pull Request with a proposed new message which would be fine. Though it looks like there's some pretty big difference between the two current implementations. There probably needs to be some discussion/back and forth about what to capture atomically and can be generic vs sensor/vendor specific. Since there are a few underwater vehicle projects and it's likely to be some pretty specific conversations I might suggest proposing an Underwater Vehicles category on discourse. Here's the process for a migration https://discourse.ros.org/t/ros-sig-migration-method/35 which we can also use for creation. That might be a good place to discus this and other underwater specific topics in the future. I'd like to see a few people commit to using the category. Otherwise the other recommendation I would have would be a thread in the ROS Projects category as a intermediate place for a specific scoped proposal. |
The way I see it for |
I think it will be better for a standard DVL message to be inside the sensor_msgs package as it is a message for a sensor :) std_msgs/Header header The only thing that it is not clear in this definition is if the velocity is measured wrt the sea bottom o wrt a mass of water (there are DVLs that can swap from one to another or give both for each measurement). However, for these devices an easy solution could be to publish two topics: one for bottom tracking and another for water tracking measures. @IgnacioCarlucho and @bmagyar, what do you thing about moving your DVL msg from uuv_sensor_plugins_ros_msgs to sensor_msgs? This will allow people to have the same bag files either simulating an AUV or executing the same mission with a real vehicle. Thank you! |
FYI: There's a proposal for a new maritime robotics SIG: https://discourse.ros.org/t/maritime-robotics-sig-proposal/3489/1 |
Hi again! |
Hi,
The underwater robotics community working with ROS is growing every day. Despite most of the sensors that we use are similar to other robotic domains (IMU, GPS, range, pressure, ...) there is a basic sensor, the Doppler Velocity Logger, that is not available in the sensor_msgs package. This sensor measures velocities wrt. the sea bottom and/or a mass of water. Additionally it can measure the range wrt. to the bottom, temperature, ...
Right now there are several public messages for this sensor.
I think people developing the uuv_simulator (@sebastianscherer, @musamarcusso), the auv_msgs package (@IgnacioCarlucho, @bmagyar) or many other people in the underwater community could be interested on having a standard message for the DVL in the sensor_msgs package.
How can we discuss about this topic?
Thank you!
The text was updated successfully, but these errors were encountered: