Unity-Technologies / ROS-TCP-Endpoint

ROS package used to create an endpoint to accept ROS messages sent from a Unity scene using the ROS TCP Connector scripts
Apache License 2.0
177 stars 118 forks source link

enable ros2 launch endpoint.py #164

Open kimushun1101 opened 1 year ago

kimushun1101 commented 1 year ago

Proposed change(s)

A Launch file could not be executed by ros2 launch unless the file name contained the word "launch". It is recommended to change the file name to include "_launch" for the sake of readability.

Useful links (GitHub issues, JIRA tickets, forum threads, etc.)

https://docs.ros.org/en/humble/Tutorials/Intermediate/Launch/Creating-Launch-Files.html

Types of change(s)

Testing and Verification

colcon build and source install/local_setup.bash, then ros2 launch ros_tcp_endpoint endpoint_launch.py

Test Configuration:

Checklist

Other comments

A solution to #146 is also recommended.

unity-cla-assistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.