iRobotEducation / create3_sim

ROS 2 Simulation for the iRobot® Create® 3 Educational Robot
BSD 3-Clause "New" or "Revised" License
110 stars 56 forks source link

Renamed Ignition Toolbox libraries #178

Closed roni-kreinin closed 2 years ago

roni-kreinin commented 2 years ago

Description

Renamed toolbox libraries to prevent naming overlap with other packages. For example Nav2 AMCL has a sensors_lib too. https://github.com/ros-planning/navigation2/blob/main/nav2_amcl/CMakeLists.txt

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Also list any relevant details for your test configuration.

# Run this command
colcon build --packages-select irobot_create_ignition_toolbox

Checklist