-
Notifications
You must be signed in to change notification settings - Fork 9
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
base: master
Are you sure you want to change the base?
Fix/models #10
Conversation
0772ffc
to
b9b329b
Compare
b9b329b
to
14ef102
Compare
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.
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.
Revert all HERO changes |
Review commits separately Used to generate tue-robotics/ed_tutorials#10
1ec22a8
to
6c2635f
Compare
This reverts commit dc09f33. Use an open source robot model
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.
Some changes need an explanation of @GustavoDCC
Please review and approve @GustavoDCC @PetervDooren |
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.
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 |
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.
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" ?> |
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.
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.
No description provided.