Yuxiang-Ma / 2.12-Hololens2

Unity project for Hololens2
1 stars 0 forks source link

Send commands to UR5 and Mobile Robot #4

Open jaredescott opened 1 year ago

young-j-park commented 1 year ago

Here is my thought regarding the list of commands that are likely to be required for our project:

UR5

Mobile Robot (for the obstacle avoidance)

and

Approach 1

or

Approach 2

young-j-park commented 1 year ago

Although a waypoint method is fancier, I'm not sure it will be easy to select waypoints through camera and convert it to the real-world locations. Instead, we can simply provide proxy waypoint such as go straight / turn left / turn right. I think Approach 1 is much simpler and does not need additional implementation.

If we stick to approach 1, what we need to develop is simply making several buttons on the UI and send the corresponding "pre-defined" message when each one is clicked :)

@jscott19 @Yuxiang-Ma Lmk your thoughts.

malekinho8 commented 1 year ago

I also agree that Approach 1 is simpler, and we can work together maybe this weekend to try and get this feature implemented.

malekinho8 commented 1 year ago

(accidentally closed the issue)

malekinho8 commented 1 year ago

@Yuxiang-Ma I think you were working on this last, but I can go ahead and try to finish it up since I have some idea for implementing it with the server.py script. If you have already made progress on this though, I can work on something else.