esteve / ros2_raspbian_tools

Tools for crosscompiling ROS2 for the Raspberry Pi
Apache License 2.0
46 stars 15 forks source link

ros2: command not found #3

Open syncharny opened 6 years ago

syncharny commented 6 years ago

Hello

after running the local_setup.bash script the interpreter doesn't seem to find ros2 command. Any clue what I may be doing wrong?

source install_isolated/local_setup.bash ros2 bash: ros2: command not found

russkel commented 6 years ago

@syncharny if you retry now you may find all the binaries compiling. See #5

syncharny commented 6 years ago

Ill give it a shot, thank you