-
Notifications
You must be signed in to change notification settings - Fork 1
usefull comands
Bahrami edited this page Apr 10, 2023
·
14 revisions
systemctl restart voxl-vision-px4
details in voxl-vision-px4
if voxl-emulator does not start and sends an error like this:
exec /opt/container/bin/adduser-sdk.sh: exec format error
run
$ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
mkdir -p ~/voxl_test_ws/src && cd ~/voxl_test_ws
catkin init
-
configure the docker support on voxl:
voxl-configure-docker-support.shbe mindful of the command available on your platform. (it cab be run in w/ and w/o bash) -
running docker + mounting the VOXL's Yocto home directory inside the docker image at ~/yoctohome/
docker run -it --rm --privileged --net=host --name roskinetic -v /home/root:/root/yoctohome/:rw -w /root/ roskinetic-xenial:v1.0 /bin/bash
or
voxl-docker -i roskinetic-xenial:v1.0
for the details of voxl-docker, check out voxl-docker.sh in the voxl-docker repo.