Skip to content

Commit

Permalink
Added action for enabling freedrive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
VinDp committed Oct 17, 2024
1 parent 350ef07 commit 1e4b9aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ find_package(builtin_interfaces REQUIRED)
find_package(rosidl_default_generators REQUIRED)
find_package(geometry_msgs REQUIRED)

set(action_files
action/EnableFreedriveMode.action
)

set(msg_files
msg/Analog.msg
msg/Digital.msg
Expand All @@ -30,6 +34,7 @@ if(BUILD_TESTING)
endif()

rosidl_generate_interfaces(${PROJECT_NAME}
${action_files}
${msg_files}
${srv_files}
DEPENDENCIES builtin_interfaces geometry_msgs
Expand Down
5 changes: 5 additions & 0 deletions action/EnableFreedriveMode.action
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Action to enable freedrive mode
# once the FreedriveModeController is active
---
---

0 comments on commit 1e4b9aa

Please sign in to comment.