Matlab and ROS integration
Show older comments
I have created matlab code where robot does exploration, the map is binary occupancy map (20x20m). Now I am trying to integrate it with ROS2
I have few questions
1. How can I linearly transform map, so that matlab map dimensions matches the gazebo map for turtlebot3.
2. does turtlebot3 requires cmd_vel for its rotation or movement or we can make it work with /position as well.
subscriber publisher code has been made where it recives /positions from matlab. It has been checked with
ros2 topic echo /position.
Though these things are working, but my tb3 is not moving.
Accepted Answer
More Answers (0)
Categories
Find more on Publishers and Subscribers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!