Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 917 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 917 Bytes

Project SANEHAL

ci_jazzy

事前準備

  • ROSのインストール
  • Dynamixelのrulesファイル追加とデバイス再起動
  • ldlidarのrulesファイル追加とデバイス再起動

ビルド方法

mkdir -p ws_sanehal/src
cd ws_sanehal/src
git clone git@github.com:MrBearing/sanehal.git
cd sanehal/
git switch issue_apply_ros2_control # 任意
vcs import src < src/sanehal/sanehal.repos
rosdep install -i --from-paths src
sudo apt install -y ros-jazzy-xacro #ros-depで入らなかった場合の対応
colcon build --symlink-install

動作確認

. install/setup.bash
ros2 launch sanehal_vehicle_description diffbot_pi.launch.py # pi上で
ros2 launch sanehal_vehicle_description diffbot.launch.py # 母艦PC上で