Skip to content
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

Bug solution multi-vehicles in wamv_gazebo.urdf.xacro #644

Merged
merged 6 commits into from
Jul 15, 2023

Commits on May 16, 2023

  1. Bug solution multi-vehicles in wamv_gazebo.urdf.xacro

    When trying to launch a second vessel with the name wamv2, the following error message was shown
    "[ERROR] [launch]: Caught exception in launch (see debug for traceback): Error Code 20: Msg: Child frame with name[wamv/base_link] specified by joint with name[wamv_external_pivot_joint] not found in model with name[WAM-V]"
    The problem was found in line 103 of the wamv_gazebo.urdf.xacro file, in which the namespace was not properly referenced to the namespace but only to the standard topic namespace of "wamv/base_link". As a result without changing the child to "$(arg namespace)/base_link, it is not possible to spawn a second vehicle with a different namespace. Therefor, without the change, it would not be possible to control the vessels independent of each other, as both subscribe to the same topic.
    carvee1 authored May 16, 2023
    Configuration menu
    Copy the full SHA
    fca4731 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    3ce8dc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    c8121d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    5a75d07 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    a178005 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    b3b63ef View commit details
    Browse the repository at this point in the history