You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/bin/bash
- if ! ifconfig | grep -q "can_left"; then
- source /home/agilex/cobot_magic/Piper_ros_private-ros-noetic/can_config.sh
- sleep 5
- fi
- export PYTHONPATH=$PYTHONPATH:/home/agilex/1ms.ai/pyorbbecsdk/install/lib/:/home/agilex/1ms.ai/ugv_sdk
- source /home/agilex/miniconda3/etc/profile.d/conda.sh
- pkill dora
- conda activate dora
- dora run /home/agilex/1ms.ai/dora/examples/piper/record.yml
|