Prada-snare I tried attaching one k-ceptor and did the configuration. But I can't choose the kc-CH_1-0 that I get from notochord as the sub system. I can choose Kc-CH_2-2 for some reason though.
daylanKifky Prada-snare Hi and welcome to the forum! It seems like you have a mistake on the ip address you are passing to the notochord. The first part seems like an ipv6 address, but the %wlan0 shouldn't be there. LANs normally have ipv4 support. I recomend using that since it's easier to read and handle. It normally has the form XXX.XXX.XXX.XXX, like for example 192.168.1.23 let me know if this solves your issue
Prada-snare i'm on my iphones mobile hotspot. I logged into the pi through ssh, and wrote the command who to get the ip for my laptop. Removing the %wlan0 doesn't solve the issue. Neither using the ip I can find my googling "whatsmyip". But maybe that is my public ip? How would you recommend getting the ipv4?
Prada-snare oh it seems who doesn't return the ip of the laptop I ssh from. Sorry for the confusion. I just found my ipv4 with ipconfig getifaddr en0. (im on Mac) Thanks for the help. everything is working now 🙂
Prada-snare daylanKifky so its been a while, but now I've continued. It seems everything Is working, but I can't connect to the Full Biped in blender. I can however target an object with each k-ceptor when using the Testcube setup. Any ideas, why the full biped doesn't work. It works with the Demo.
Prada-snare when running: ./notochord -c ../default_biped.xml <my ip> I get the error: error~[ 7682] Can't find K_Ceptor head but when im connected in blender, I can control with the kc-CH_2-1, so it should be working
daylanKifky Prada-snare Prada-snare when running: ./notochord -c ../default_biped.xml <my ip> I get the error: error~[ 7682] Can't find K_Ceptor head It seems like the sensor of the head is not working, or it has the wrong address. It should have an value of #2. Prada-snare but when im connected in blender, I can control with the kc-CH_2-1, so it should be working This is happening when you run notochord with the --scan flag, right? In that case the head should be the kc-CH_2-2
daylanKifky Prada-snare By the way, if you need more support in this issue please open a new thread since it doesn't seem to be related with the connectivity with blender
Prada-snare daylanKifky ahh, I thought channel 2 had a KC0, and a KC1. I fixed it, now everything works. Cheers. Thanks for the help, I will open a new thread, next time.