Skip to content

Commit

Permalink
Removi a pasta temporária e copiei a pasta original do repositório com
Browse files Browse the repository at this point in the history
os mesmos nomes do pacote
  • Loading branch information
pxalcantara committed Feb 28, 2021
1 parent ee5cbb6 commit 76c1c9e
Show file tree
Hide file tree
Showing 202 changed files with 16,619 additions and 340 deletions.
38 changes: 0 additions & 38 deletions hoverboard/launch/spawn_squarbo.launch.py

This file was deleted.

201 changes: 0 additions & 201 deletions hoverboard/params/nav2_multirobot_params_1.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions hoverboard/scripts/set_path.py

This file was deleted.

12 changes: 10 additions & 2 deletions hoverboard/CMakeLists.txt → hoverboard_mvp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(hoverboard)
project(hoverboard_mvp)

# Default to C99
if(NOT CMAKE_C_STANDARD)
Expand All @@ -23,10 +23,18 @@ find_package(rclpy REQUIRED)
find_package(geometry_msgs REQUIRED)
find_package(nav_msgs REQUIRED)
find_package(example_interfaces REQUIRED)
find_package(nav2_common REQUIRED)
find_package(navigation2 REQUIRED)
find_package(tf2 REQUIRED)
find_package(rosidl_default_generators REQUIRED)
# uncomment the following section in order to fill in
# further dependencies manually.
# find_package(<dependency> REQUIRED)

rosidl_generate_interfaces(${PROJECT_NAME}
"action/GoHome.action"
)

include_directories(
include
)
Expand All @@ -53,7 +61,7 @@ ament_python_install_package(${PROJECT_NAME})

install(PROGRAMS
scripts/path_controller_node.py
scripts/set_path.py
# scripts/set_path.py
DESTINATION lib/${PROJECT_NAME}
)

Expand Down
10 changes: 10 additions & 0 deletions hoverboard_mvp/action/GoHome.action
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#goal definition
bool start
---
#result definition

bool success
---
#feedback definition
# percentage of the path that was already concluded
float32 path_percentage
1 change: 1 addition & 0 deletions hoverboard_mvp/build/.built_by
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
colcon
File renamed without changes.
Loading

0 comments on commit 76c1c9e

Please sign in to comment.