Skip to content

registerTopic with topic name #61

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KhanalBijay
Copy link

@KhanalBijay KhanalBijay commented Feb 2, 2021

This changes allows ros2arduino to communicate with ROS 2 foxy.

Tested with ESP32 in ROS 2 foxy.
Agent support for foxy
For the Micro-XRCE-DDS Agent, please install it using following commands.

$ git clone https://github.com/eProsima/Micro-XRCE-DDS-Agent.git
$ cd Micro-XRCE-DDS-Agent && git checkout v1.4.0 #  FastDDS middleware (compatible with ROS 2 Foxy)
$ mkdir build && cd build
$ source /opt/ros/foxy/setup.bash # to share libraries with ros2
$ cmake ..
$ make
$ sudo make install
$ sudo ldconfig /usr/local/lib/

@Kakcalu13
Copy link

#61 (comment)

Question, why is it being used "source /opt/ros/dashing/setup.bash # to share libraries with ros2" when it's tested with Foxy? Shouldn't it be source /opt/ros/foxy/setup.bash instead?

@KhanalBijay
Copy link
Author

KhanalBijay commented Apr 19, 2021

#61 (comment)

Question, why is it being used "source /opt/ros/dashing/setup.bash # to share libraries with ros2" when it's tested with Foxy? Shouldn't it be source /opt/ros/foxy/setup.bash instead?

Sorry, my bad. It should be foxy.

@Kakcalu13
Copy link

#61 (comment)
Question, why is it being used "source /opt/ros/dashing/setup.bash # to share libraries with ros2" when it's tested with Foxy? Shouldn't it be source /opt/ros/foxy/setup.bash instead?

Sorry, my bad. It should be been foxy.

Was just curious and make sure that I didn't miss anything :P

@tbcky
Copy link

tbcky commented May 8, 2022

ros2arduino support ros2 foxy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants