Troubleshooting Guidelines
Last updated
Was this helpful?
Problem: Build process exits with errors.
Solution:
Ensure you're not running colcon build inside a virtual environment
Deactivate any active environments (including conda)
Open a fresh terminal and retry the build
Problem: Simulation environment doesn't start properly.
Solution:
Verify CycloneDDS is configured correctly on your system
Check that ROS 2 middleware is properly initialized
Problem: Robot is unresponsive to movement commands.
Solution:
Manually reposition the robot in Gazebo using translate or rotate mode
Alternatively, use RViz to send a 2D Nav Goal pose to the robot
Problem: API communication or initialization fails.
Solution:
Verify environment variables are set in your ~/.bashrc:
Confirm your virtual environment is active with Python 3.10:
Problem: Packages not found.
Solution:
Confirm your virtual environment is active with Python 3.10:
Confirm you installed the dependencies using uv pip install, during the setup. If you still face issues, try deleting and creating a new virtual environment. Make sure to export PYTHONPATH to correct location.
Problem: Audio input/output is not working.
Solution:
Check system audio settings
Verify the correct microphone is selected as input
Verify the correct speaker is selected as output
Test audio with a simple recording to confirm functionality
Last updated
Was this helpful?
Was this helpful?
export OM_API_KEY=<your_key>
export OM_API_KEY_ID=<your_key_id>python --version
which pythonpython --version
which python