Skip to content

Commit

Permalink
Added cantools, and also pip3 to install
Browse files Browse the repository at this point in the history
  • Loading branch information
blegas78 committed Sep 22, 2023
1 parent 255dde4 commit 40fc264
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sudo ln -sf /usr/share/zoneinfo/UTC /etc/localtime
git submodule init
git submodule update

declare -a depencencies=( bmon scons usbmuxd )
declare -a depencencies=( bmon scons usbmuxd pip3 )
toInstall=()
echo "Dependencies:" ${depencencies[@]}
for dependency in "${depencencies[@]}"
Expand All @@ -30,6 +30,8 @@ then
sudo apt-get install -y ${toInstall[@]}
fi

pip install cantools # for can_to_ros codegen

echo "=================================="
echo "Installing libWiringPi for Digital Potentiometer"
git clone https://github.com/WiringPi/WiringPi.git
Expand Down

0 comments on commit 40fc264

Please sign in to comment.