Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Brameld <[email protected]>
  • Loading branch information
ijnek committed Dec 30, 2023
1 parent d3aaca2 commit 815ddb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__/
2 changes: 1 addition & 1 deletion r2r_spl/r2r_spl/r2r_spl.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

import construct
from gc_spl_interfaces.msg import RCGCD15
import rclpy
from r2r_spl.serialization import Serialization
import rclpy
from rclpy.node import Node

MAX_ALLOWED_MSG_SIZE = 128
Expand Down

0 comments on commit 815ddb3

Please sign in to comment.