Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed build #17

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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