gazebosim / gz-omni

Connnects Gazebo to Isaac Sim
https://gazebosim.org/showcase
112 stars 14 forks source link

Added ignition example #1

Closed ahcorde closed 2 years ago

ahcorde commented 2 years ago

Signed-off-by: ahcorde ahcorde@gmail.com

🎉 New feature

Summary

This PR try to fix the dependency issue that we have. The ignition_example is able to run.

I'm not able yet to connect properly with isaacsim, WIP

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

ahcorde commented 2 years ago

I found a solution for the runtime issue.

In the Ignition Math Helpers class there is a static const called time_regex. And this is generating the runtime error. A quick fix it's to move this variable inside the method splitTimeBasedOnTimeRegex.

This is already fixed on main

ahcorde commented 2 years ago

ignition_issac1