You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GUI plugins | ✓ | ✓ Ignition GUI plugins and Gazebo GUI systems
59
59
System plugins | ✓ | ✓ Through Ignition Launch
60
60
@@ -64,7 +64,7 @@ System plugins | ✓ | ✓ Through Ignition Launch
64
64
65
65
Plugin | Gazebo-classic | Ignition Gazebo
66
66
-- | -- | --
67
-
ActorPlugin | ✓ | ✕ See [FollowActor](https://github.com/gazebosim/gz-gazebo/blob/main/src/systems/follow_actor/FollowActor.hh) for a demo of Actor APIs
67
+
ActorPlugin | ✓ | ✕ See [FollowActor](https://github.com/gazebosim/gz-sim/blob/main/src/systems/follow_actor/FollowActor.hh) for a demo of Actor APIs
OSX | ✓ | Most of the stack works, outstanding issues: [command line](https://github.com/gazebosim/gz-gazebo/issues/25), [render window](https://github.com/gazebosim/gz-gazebo/issues/44)
260
-
Windows | ✓ | The stack works up to ign-gazebo: [Issue](https://github.com/gazebosim/gz-gazebo/issues/168)
259
+
OSX | ✓ | Most of the stack works, outstanding issues: [command line](https://github.com/gazebosim/gz-sim/issues/25), [render window](https://github.com/gazebosim/gz-sim/issues/44)
260
+
Windows | ✓ | The stack works up to ign-gazebo: [Issue](https://github.com/gazebosim/gz-sim/issues/168)
261
261
262
262
## Others
263
263
@@ -273,4 +273,4 @@ Code introspection | ✓ | All simulation state is accessible from system plugin
273
273
Distribute simulation across processes | ✕ | (coming up)
274
274
Incrementally load levels | ✕ | ✓
275
275
Online model database | [gazebo_models repository](https://github.com/osrf/gazebo_models/) | [Ignition Fuel](https://app.gazebosim.org/fuel/models)
276
-
Saved simulation states | ✓ | [Issue](https://github.com/gazebosim/gz-gazebo/issues/137)
276
+
Saved simulation states | ✓ | [Issue](https://github.com/gazebosim/gz-sim/issues/137)
Heightmaps | ✓ | ✕ (Ogre 1 from Edifice, Ogre 2 from Fortress)
@@ -72,12 +72,12 @@ System plugins | ✓ | ✓ Through Ignition Launch
72
72
73
73
Plugin | Gazebo-classic | Ignition Gazebo
74
74
-- | -- | --
75
-
ActorPlugin | ✓ | ✕ See [FollowActor](https://github.com/gazebosim/gz-gazebo/blob/main/src/systems/follow_actor/FollowActor.hh) for a demo of Actor APIs
75
+
ActorPlugin | ✓ | ✕ See [FollowActor](https://github.com/gazebosim/gz-sim/blob/main/src/systems/follow_actor/FollowActor.hh) for a demo of Actor APIs
OSX | ✓ | Most of the stack works, outstanding issues: [command line](https://github.com/gazebosim/gz-gazebo/issues/25), [render window](https://github.com/gazebosim/gz-gazebo/issues/44)
283
-
Windows | ✓ | The stack works up to ign-gazebo: [Issue](https://github.com/gazebosim/gz-gazebo/issues/168)
282
+
OSX | ✓ | Most of the stack works, outstanding issues: [command line](https://github.com/gazebosim/gz-sim/issues/25), [render window](https://github.com/gazebosim/gz-sim/issues/44)
283
+
Windows | ✓ | The stack works up to ign-gazebo: [Issue](https://github.com/gazebosim/gz-sim/issues/168)
284
284
285
285
## Others
286
286
@@ -297,7 +297,7 @@ Code introspection | ✓ | All simulation state is accessible from system plugin
297
297
Distribute simulation across processes | ✕ | (coming up)
298
298
Incrementally load levels | ✕ | ✓
299
299
Online model database | [gazebo_models repository](https://github.com/osrf/gazebo_models/) | [Ignition Fuel](https://app.gazebosim.org/fuel/models)
300
-
Saved simulation states | ✓ | [Issue](https://github.com/gazebosim/gz-gazebo/issues/137)
300
+
Saved simulation states | ✓ | [Issue](https://github.com/gazebosim/gz-sim/issues/137)
301
301
Sphere, cylinder and box primitives | ✓ | ✓
302
302
Ellipsoid and capsule primitives | ✕ | ✕ (available from Edifice)
Copy file name to clipboardExpand all lines: citadel/moving_robot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ It accepts messages of type `ignition.msgs.Int32` on the `/keyboard/keypress` to
121
121
122
122
Now launch `building_robot.sdf` and our robot should move forward as we press the Up arrow key ↑.
123
123
124
-
There is a demo explaining how the [Triggered Publisher](https://github.com/gazebosim/gz-gazebo/blob/ign-gazebo2/tutorials/triggered_publisher.md) works.
124
+
There is a demo explaining how the [Triggered Publisher](https://github.com/gazebosim/gz-sim/blob/ign-gazebo2/tutorials/triggered_publisher.md) works.
0 commit comments