Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
enable colcon build
Browse files Browse the repository at this point in the history
  • Loading branch information
alanssitis committed Dec 18, 2022
1 parent c29b10d commit b5a7ea6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: rosdep install --from-paths src -iry
- name: Build packages
run: catkin_make
run: colcon build

build-cli:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rosserial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: rosdep install --from-paths src -iry
- name: Build packages
run: catkin_make
run: colcon build
- name: Build rosserial_arduino library
run: |
sudo apt install ros-noetic-rosserial-arduino
Expand Down
1 change: 1 addition & 0 deletions src/serial_packet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ catkin_install_python(PROGRAMS
## Mark other files for installation (e.g. launch and bag files, etc.)
install(FILES
launch/keyboard_control.launch
launch/rqt_control.launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

Expand Down
2 changes: 2 additions & 0 deletions src/serial_packet/nodes/packet_node.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import rospy
from serial_packet import PacketClient

Expand Down

0 comments on commit b5a7ea6

Please sign in to comment.