You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
Hi, I'm trying to use the uuv_simulator package to construct my own asv robot. I'm trying to add more then one thruster using a .xacro macro as in the examples. When I add only a thruster "all works fine", but when I add the second thruster an error are raised:
[ERROR] [1618837076.087532318]: Tried to advertise a service that is already advertised in this node [/asv/thrusters/0/set_thrust_force_efficiency]
[ERROR] [1618837076.095370714]: Tried to advertise a service that is already advertised in this node [/asv/thrusters/0/get_thrust_force_efficiency]
[ERROR] [1618837076.095499206]: Tried to advertise a service that is already advertised in this node [/asv/thrusters/0/set_dynamic_state_efficiency]
[ERROR] [1618837076.095561165]: Tried to advertise a service that is already advertised in this node [/asv/thrusters/0/get_dynamic_state_efficiency]
[ERROR] [1618837076.095632785]: Tried to advertise a service that is already advertised in this node [/asv/thrusters/0/set_thruster_state]
[ERROR] [1618837076.095701794]: Tried to advertise a service that is already advertised in this node [/asv/thrusters/0/get_thruster_state]
[ERROR] [1618837076.095770889]: Tried to advertise a service that is already advertised in this node [/asv/thrusters/0/get_thruster_conversion_fcn]
The stranger thing is that I've selected a thruster_id that start from 1, but it seems that the initialized node has {thruster_id}=0. Also when I configure only a thruster there is the same problem: names of advertised topics are with the prefix /asv/thrusters/0/ and not with my thruster_id. This is the code where call the macro:
Hi, I'm trying to use the
uuv_simulator
package to construct my own asv robot. I'm trying to add more then one thruster using a.xacro
macro as in the examples. When I add only a thruster "all works fine", but when I add the second thruster an error are raised:The stranger thing is that I've selected a
thruster_id
that start from 1, but it seems that the initialized node has{thruster_id}=0
. Also when I configure only a thruster there is the same problem: names of advertised topics are with the prefix/asv/thrusters/0/
and not with mythruster_id
. This is the code where call the macro:Can someone help my to understand where is the problem?
Thanks in advance.
The text was updated successfully, but these errors were encountered: