Skip to content

Commit

Permalink
Merge pull request #17 from husarion/fix-build
Browse files Browse the repository at this point in the history
fixed build
  • Loading branch information
delihus authored Jun 27, 2023
2 parents fd90f92 + f8691f5 commit 79d95c5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 647 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN sudo apt-get update && \
build-essential sudo git cmake gdb clang clang-format cppcheck bash-completion python3-pip curl gcc-arm-none-eabi && \
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)" && \
ln -s /home/husarion/.platformio/penv/bin/platformio /bin/pio && \
pip install -U colcon-common-extensions
pip install -U colcon-common-extensions lark

# Build core2-flasher
RUN git clone https://github.com/husarion/flasher && \
Expand All @@ -30,4 +30,4 @@ RUN git clone https://github.com/husarion/flasher && \

# Build stm32 flasher
RUN git clone https://github.com/husarion/stm32loader && \
cd stm32loader && sudo python setup.py install
cd stm32loader && sudo python setup.py install
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
],
"workspaceMount": "src=${localWorkspaceFolder}/,dst=/home/husarion/rosbot_ros2_firmware/,type=bind",
"workspaceFolder": "/home/husarion/rosbot_ros2_firmware/",
"remoteUser": "husarion",
"remoteUser": "husarion"
}
4 changes: 4 additions & 0 deletions ignore_packages.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
with open('/home/husarion/.platformio/packages/framework-mbed/features/.mbedignore', 'w') as f:
f.write('cellular/*\n')
f.write('netsocket/cellular/*\n')
f.write('nanostack/*\n')
142 changes: 0 additions & 142 deletions include/rosbot_ekf/Configuration.h

This file was deleted.

104 changes: 0 additions & 104 deletions include/rosbot_ekf/Imu.h

This file was deleted.

Loading

0 comments on commit 79d95c5

Please sign in to comment.