Skip to content

Commit

Permalink
merge up to detachable joint - compilation time jumps from 10 mins to…
Browse files Browse the repository at this point in the history
… 1 hour, should investigate
  • Loading branch information
chapulina committed Mar 27, 2020
2 parents 01af76b + e023cdc commit be951d9
Show file tree
Hide file tree
Showing 38 changed files with 2,667 additions and 21 deletions.
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,21 @@

### Ignition Gazebo 2.xx.xx (20XX-XX-XX)

1. Add DetachableJoint: A system that initially attaches two models via a fixed joint and allows for the models to get detached during simulation via a topic.
* [Pull Request 440](https://bitbucket.org/ignitionrobotics/ign-gazebo/pull-requests/440)

1. Update physics state even when paused (not stepping)
* [Pull Request 556](https://bitbucket.org/ignitionrobotics/ign-gazebo/pull-requests/556)

1. Fix entity tree context menu position
* [Pull Request 567](https://bitbucket.org/ignitionrobotics/ign-gazebo/pull-requests/567)

1. Fix moving static model with link offset
* [Pull Request 566](https://bitbucket.org/ignitionrobotics/ign-gazebo/pull-requests/566)

1. Add support for setting visual transparency through SDF
* [Pull Request 547](https://bitbucket.org/ignitionrobotics/ign-gazebo/pull-requests/547)

1. Add `JointPositionReset` and `JointVelocityReset` components to reset the joint state.
* [Pull Request 437](https://bitbucket.org/ignitionrobotics/ign-gazebo/pull-requests/437)

Expand Down
2 changes: 1 addition & 1 deletion bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pipelines:
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=coverage
- make -j4 install
- make -j1 install
- export IGN_CONFIG_PATH=/usr/local/share/ignition
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
# run codecheck before tests so flaky tests don't obscure codecheck failures
Expand Down
Loading

0 comments on commit be951d9

Please sign in to comment.