[Q&A] GoPiGo3 Prompting and Manifest Validation For "Orbit 180 degrees with a 5 cm radius" #572
Replies: 2 comments 4 replies
|
Oh I'm not focusing enough - sorry - I got "A"s in all my math classes (58 years ago) and still can't use "Pi" unless its "Raspberry". ISSUE: radius output to robot is 2x the requested radius in the NLU prompt I did a merge of your "orbit fix" into my "TTS and Wait fix" gopigo3_adapter.py, and also tested against only your "orbit fix" version gopigo3_adapter.py and both acted the same. I checked running with the URML repo gopigo3.manifest.yaml and my.gopigo3.manifest.yaml (only tts_engine_class diff). Input to LLM: URML Output of LLM: Executing it (with any combination of the repo files or my modified files): Summary:
Here is Lyrical Dave executing the URML: The computation for distance inside the easygopigo3.orbit() is: so that seems to match what the LLM is putting out. |
Uh oh!
There was an error while loading. Please reload this page.
What are you trying to do?
Trying to find a prompt that will generate valid URML that will result in run_gopigo3.py (using gopigo3_adapter.py) executing easygopigo3.orbit(degrees, radius_cm)
Profile
other (say which below)
Exact command and inputs
The remote Ollama server is running qwen3.5:9b with 32k context with NVIDIA RTX 4070 12GB GPU
(gopigo3) ubuntu@U26LDave:~/LyricalDave/systests/urml/mygopigo3$ ./gopigo3_t5_remote.sh
TEST: 5
For instructions:
"Drive 180 degrees around an arc with radius 0.05 meters, then drive around an arc of radius 10 centimeters for a sweep angle of 180 degrees, then orbit 180 degrees with 5 cm radius. \n"
performing urml translate to remote Ollama server
with qwen3.5:9b
Mon Jun 29 10:39:29 AM EDT 2026
...
What happened
The failure urml generated:
Running the successful urml the GoPiGo3 runtime suggests would result in:
Is there a prompt that will populate the orbit correctly?
All reactions