openroboticmetaverse / mvp-webapp

orom mvp - robotics platform
https://mvp.openroboticmetaverse.org/
MIT License
3 stars 1 forks source link

Implement a robot loader for three types of robots (Franka, Kuka, UR) #26

Open karimsiala opened 1 week ago

karimsiala commented 1 week ago

✨ Desired Solution

Develop a frontend component to load three types of robots (Franka, Kuka, UR5e) into the simulation environment.

📚 Technical Details

🚧 Challenges and Roadblocks

💡 Examples and References

Universal_Robots_ROS2_Description

kuka_robot_descriptions

🔗 Subtasks

med-ayssar commented 1 week ago

@karimsiala, what is special about those three models?

karimsiala commented 1 week ago

@karimsiala, what is special about those three models?

Since we already got these 3 models running in the MuJoCo simulation, we figured it would be easier to start with and load them in the Frontend for now.

You can check them in the simulation in the tutorial branch of mvp_mujoco_simulation https://github.com/openroboticmetaverse/mvp_mujoco_simulation/tree/tutorial

But you can safely ignore this issues if you are working on #25, that would be the better approach in the long run.