-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add hangar_sim #113
base: main
Are you sure you want to change the base?
Add hangar_sim #113
Conversation
3369492
to
e529990
Compare
6cb9600
to
c82d125
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.
@pac48 does src/hangar_sim/MOVEIT_PRO_IGNORE
need to be removed?
@griswaldbrooks That should not be causing this issue. I removed that file since it is not needed. |
According to this spreadsheet, I'm supposed to check that all the objectives have a category and description Seems there's work to do here uncategorized
no description
incorrect description
|
Though I feel like certain objectives should be deleted? like the beer ones and bring it? |
8bb46a6
to
8ad4370
Compare
@griswaldbrooks I just updated the categories and removed the old objectives. |
58e32f5
to
c4a02e4
Compare
Signed-off-by: Paul Gesel <[email protected]>
c4a02e4
to
03fd8ec
Compare
Let's remove all the ones that say "Solution xx" from this PR. Once this is merged, I'll submit a follow-up PR that adds the necessary training solution objectives. |
Or I can remove them in the next PR, that's easy. Let's not let those block this from approval & merge |
I think it would be best to remove everything we don't need now. |
Sounds good, I'll push new commits to this branch removing those objectives and replacing them with new ones |
I just tried running the Move Boxes to Loading Zone objective and got this error:
|
More feedback:
I get similar errors when running Run Text Segmentation and Segment Point Cloud from Clicked Point Are any of those expected to work? |
Teleoperate is also failing with the similar error as above |
You have to use |
We should move or fix this if possible. |
Navigate to clicked point, Run Text Segmentation, and Segment Point Cloud from Clicked Point should all work. |
This is nice to have but I believe it is not currently possible without refactoring the site inheritance. The base config has gripper-related functionality, even our UI does when teleoperating. There is an assumption baked in that we will have a gripper. We should work on changes to this, but it's beyond the scope of this change in my opinion. |
@mkhansenbot I think you need to be on main. It is possible that 7.3 will work. |
Closes PickNikRobotics/moveit_pro#10188
Closes PickNikRobotics/moveit_pro#9624
Closes PickNikRobotics/moveit_pro#10307
Closes PickNikRobotics/moveit_pro#10097