An example project which contains the Unity components necessary to complete Navigation2's SLAM tutorial with a Turtlebot3, using a custom Unity environment in place of Gazebo.
Apache License 2.0
337
stars
121
forks
source link
Make tutlebot from urdf file by urdf importer, but it's not running. #53
However, this turtlebot was not running by ros cmd_vel topic.
ROS can receive /scan topic and I checked cmd_vel was received in Unity by Debug.Log function, but turtlebot3 was not running.
Thanks for this project.
I have some trouble about AVG controller.
I made from turtlebot from this turtlebot3 model by urd fimporter. https://github.com/Unity-Technologies/Robotics-Nav2-SLAM-Example/blob/main/Nav2SLAMExampleProject/Assets/turtlebot3/model.urdf After that, I attached AGV controller and set up like this.
However, this turtlebot was not running by ros cmd_vel topic. ROS can receive /scan topic and I checked cmd_vel was received in Unity by Debug.Log function, but turtlebot3 was not running.
Could someone give me some advice? Thanks.