osrf / vrx

Virtual RobotX (VRX) resources.
Apache License 2.0
390 stars 180 forks source link

Updated wind plugin: practice worlds #642

Closed j-herman closed 1 year ago

j-herman commented 1 year ago

Updating wind plugin for practice_2022 worlds

j-herman commented 1 year ago

To test each world: ros2 launch vrx_gz competition.launch.py world:=practice_2022_<tasknameX>_task In another terminal, confirm wind topics are publishing correctly through the ros bridge: ros2 topic echo /vrx/debug/wind/direction or ros2 topic echo /vrx/debug/wind/speed

M1chaelM commented 1 year ago

Test progress:

M1chaelM commented 1 year ago

Looks good! Thanks!

Oops, just noticed a small detail. To avoid confusion I'd like to remove the <wind><linear_velocity> element since we aren't using it anymore and it contrasts with the settings in the plugin we are using.

j-herman commented 1 year ago

Ah, that's where those values were! I forgot to go back to find them. Looks good.