struggling to create similar agent tool like your spot demo #30
Open
Description
Hi! i also saw your your spot demo using rosa, that is very cool! i wonder if that code will be release soon? It would be really helpful for people who are struggling to create custom robot agent.
For example, i am struggling with the following functions (these seems to be solved in your robot):
- describe what robot see; Normally i tried creating a tool that receives image from the robot camera topic, return to agent. but i find out the agent (gpt-4o) failed to take the raw image array directly (it even failed when i send it image url string or encoded base64 string)
- draw a rqt graph; when i sent a draw rqt_graph request, it was not working:
did you write a specific tool in spot robot for that?
also can your default rosa code capable of calling common ros function? (e.g. ask the frequency of a specific topic, ask what topics are connecting to rosnode A, etc)
Metadata
Assignees
Labels
No labels