uuv_simulator icon indicating copy to clipboard operation
uuv_simulator copied to clipboard

Gazebo/ROS packages for underwater robotics simulation

Results 104 uuv_simulator issues
Sort by recently updated
recently updated
newest added

Hello, I started a project with uuvsimulator, yesterday I've built a simple project with a cube as body, and one propeller. When I load the cube into Gazebo, and I...

question
problem

at path_generator.py line 155,v=np.array(self._s-self._cur_s),self._s is a list,but self._cur_s is type int

Hi, I run a navigation package with its launch file, previous it worked peoperly and there was not any issue. but know it shows the following error: [INFO] [1612612822.036242, 0.000000]:...

Hello, I would like to simulate (and collect traces using [uuv_simulation_evaluation](https://github.com/uuvsimulator/uuv_simulation_evaluation)) an underwater glider (no thrusters/propellers) with control inputs that can change the buoyancy of the vehicle and center of...

Hi! I have a question regarding the use of propellers. In real world applications, the use of CCW or CW propellers could have some impact on the motion of a...

Hi, I want to simulate LAUV behavior when waypoints are published on a topic . Can any one suggest how to go about it? Currently I can see only waypoint...

While modifying the UUV sensor plugins for a project, I have found this: `// Copy the output of Gazebo's GPS sensor into a NavSatFix message this->gpsMessage.latitude = -this->gazeboGPSSensor->Latitude().Degree(); this->gpsMessage.longitude =...

question

We use the IMURosPlugin and the GPSRosPlugin for our robots. But we don't use namespaces in tf since they are deprecated. The `frame_id` of the IMURosPlugin is defined as follows:...

enhancement

Firstly I want to say thank you for the amazing project, UUV Simulator! It is really a great implementation for underwater simulation! However, I have a question about its control....

Hi To use [http://wiki.ros.org/hector_pose_estimation?distro=noetic](url) hector_pose_estimation package i need to fuse IMU and barometric pressure Sensor with `geometry_msgs/PointStamped` So I add such barometric pressure Sensor with geometry_msgs/PointStamped with gazebo_ros_plugins. Here is...