Skip to content

koukemo/object_communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Communication

Object Communication

Sending and receiving obj files in ROS2

Installing


  • ROS2

Developing


Setting up Dev

cd ~/ros2_ws/src
git clone git@github.com:koukemo/object_communication.git

Building

cd ~/ros2_ws
colcon build --packages-select object_communication

Tests


Receive test.obj in data/ as out.obj .


Before executing, please do the following :
(*You will need to do this for each new terminal you open!)

. install/setup.bash

Publisher(terminal1) :

ros2 run object_communication 3dobject_publish

Subscriber(terminal2) :

ros2 run object_communication 3dobject_subscribe

About

Sending and receiving obj files in ROS2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages