o3de / o3de-extras

Other
58 stars 60 forks source link

Update gem.json files of ROS2 related Gems #703

Closed jhanca-robotecai closed 3 weeks ago

jhanca-robotecai commented 4 weeks ago

What does this PR do?

Update gem.json file of ROS2 Gem to allow the Gem use with stabilization branch (see the https://github.com/o3de/o3de/pull/17903) and fix the URLs. Update other gem.json files in ROS2 related gems.

This change will be later cherry-picked to o3de-extras/stabilization branch.

How was this PR tested?

the code was built against the o3de/stabilization branch and the errors like the following

[build]   RosRobotSample is incompatible because: o3de 2.3.0 does not match any
[build]   version specifiers in the list of compatible engines: ['o3de-sdk>=4.1.0',
[build]   'o3de>=4.1.0']

is gone