Skip to content

Send ROS2 Commands to Specific IP on Network without Multi-Casting #20

Discussion options

You must be logged in to vote

Hi @paccionesawyer!

We suggest to use Fast-DDS as RMW implementation as it provides documentation for how to deal with particular network configurations such as this one.

What you need to do is the following:

  • make sure that rmw_fastrtps_cpp is the selected RMW implementation on the robot by selecting it in the webserver configuration tab (more details here https://iroboteducation.github.io/create3_docs/setup/provision/)
  • make sure that Fast-DDS is installed and it's the selected RMW implementation on your laptop (or Raspberry Pi).
sudo apt update && sudo apt install ros-galactic-rmw-fastrtps-cpp
export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
  • Copy this XML configuration file to your laptop …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@chrisbuerginrogers
Comment options

@shamlian
Comment options

@chrisbuerginrogers
Comment options

Answer selected by shamlian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forum_rmw Forum post about ROS middlewares communication
4 participants