Skip to content

Fix/models #10

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

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open

Fix/models #10

wants to merge 56 commits into from

Conversation

MatthijsBurgh
Copy link
Member

No description provided.

PetervDooren
PetervDooren previously approved these changes Jan 4, 2023
Copy link

@PetervDooren PetervDooren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the most part I am going to assume this was tested.
One question on how we should go about making the tutorial and one remark for the future.

@MatthijsBurgh
Copy link
Member Author

Revert all HERO changes

MatthijsBurgh added a commit to tue-robotics/ed_object_models that referenced this pull request Jan 7, 2023
Review commits separately

Used to generate tue-robotics/ed_tutorials#10
GustavoDCC
GustavoDCC previously approved these changes Jan 12, 2023
Copy link
Member Author

@MatthijsBurgh MatthijsBurgh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some changes need an explanation of @GustavoDCC

GustavoDCC
GustavoDCC previously approved these changes Feb 14, 2023
@MatthijsBurgh
Copy link
Member Author

Please review and approve @GustavoDCC @PetervDooren

Copy link

@PetervDooren PetervDooren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the purpose of these changes? Because I don't see these as strict improvements. We add a bunch of sdf files without adding instructions to the tutorial.
I remember a few of the plugin configs were out of date, making the tutorials not work. But there are a lot more changes here than just those.
Please elaborate a bit on why these changes were necessary.

@@ -19,7 +19,7 @@ mkdir my-model-dir
You have to let ED know where it will be able to find the models. You can do this by setting the ED_MODEL_PATH variable.

```bash
export ED_MODEL_PATH=`pwd`/my-model-dir
source ../setup_env.bash # This needs to be done from the tutorial specific folder

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part still does not fully explain what needs to happen to set the model paths. It instead gives the user a magic bash script that does everything for them.
Write down in the tutorial what paths need to be set. With the sdf models this also includes Gazebo_model_path and gazebo_resource_path

@@ -0,0 +1,11 @@
<?xml version="1.0" ?>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tutorial instructs the user to make a yaml file. Now there is both a yaml file for a table and an sdf file. I dont know which one ED will take here but this is definitly bad practice.
The tutorial also does not mention how to create an sdf file. If you want to update the models you should also update the tutorial itself.

@MatthijsBurgh MatthijsBurgh self-assigned this Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants