o3de / ROSConDemo

A robotic fruit picking demo project for O3DE with ROS 2 Gem
Other
63 stars 21 forks source link

ROSConDemo docker image dependent commits need to be updated to LKG tested #233

Closed smurly closed 1 year ago

smurly commented 1 year ago

dependent commits for o3de and o3de-extras need to be updated to reflect what was successfully tested on February 8th. docker build --build-arg O3DE_BRANCH=ff4c065 --build-arg O3DE_EXTRAS_BRANCH=4c13bbf -t roscon_demo -f Dockerfile .

testers uses latest on February 8th which I believe is the noted commits. previously specified commits did not capture prefab changes which resulted in functional issues blocking robot spawn.

hultonha commented 1 year ago

Thanks for the update @smurly, is this something @spham-amzn is planning to do? Is there a PR with this changes in-flight already? Thanks!