Open FRozanski opened 6 years ago
Ok I managed this. Here is explenation https://github.com/OTL/cozmo_driver#super-hack-to-run-rospy-from-python3
anu@anu:~$ ssh robot@ev3dev.local Password: Linux ev3dev 4.14.117-ev3dev-2.3.4-ev3 #1 PREEMPT Thu May 9 15:13:01 CDT 2019 armv5tejl
| / | | / \ \ / / | \ / ` |/ \ \ / / | /\ V / ) | (| | /\ V / _| _/ |__/ _,|__| \/
Debian stretch on LEGO MINDSTORMS EV3! Last login: Wed Feb 19 20:02:45 2020 from 172.16.3.80 robot@ev3dev:~$ cd brickstrap robot@ev3dev:~/brickstrap$ brickstrap -p ev3dev-jessie -c ev3 create-rootfs -bash: brickstrap: command not found robot@ev3dev:~/brickstrap$
we could not get installed with the brickstrap and even docker...please help me @moriarty
I have
RemoteControlsSubscriber.py
node:And
SteeringController.py
fileRemoteControlsSubscriber.py
node importSteeringController.py
file. When I run node:rosrun learn_network RemoteControlsSubscriber.py
I get:I have another file (
SteeringScript.py
) whitch also importSteeringController.py
. When I runpython3 SteeringScript.py
everything work fine. When I runpython SteeringScript.py
i get same error:So rospy run nodes trough python2, is any way of runing nodes trough python3? It is very crucial for me, because a can't use ev3dev library through ROS : /