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
@woensug-choi The pre-commit seems to be failing due to /usr/bin/env: ament_cppcheck: No such file or directory and Executable ament_cpplint not found . I am not so familiar with pre-commit, but could it be some configuration that is missing in github workflows?
Wouldn't setting the channel mean individual mode?
Is is correct that when channel is fixed to one transponder ros2 topic pub --once /USBL/transceiver_manufacturer_168/channel_switch std_msgs/String "data: '1'" will implicitly mean that the user is using individual mode? Initiated at common mode and setting channel_switch to `data: '1' still printed every transponder data.
If having individual mode, then the transceiver should be able to recognize different transponder signals?
If so, shouldn't we need to add transponder name on transponder_location msg?
Location.msg was created to include transponder_id in the location topic messages.
If attempting to use the individual ping topic without being in individual mode, it won't respond. Gazebo will indicate that individual mode isn't set.
Requesting a channel switch automatically changes the mode to individual.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces three main features:
USBL Plugins:
Tutorial World:
usbl_tutorial.worldto demonstrate the usage of the new USBL plugins.World Launch File:
Documentation on how to use the plugin is here: Documentation