-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problem with reading the position of wam-v #739
Comments
You need to enable the ground truth flag in the file wamv_gazebo.urdf.xacro.
|
Thanks for your help. |
After you enable the ground truth flag, look for topic |
I have no such topic like |
No. For me it works by just enabling the ground_truth_enabled flag. May be try building the package again and then launch the world. |
It started working after installing the latest versions: Gazebo Garden, ROS Humble and vrx. What's more, the current version on my machine shows 90% "simulation speed," while the older version (less than a year old) shows only 60%. So it was worth refreshing the model. |
Hi I added the ground truth flag as above instruction but nothing shows up on my rqt graph for ros2 humble. Can you please help me with this? |
@sontung1010 Maybe post your rqt-graph here. |
Hi,
for testing with my own controllers, I need information about the wamv's position.
Using ROS1 + Gazebo11 it works in general properly:
rostopic echo /gazebo/model_states/pose[17]
It was more difficult with ROS2 and Gazebo Garden to get it moving, but after a few more installations in the docker, thrusters also started up.
Now, in ROS2 and Gazebo Garden I don't know how to read the current position. The elements of the group
/wamv/pose
return either fixed values or other than "pose" in the "component inspector" in GazeboSim. How to read the position of the device correctly? BTW: GPS and IMU readings are working properly.
The text was updated successfully, but these errors were encountered: