- Turn on the robot
- Turn on the NUC
- From desktop https://172.16.0.2/desk/
- unlock motors
- enable FCI
ssh [email protected]
./franka_init.sh #give password when asked
Reset
cd fr3
python3 reset_robot_joints.py
Spacemouse
cd fr3
python3 run_deoxys_with_space_mouse.py
in fr3
# with rgb only
./run_cams.sh
#or with rgb+depth
./run_cams.sh --use-depth
#view cameras (info only)
python camera_redis/view_redis_cams.py --camera-ids-color 01 --camera-ids-depth 01
python camera_redis/view_redis_cams.py --camera-ids-color 01
#info only: view topics
redis-cli keys '*'
conda deactivate
python3 fr3/collect_data_with_space_mouse.py
python3 fr3/collect_data_with_space_mouse.py --use-depth
# convert to hdf5 format
python3 create_dataset_example22.py --folder /home/franka_deoxys/data_franka/imgsd_demo
# make video
python3 data_ipynb/hdf5_2video.py --file /home/franka_deoxys/data_franka/imgsd_demo/demo.hdf5
--------------rest of them -----no need now---------
collect image data
python3 examples/demo_collection/data_collection2_imgs.py
python3 examples/reset_robot_joints.py
#not python3 examples/demo_collection/create_dataset2.py --folder /home/franka_deoxys/data_franka/lift_blue
# python3 examples/create_dataset_example2.py --folder /home/franka_deoxys/data_franka/imgs_demo/
franka_deoxys@carl-rog:~/deoxys_control/data_ipynb$ python3 hdf5_2video.py --file /home/franka_deoxys/data_franka/imgs_demo/demo.hdf5
view cameras: python3 deoxys_realsense2.py
python3 demo_collection/data_collection2_imgs_rs.py
python3 create_dataset_example2.py --folder /home/franka_deoxys/data_franka/imgs_demo/
ssh [email protected]
# check performance mode
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
# run arm and gripper
cd ~/deoxys_control/deoxys
./auto_scripts/auto_gripper.sh config/charmander.yml
#another terminal
sudo su
./auto_scripts/auto_arm.sh config/charmander.yml
------camera-------------
#start redis server:
redis-server
#start camera1:
cd fr3
python deoxys_camera_node_org.py --camera-ref rs_0 --use-rgb --use-depth --eval --use-rec
python deoxys_camera_node_org.py --camera-ref rs_0 --use-rgb --eval --use-rec
#start camera2:
python deoxys_camera_node_org.py --camera-ref rs_1 --use-rgb --use-depth --eval --use-rec
python deoxys_camera_node_org.py --camera-ref rs_1 --use-rgb --eval --use-rec