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

No data under dock_status and ir_opcode topics using namespace #215

Open
Gior26 opened this issue Sep 22, 2023 · 0 comments
Open

No data under dock_status and ir_opcode topics using namespace #215

Gior26 opened this issue Sep 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Gior26
Copy link

Gior26 commented Sep 22, 2023

Describe the bug
When using a namespace both the /dock_status topic and the /ir_opcode topic won't produce any data.
Running the same simulation without the namespace parameter correctly returns the expected data.

To Reproduce
Steps to reproduce the behavior:

  1. ros2 launch irobot_create_gazebo_bringup create3_gazebo.launch.py namespace:=robot1
  2. ros2 topic echo /robot1/dock_status
  3. ros2 topic echo /robot1/ir_opcode
  4. No data is returned

Expected behavior
Running ros2 topic echo /robot1/dock_status and /robot1/ir_opcode should return data.

Additional context
Repository branch: Humble
ROS Version: Humble
OS: Ubuntu 22.04.3 LTS
Gazebo: Classic

Other topic such as /ir_intensity work as expected with namespaces.

@Gior26 Gior26 added the bug Something isn't working label Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant