-
Forward ports
-
Infrastructure
-
Rename COPYING to LICENSE
-
Small cleanup fixes
-
Add pause and stop to Websocket Server
-
Return a message on asset error
-
Remove redundant namespace references
-
Add code coverage ignore file
-
Change
IGN_DESIGNATION
toGZ_DESIGNATION
-
fix
ign_TEST
for Fortress -
Ignition -> Gazebo
-
Bash completion for flags
-
Adds ability to get a file from a running Gazebo instance
-
Add Ubuntu Jammy CI
-
Depend on
python3-yaml
instead ofpython-yaml
-
Use exec instead of popen to run ign-launch binary
-
Expose headless_rendering sdf tag
-
Remove spammy CMake message
-
Port ign-launch to Windows
-
Add standalone executables
-
Remove unused includes (fix build)
-
Bumps dependencies for fortress
-
Infrastructure
- All changes included in Ignition Launch 3.4.2.
-
Bump in edifice: ign-common4
-
Bump in edifice: sdformat11
-
Bump in edifice: ign-msgs7
-
Bump in edifice: ign-rendering5
- All changes included in Ignition Launch 2.2.2.
- Generate a better error websocket error code for
max_connections
.
- Extend websocket server to support message limits and throttling.
- Convert depth and thermal image data to RGB before sending over websockets
- Add header to image msg.
-
Support unsubscribing from a topic in the websocket server.
-
Support particle_emitters in the websocket server.
-
Support getting topic names and message types in the websocket server.
-
Image streaming over websocket.
-
Treat IGN_LAUNCH_CONFIG_PATH as a path list.
- All changes up to and including those in version 2.2.1.
- All changes up to and including those in version 2.2.0.
-
Migration from BitBucket to GitHub
-
Add PKGCONFIG information to ignition-tools ign_find_package
-
Depend on ign-msgs6, ign-transport9
-
Depend on ign-gazebo4, ign-gui4
-
Small cleanup fixes
-
Infrastructure
-
Remove redundant namespace references
-
Add code coverage ignore file
-
Change
IGN_DESIGNATION
toGZ_DESIGNATION
-
Ignition -> Gazebo
-
Bash completion for flags
-
Master branch updates.
-
Treat
IGN_LAUNCH_CONFIG_PATH
as a path list. -
Remove tools/code_check and update codecov.
-
Update gtest for Windows compilation.
-
Remove bitbucket-pipelines.yml.
- Fix env parsing by placing it before executable parsing.
-
All changes up to and including those in version 1.10.0
-
Added a tutorial.
- Merged ign-launch1 forward.
-
Use Ignition Citadel dependencies.
-
Allow specifying a custom window title instead of "Gazebo"
-
Unversioned lib name for cmds
-
Fix codecheck
-
Fix race condition in websocket server
-
Modernize Github Actions CI.
-
Add PKGCONFIG information to ignition-tools ign_find_package
-
Fix factory.ign launch file
-
Use random name for manager semaphore
-
Add support for specifying topics to record
-
Fix race condition in websocket server.
- Added HTTP handling support to websocket server and a metrics HTTP endpoint to monitor websocket server status.
- Added
<max_connections>
to the websocket server that supports specifying the maximum allowed websocket connections.
- Improve websocket performance by throttling the busy loop, and fix empty SSL XML elements.
- Added SSL to websocket server.
- Improved websockets by: adding simple authentication, access to protobuf message definitions, access to scene and world information, and definition of custom message framing.
- Added support for spawning multiple entities in the same simulation step.
- Use the new GUI API of ign-gazebo. This adds support for saving worlds to SDFormat from the GUI.
- Unversioned lib name for cmds
- Default GUI config for Launch
-
Add filepath to ERB so that constants like
__FILE__
in.ign
files work as expected -
Add backward support to ign-launch to capture backtraces.
- Add QML import path to IgnGazebo modules.
-
Add support for console logging.
-
Support setting custom window icons.
- Eliminate potential deadlock from SIGCHLD signal handler
-
Support for custom random seed in the GazeboServer plugin.
-
Allow specifying a custom window title
- Added command line parameters of the form :=. These parameters are passed to ERB.
- Fix GazeboFactory set performer topic
-
Enable logging with
<record>
tag in ign launch file. -
Fix gazebo gui to use GuiRunner.
-
Fix parsing positional argument to ign tool.
-
Added world stats to Websocket server.
-
Change project name to ignition-launch1.
-
Depend on gazebo2, gui2, msgs4, transport7.
-
Added Websocket server.
- Install examples folder.