rapyuta-robotics / turtlebot3-UE

Apache License 2.0
40 stars 16 forks source link

[question] What do all the setup scripts do? #74

Closed alexzhang13 closed 1 year ago

alexzhang13 commented 1 year ago

Is it possible to just use the plugins without all of the extra setup that is written in the README? Just looking through, I don't fully understand what the setup and build scripts do that are required to get this project to work.

I'm also curious if it's possible to get everything to work on the Unreal side without specific ROS dependencies like nav2. I'm looking to have basically Unreal with the ROS bridge running on a server, and then the client would be running stuff like nav2 or teleop control to communicate information to the robots in Unreal through specified topics.

yuokamoto commented 1 year ago

you can run project without installing ros2 on your local since ros2 dependency is inside rclUE. you need to make ROS 2 communication work between client/server