Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

No version for distro jazzy showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

No version for distro kilted showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

No version for distro rolling showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

No version for distro ardent showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

No version for distro bouncy showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

No version for distro crystal showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

No version for distro eloquent showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

No version for distro dashing showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.233.4
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ignitionrobotics/ros_ign.git
VCS Type git
VCS Version galactic
Last Updated 2022-09-23
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Bridge communication between ROS and Ignition Transport

Additional Links

No additional links.

Maintainers

  • Louise Poubel

Authors

  • Shivesh Khaitan

Bridge communication between ROS and Ignition Transport

This package provides a network bridge which enables the exchange of messages between ROS and Ignition Transport.

The bridge is currently implemented in C++. At this point there’s no support for service calls. Its support is limited to only the following message types:

ROS type Ignition Transport type
std_msgs/msg/Bool ignition::msgs::Boolean
std_msgs/msg/ColorRGBA ignition::msgs::Color
std_msgs/msg/Empty ignition::msgs::Empty
std_msgs/msg/Float32 ignition::msgs::Float
std_msgs/msg/Float64 ignition::msgs::Double
std_msgs/msg/Header ignition::msgs::Header
std_msgs/msg/Int32 ignition::msgs::Int32
std_msgs/msg/UInt32 ignition::msgs::UInt32
std_msgs/msg/String ignition::msgs::StringMsg
geometry_msgs/msg/Wrench ignition::msgs::Wrench
geometry_msgs/msg/Quaternion ignition::msgs::Quaternion
geometry_msgs/msg/Vector3 ignition::msgs::Vector3d
geometry_msgs/msg/Point ignition::msgs::Vector3d
geometry_msgs/msg/Pose ignition::msgs::Pose
geometry_msgs/msg/PoseStamped ignition::msgs::Pose
geometry_msgs/msg/Transform ignition::msgs::Pose
geometry_msgs/msg/TransformStamped ignition::msgs::Pose
geometry_msgs/msg/Twist ignition::msgs::Twist
mav_msgs/msg/Actuators (TODO) ignition::msgs::Actuators (TODO)
nav_msgs/msg/Odometry ignition::msgs::Odometry
rcl_interfaces/msg/ParameterValue ignition::msgs::Any
ros_ign_interfaces/msg/Contact ignition::msgs::Contact
ros_ign_interfaces/msg/Contacts ignition::msgs::Contacts
ros_ign_interfaces/msg/Dataframe ignition::msgs::Dataframe
ros_ign_interfaces/msg/Entity ignition::msgs::Entity
ros_ign_interfaces/msg/GuiCamera ignition::msgs::GUICamera
ros_ign_interfaces/msg/JointWrench ignition::msgs::JointWrench
ros_ign_interfaces/msg/Light ignition::msgs::Light
ros_ign_interfaces/msg/ParamVec ignition::msgs::Param
ros_ign_interfaces/msg/ParamVec ignition::msgs::Param_V
ros_ign_interfaces/msg/StringVec ignition::msgs::StringMsg_V
ros_ign_interfaces/msg/TrackVisual ignition::msgs::TrackVisual
ros_ign_interfaces/msg/VideoRecord ignition::msgs::VideoRecord
rosgraph_msgs/msg/Clock ignition::msgs::Clock
sensor_msgs/msg/BatteryState ignition::msgs::BatteryState
sensor_msgs/msg/CameraInfo ignition::msgs::CameraInfo
sensor_msgs/msg/FluidPressure ignition::msgs::FluidPressure
sensor_msgs/msg/Imu ignition::msgs::IMU
sensor_msgs/msg/Image ignition::msgs::Image
sensor_msgs/msg/JointState ignition::msgs::Model
sensor_msgs/msg/LaserScan ignition::msgs::LaserScan
sensor_msgs/msg/MagneticField ignition::msgs::Magnetometer
sensor_msgs/msg/NavSatFix ignition::msgs::NavSat
sensor_msgs/msg/PointCloud2 ignition::msgs::PointCloudPacked
tf2_msgs/msg/TFMessage ignition::msgs::Pose_V
trajectory_msgs/msg/JointTrajectory ignition::msgs::JointTrajectory

Run ros2 run ros_ign_bridge parameter_bridge -h for instructions.

Example 1a: Ignition Transport talker and ROS 2 listener

Start the parameter bridge which will watch the specified topics.

# Shell A:
. ~/bridge_ws/install/setup.bash
ros2 run ros_ign_bridge parameter_bridge /chatter@std_msgs/msg/String@ignition.msgs.StringMsg

Now we start the ROS listener.

# Shell B:
. /opt/ros/galactic/setup.bash
ros2 topic echo /chatter

Now we start the Ignition Transport talker.

# Shell C:
ign topic pub -t /chatter -m ignition.msgs.StringMsg -p 'data:"Hello"'

Example 1b: ROS 2 talker and Ignition Transport listener

Start the parameter bridge which will watch the specified topics.

# Shell A:
. ~/bridge_ws/install/setup.bash
ros2 run ros_ign_bridge parameter_bridge /chatter@std_msgs/msg/String@ignition.msgs.StringMsg

Now we start the Ignition Transport listener.

# Shell B:
ign topic -e -t /chatter

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package ros_ign_bridge

0.233.4 (2022-02-07)

  • [galactic] backport test memory usage improvements (#215)

    • Improve modularity of ign/ros publisher tests (#194)
    • Break apart ros_subscriber test translation unit (#212)

    - Fix deprecated parameter declaration Co-authored-by: Louise Poubel <<louise@openrobotics.org>>

  • Contributors: Michael Carroll

0.233.3 (2021-12-30)

  • Separate galactic branch from ros2 branch (#201)
  • [ros2] 🏁 Dome EOL (#199)
  • New Light Message, also bridge Color (#187) Co-authored-by: ahcorde <<ahcorde@gmail.com>>
  • Statically link each translation unit (#193)
  • Break apart convert and factories translation unit (#192) Co-authored-by: Louise Poubel <<louise@openrobotics.org>>
  • Fixed ROS subscriber test in ros_ign_bridge (#189)
  • Enable QoS overrides (#181)
  • Fixed ros ign bridge documentation (#178)
  • Expose Contacts through ROS bridge (#175)
  • Contributors: Alejandro Hernández Cordero, Louise Poubel, Michael Carroll, Vatan Aksoy Tezer, William Lew

0.233.2 (2021-07-20)

  • [ros2] Update version docs, add Galactic and Fortress (#164)
  • Contributors: Louise Poubel

0.233.1 (2021-04-16)

  • Default to Edifice for Rolling (#150)
  • Ignore local publications for ROS 2 subscriber (#146)
    • Note: Does not work with all rmw implementations (e.g.: FastRTPS)
  • Update documentation for installation instructions and bridge examples (#142)
  • Edifice support (#140)
  • Add JointTrajectory message conversion (#121) Conversion between
    • ignition::msgs::JointTrajectory
    • trajectory_msgs::msg::JointTrajectory
  • Add TFMessage / Pose_V and Float64 / Double conversions (#117) Addresses issue #116
  • Updated prereq & branch name (#113)
  • Update releases (#108)
  • Updated README.md (#104)
  • Add support for Dome (#103)
  • Contributors: Alejandro Hernández Cordero, Andrej Orsula, Florent Audonnet, Jenn, Louise Poubel, Luca Della Vedova

0.221.1 (2020-08-19)

  • Add pkg-config as a buildtool dependency (#102)
  • Port ros_ign_bridge tests to ROS 2 (#98)
  • Rename test_utils.hpp (#98)
  • Contributors: Louise Poubel, ahcorde

0.221.0 (2020-07-23)

  • Install only what's necessary, rename builtin_interfaces (#95)
  • Move headers to src, rename builtin_interfaces (#95)
  • Integer support (#91) Adds Int32 to the bridge.
  • [ros2] Fixed CI - Added Foxy (#89) Co-authored-by: Louise Poubel <<louise@openrobotics.org>>
  • Ignore ros-args in parameter bridge (#65)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.221.2
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ignitionrobotics/ros_ign.git
VCS Type git
VCS Version foxy
Last Updated 2023-06-08
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Bridge communication between ROS and Ignition Transport

Additional Links

No additional links.

Maintainers

  • Alejandro Hernandez Cordero

Authors

  • Shivesh Khaitan
  • Louise Poubel

Bridge communication between ROS and Ignition Transport

This package provides a network bridge which enables the exchange of messages between ROS and Ignition Transport.

The bridge is currently implemented in C++. At this point there’s no support for service calls. Its support is limited to only the following message types:

ROS type Ignition Transport type
std_msgs/msg/Bool ignition::msgs::Boolean
std_msgs/msg/Empty ignition::msgs::Empty
std_msgs/msg/Float32 ignition::msgs::Float
std_msgs/msg/Float64 ignition::msgs::Double
std_msgs/msg/Header ignition::msgs::Header
std_msgs/msg/Int32 ignition::msgs::Int32
std_msgs/msg/String ignition::msgs::StringMsg
geometry_msgs/msg/Quaternion ignition::msgs::Quaternion
geometry_msgs/msg/Vector3 ignition::msgs::Vector3d
geometry_msgs/msg/Point ignition::msgs::Vector3d
geometry_msgs/msg/Pose ignition::msgs::Pose
geometry_msgs/msg/PoseStamped ignition::msgs::Pose
geometry_msgs/msg/Transform ignition::msgs::Pose
geometry_msgs/msg/TransformStamped ignition::msgs::Pose
geometry_msgs/msg/Twist ignition::msgs::Twist
mav_msgs/msg/Actuators (TODO) ignition::msgs::Actuators (TODO)
nav_msgs/msg/Odometry ignition::msgs::Odometry
rosgraph_msgs/msg/Clock ignition::msgs::Clock
sensor_msgs/msg/BatteryState ignition::msgs::BatteryState
sensor_msgs/msg/CameraInfo ignition::msgs::CameraInfo
sensor_msgs/msg/FluidPressure ignition::msgs::FluidPressure
sensor_msgs/msg/Imu ignition::msgs::IMU
sensor_msgs/msg/Image ignition::msgs::Image
sensor_msgs/msg/JointState ignition::msgs::Model
sensor_msgs/msg/LaserScan ignition::msgs::LaserScan
sensor_msgs/msg/MagneticField ignition::msgs::Magnetometer
sensor_msgs/msg/PointCloud2 ignition::msgs::PointCloudPacked
tf2_msgs/msg/TFMessage ignition::msgs::Pose_V
trajectory_msgs/msg/JointTrajectory ignition::msgs::JointTrajectory

Run ros2 run ros_ign_bridge parameter_bridge -h for instructions.

Example 1a: Ignition Transport talker and ROS 2 listener

Start the parameter bridge which will watch the specified topics.

# Shell A:
. ~/bridge_ws/install/setup.bash
ros2 run ros_ign_bridge parameter_bridge /chatter@std_msgs/msg/String@ignition.msgs.StringMsg

Now we start the ROS listener.

# Shell B:
. /opt/ros/foxy/setup.bash
ros2 topic echo /chatter

Now we start the Ignition Transport talker.

# Shell C:
ign topic pub -t /chatter -m ignition.msgs.StringMsg -p 'data:"Hello"'

Example 1b: ROS 2 talker and Ignition Transport listener

Start the parameter bridge which will watch the specified topics.

# Shell A:
. ~/bridge_ws/install/setup.bash
ros2 run ros_ign_bridge parameter_bridge /chatter@std_msgs/msg/String@ignition.msgs.StringMsg

Now we start the Ignition Transport listener.

# Shell B:
ign topic -e -t /chatter

Now we start the ROS talker.

# Shell C:
. /opt/ros/foxy/setup.bash
ros2 topic pub /chatter std_msgs/msg/String "data: 'Hi'" --once

Example 2: Run the bridge and exchange images

In this example, we’re going to generate Ignition Transport images using Ignition Gazebo, that will be converted into ROS images, and visualized with rqt_image_viewer.

First we start Ignition Gazebo.

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package ros_ign_bridge

0.221.2 (2021-07-20)

  • Ignore local publications for ROS 2 subscriber (#146)
    • Note: Does not work with all rmw implementations (e.g.: FastRTPS)
  • [ros2] Update documentation for installation instructions and bridge examples (#142)
  • [foxy] Edifice support (#140)
  • [ros2] Add JointTrajectory message conversion (#121) Conversion between
    • ignition::msgs::JointTrajectory
    • trajectory_msgs::msg::JointTrajectory
  • Add TFMessage / Pose_V and Float64 / Double conversions (#117) Addresses issue #116
  • updated prereq & branch name (#113)
  • [ros2] Update releases (#108)
  • Updated README.md (#104)
  • Add support for Dome (#103)
  • Contributors: Alejandro Hernández Cordero, Andrej Orsula, Florent Audonnet, Jenn, Louise Poubel, Luca Della Vedova

0.221.1 (2020-08-19)

  • Add pkg-config as a buildtool dependency (#102)
  • Port ros_ign_bridge tests to ROS 2 (#98)
  • Rename test_utils.hpp (#98)
  • Contributors: Louise Poubel, ahcorde

0.221.0 (2020-07-23)

  • Install only what's necessary, rename builtin_interfaces (#95)
  • Move headers to src, rename builtin_interfaces (#95)
  • Integer support (#91) Adds Int32 to the bridge.
  • [ros2] Fixed CI - Added Foxy (#89) Co-authored-by: Louise Poubel <<louise@openrobotics.org>>
  • Ignore ros-args in parameter bridge (#65)
  • Update Dashing docs (#62)
  • Update dependencies to Citadel (#57)
  • [WIP] Port ign_ros_gazebo_demos to ROS2 (#58) Port ros_ign_image to ROS2 Port ros_ign_gazebo_demos to ROS2
  • Add support for std_msgs/Empty (#53)
  • Add support for std_msgs/Bool (#50)
  • [ros2] Port ros_ign_bridge to ROS2 (#45)
  • Enable ROS2 CI for Dashing branch (#43)
  • Make all API and comments ROS-version agnostic
  • Rename packages and fix compilation + tests
  • Move files ros1 -> ros
  • Contributors: Addisu Taddese, Alejandro Hernández Cordero, Jose Luis Rivero, Louise Poubel, Luca Della Vedova, Michael Carroll, Mohamed Ahmed, Shivesh Khaitan, chapulina

0.7.0 (2019-08-15)

  • Merge pull request #38 from osrf/unidirectional Support unidirectional bridge topics
  • More examples
  • Merge pull request #37 from osrf/debug Adding debug and error statements
  • Switch to characters supported by ros
  • Merge branch 'debug' into unidirectional
  • More output, and rosconsole depend
  • Support specification of bridge direction
  • Adding debug and error statements
  • Contributors: Nate Koenig

0.6.3 (2019-08-04)

0.6.2 (2019-08-04)

0.6.1 (2019-08-04)

  • Update README.md
  • Contributors: Carlos Agüero

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.254.2
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version iron
Last Updated 2024-07-03
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.254.2 (2024-07-03)

  • 0.244.14
  • Changelog
  • 0.244.13
  • Changelog
  • 0.244.12
  • Changelog
  • Contributors: Addisu Z. Taddese, Alejandro Hernández Cordero

0.254.1 (2024-04-08)

0.254.0 (2024-01-08)

0.247.0 (2023-11-02)

0.245.0 (2023-05-23)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord (#241)

    • [ros_ign_interfaces] Add more interface definitions.
    • Add converion functions for the added messages
    • Update the factory factory function with the new messages

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

No version for distro lunar showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

No version for distro jade showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

No version for distro indigo showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

No version for distro hydro showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

No version for distro kinetic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

No version for distro melodic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.244.20
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gazebosim/ros_gz.git
VCS Type git
VCS Version humble
Last Updated 2025-06-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Shim package to redirect to ros_gz_bridge.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

No additional authors.

This is a shim package

For ros_gz_bridge

CHANGELOG

Changelog for package ros_ign_bridge

0.244.20 (2025-06-12)

0.244.19 (2025-05-26)

0.244.18 (2025-05-23)

0.244.17 (2025-05-06)

  • Added codespell pre-commit hook. (backport #721) (#723)
  • Contributors: mergify[bot]

0.244.16 (2024-07-22)

0.244.15 (2024-07-03)

0.244.14 (2024-04-08)

0.244.13 (2024-01-23)

0.244.12 (2023-12-13)

0.244.11 (2023-05-23)

0.244.10 (2023-05-03)

0.244.9 (2022-11-03)

0.244.8 (2022-10-28)

0.244.7 (2022-10-12)

  • Merge branch 'ros2' into ports/galactic_to_ros2

  • Merge branch 'galactic' into ports/galactic_to_ros2

  • Make tests faster and more robust (#272)

  • Improve documentation around yaml configuration (#271)

  • Fix small typo in bridge README (#270)

  • Port NavSat (#224) from ROS 1 to ROS 2 (#268) Co-authored-by: Tyler Howell <<76003804+TyHowellWork@users.noreply.github.com>>

  • Add ParamVec and bridge from Ignition (#261)

    • Introduces [ros_ign_interfaces::msg::ParamVec]{.title-ref} for storing a list of Parameters that are int, bool, double, or string.
    • Introduces bridge for [ignition::msgs::param]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
    • Introduces bridge for [ignition::msgs::param_v]{.title-ref} to [ros_ign_interfaces::msg::ParamVec]{.title-ref}
  • Add support for converting Any <-> ParamValue (#260)

    • Add support for converting Any <-> ParamValue
  • Feature: set QoS options to override durability (#250) (#259) Co-authored-by: Louise Poubel <<louise@openrobotics.org>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Add node component and yaml-configured bridge node (#238)

    • Refactor in support of adding yaml-configured node
  • Add rssi to Dataframe.msg (#249)

    • Adding rssi field to ros_ign_interfaces/Dataframe.msg
  • Use the python generator for tests as well (#234)

    • Use the python generator for tests as well
  • Generate boilerplate files from Python scripts (#233) The way that we add factories can be a bit error-prone, as there are a lot of strings that cannot be checked at compilation time. This changes several of the boilerplate files to be generated automatically by python scripts, in line with how ros1_bridge does it.

  • [galactic] Backport GuiCamera, StringVec, TrackVisual, VideoRecord

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.111.2
License Apache 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ignitionrobotics/ros_ign.git
VCS Type git
VCS Version noetic
Last Updated 2023-03-08
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Bridge communication between ROS and Ignition Transport

Additional Links

No additional links.

Maintainers

  • Carlos Agüero

Authors

No additional authors.

Bridge communication between ROS and Ignition Transport

This package provides a network bridge which enables the exchange of messages between ROS and Ignition Transport.

The bridge is currently implemented in C++. At this point there’s no support for service calls. Its support is limited to only the following message types:

ROS type Ignition Transport type
std_msgs/Bool ignition::msgs::Boolean
std_msgs/ColorRGBA ignition::msgs::Color
std_msgs/Empty ignition::msgs::Empty
std_msgs/Int32 ignition::msgs::Int32
std_msgs/Float32 ignition::msgs::Float
std_msgs/Float64 ignition::msgs::Double
std_msgs/Header ignition::msgs::Header
std_msgs/String ignition::msgs::StringMsg
geometry_msgs/Quaternion ignition::msgs::Quaternion
geometry_msgs/Vector3 ignition::msgs::Vector3d
geometry_msgs/Point ignition::msgs::Vector3d
geometry_msgs/Pose ignition::msgs::Pose
geometry_msgs/PoseArray ignition::msgs::Pose_V
geometry_msgs/PoseStamped ignition::msgs::Pose
geometry_msgs/Transform ignition::msgs::Pose
geometry_msgs/TransformStamped ignition::msgs::Pose
geometry_msgs/Twist ignition::msgs::Twist
mav_msgs/Actuators (not on Noetic) ignition::msgs::Actuators
nav_msgs/OccupancyGrid ignition::msgs::OccupancyGrid
nav_msgs/Odometry ignition::msgs::Odometry
rosgraph_msgs/Clock ignition::msgs::Clock
sensor_msgs/BatteryState ignition::msgs::BatteryState
sensor_msgs/CameraInfo ignition::msgs::CameraInfo
sensor_msgs/FluidPressure ignition::msgs::FluidPressure
sensor_msgs/Imu ignition::msgs::IMU
sensor_msgs/Image ignition::msgs::Image
sensor_msgs/JointState ignition::msgs::Model
sensor_msgs/LaserScan ignition::msgs::LaserScan
sensor_msgs/MagneticField ignition::msgs::Magnetometer
sensor_msgs/NavSatFix ignition::msgs::NavSat
sensor_msgs/PointCloud2 ignition::msgs::PointCloudPacked
tf_msgs/TFMessage ignition::msgs::Pose_V
visualization_msgs/Marker ignition::msgs::Marker
visualization_msgs/MarkerArray ignition::msgs::Marker_V

Run rosmaster & rosrun ros_ign_bridge parameter_bridge -h for instructions.

Example 1a: Ignition Transport talker and ROS listener

First we start a ROS roscore:

# Shell A:
. /opt/ros/noetic/setup.bash
roscore

Then we start the parameter bridge which will watch the specified topics.

# Shell B:
. ~/bridge_ws/install/setup.bash
rosrun ros_ign_bridge parameter_bridge /chatter@std_msgs/String@ignition.msgs.StringMsg

Now we start the ROS listener.

# Shell C:
. /opt/ros/noetic/setup.bash
rostopic echo /chatter

Now we start the Ignition Transport talker.

# Shell D:
ign topic -t /chatter -m ignition.msgs.StringMsg -p 'data:"Hello"'

Example 1b: ROS talker and Ignition Transport listener

First we start a ROS roscore:

# Shell A:
. /opt/ros/noetic/setup.bash
roscore

Then we start the parameter bridge which will watch the specified topics.

# Shell B:
. ~/bridge_ws/install/setup.bash
rosrun ros_ign_bridge parameter_bridge /chatter@std_msgs/String@ignition.msgs.StringMsg

Now we start the Ignition Transport listener.

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package ros_ign_bridge

0.111.2 (2021-12-30)

  • [noetic] 🏁 Dome EOL (#197)
  • Don't double-build convert.cpp (#184)
  • 🥳 [Noetic] Tweaks to bridge tutorial (#180)
  • Contributors: Louise Poubel, Michael Carroll

0.111.1 (2021-07-20)

  • Check imu orientation field (#168)
  • [noetic] Update version docs, add Fortress (#166)
  • Fix catkin_testing warning (#163)
  • Add support for nav_msgs/OccupancyGrid (#137)
  • [noetic] Edifice support (#139)
  • Bridge int32 messages (#138)
  • Add visualization_msgs/Marker (#136)
    • Add support for std_msgs/ColorRGBA
    • Add support for visualization_msgs/Marker
  • Add support for Pose_V to PoseArray (#134)
  • Prevent segfault caused by missing values in sensor_msgs::JointState (#135)
  • Add dome + melodic to CI (#126)
  • [noetic] Update releases (#106)
  • Contributors: Alejandro Hernández Cordero, Ian Chen, Jose Luis Rivero, Louise Poubel, Martin Pecka, Michael Carroll, Nate Koenig, Tobias Fischer

0.111.0 (2020-07-23)

  • Noetic support (#93) Co-authored-by: Jose Luis Rivero <<jrivero@osrfoundation.org>>
  • Install only what's necessary, rename builtin_interfaces (#96)
  • Move headers to src, rename builtin_interfaces (#96)
  • Choose collection based on environment variable (#72)
    • Choose collection based on the environment variable IGNITION_VERSION
  • Contributors: Louise Poubel

0.9.2 (2020-05-14)

0.9.1 (2020-05-13)

0.9.0 (2020-05-13)

  • Add ignition::msgs::Pose_V to tf2_msgs::TFMessage conversion (#67)
    • add ign pose_v to ros tf2_message bridge
    • add tf2 msgs dependency
  • Add Float64 to ignition Double conversions. This is needed for suppo… (#64)
    • Add Float64 to ignition Double conversions. This is needed for supporting joint controller (such as for a pan/tilt gimbal)
    • Update README to reflect that bridge now supports double message conversions.
  • Update Melodic docs (#61)
  • Patches for Citadel release (#56)
    • Patches for Citadel release
    • Mention Citadel or Blueprint deps
  • Merge pull request #55 from osrf/fix_repo_url Update repo URL in README install isntructions
  • Update repo URL in README install isntructions
  • [Citadel] Citadel support (#48)
    • Citadel support
    • more citadel deps
    • addressing feedback, fix typos and better find logic
    • fix CI
  • Contributors: Jose Luis Rivero, chapulina, iche033, realdealneil

0.8.0 (2019-11-22)

  • Add support for std_msgs/Empty (#52)
  • Add support for std_msgs/Bool (#49) Signed-off-by: Michael Carroll <<michael@openrobotics.org>>
  • Add replaces for each package (#46)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros_ign_bridge at Robotics Stack Exchange