-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6 ➡️ 7 #1367
6 ➡️ 7 #1367
Conversation
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
…el retarget) (#1314) In the event a user enters the wrong name for a certain joint, the JointPositionController system will silently fail. This PR adds a simple error message that tells the user that the joint was not found. Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>
* load and run visual plugins on gui end Signed-off-by: Ian Chen <ichen@osrfoundation.org> * scene update event emitted on both server and gui side Signed-off-by: Ian Chen <ichen@osrfoundation.org> * shader param update working Signed-off-by: Ian Chen <ichen@osrfoundation.org> * sim time, constants, full example working Signed-off-by: Ian Chen <ichen@osrfoundation.org> * add integration test Signed-off-by: Ian Chen <ichen@osrfoundation.org> * code cleanup Signed-off-by: Ian Chen <ichen@osrfoundation.org> * more code cleanup Signed-off-by: Ian Chen <ichen@osrfoundation.org> * style fixes and add some comments Signed-off-by: Ian Chen <ichen@osrfoundation.org> * review changes Signed-off-by: Ian Chen <ichen@osrfoundation.org> * require display for shader param test Signed-off-by: Ian Chen <ichen@osrfoundation.org> * style and comment Signed-off-by: Ian Chen <ichen@osrfoundation.org>
* limit thrust cmd Signed-off-by: Ian Chen <ichen@osrfoundation.org> * check and error when max < min Signed-off-by: Ian Chen <ichen@osrfoundation.org>
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
* Add elevator system Closes #420 Signed-off-by: Nick Lamprianidis <nlamprian@gmail.com> * Limit line length for transition table Signed-off-by: Nick Lamprianidis <nlamprian@gmail.com> * Add PRIVATE_INCLUDE_DIRS argument to gz_add_system Signed-off-by: Nick Lamprianidis <nlamprian@gmail.com> * Add afsm and metapushkin libraries Signed-off-by: Nick Lamprianidis <nlamprian@gmail.com> * Add namespace to events, actions and guards Signed-off-by: Nick Lamprianidis <nlamprian@gmail.com> * Migrate to afsm Signed-off-by: Nick Lamprianidis <nlamprian@gmail.com> * Fixes Signed-off-by: Nick Lamprianidis <nlamprian@gmail.com> Co-authored-by: Nate Koenig <nkoenig@users.noreply.github.com>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Forward port 4 to 5 Feb 7 2022
Signed-off-by: Ian Chen <ichen@osrfoundation.org> Co-authored-by: Steve Peters <scpeters@openrobotics.org>
This PR adds a Link::SetLinearVelocity() method. I foresee this method being useful for testing behaviour of systems like the hydrodynamics or liftDrag plugin which are dependent on velocity for their output forces. Signed-off-by: Arjo Chakravarty arjo@openrobotics.org
updates the ShaderParam system with the ability to parse texture params and pass them to custom shaders Signed-off-by: Ian Chen <ichen@osrfoundation.org>
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
* New trajectory follower system Signed-off-by: Carlos Agüero <caguero@openrobotics.org> Signed-off-by: Ian Chen <ichen@osrfoundation.org>
* Update changelog * Bump to 6.5.0 Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
The ign-math Pose addition operator is going to be deprecated, so use the multiplication operator instead. It works in the opposite order, matching the behavior of coordinate transform multiplication. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
This 1 character PR fixes a typo in the python tutorial. Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>
The only new test failure seems to be |
For more context, it looks like the SceneUpdate Event is still firing even after the server has run all of it's iterations?
|
looks like ign-fuel_tools8 have issue downloading these models. I tried downloading the models using the command line in Fortress and Garden:
With Garden, I see that the |
I think the segfault is due to missing model files. If I copy the correctly downloaded / unzipped models to the test directory's fuel cache, the test passes. |
Oh I believe that was fixed by gazebosim/gz-common#308, maybe we just need to retrigger CI then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I retriggered just the build where the shader test was failing. I think this is good to go if that passes.
nice I just updated ign-common5 in my workspace and that fixed the test. |
Now getting new failures:
|
Signed-off-by: Louise Poubel <louise@openrobotics.org>
The I can't reproduce the |
The final error message would make me think it's probably some sort of heap corruption, but I don't know how to even begin to unwind that without more context. |
I opened #1380 with a subset of commits from this PR while we sort out the |
CI is happy! |
6 ➡️ 7
Port ign-gazebo6 to main
Branch comparison: main...ign-gazebo6
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)