feat: Add robotic arm components and integrate IKInstance; refactor vehicle status sample type
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import React from 'react'
|
||||
import RoboticArmInstance from './armInstance/roboticArmInstance';
|
||||
|
||||
function RoboticArmInstances() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<RoboticArmInstance />
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default RoboticArmInstances;
|
||||
Reference in New Issue
Block a user