Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
Trexter committed Feb 19, 2018
1 parent d24a16b commit 75111f3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.3)
project(pauvsi_trajectory)
project(multirotor_trajectory)

set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS}")

Expand Down Expand Up @@ -46,7 +46,7 @@ catkin_package(
# LIBRARIES pauvsi_vio
# CATKIN_DEPENDS cv_bridge image_transport roscpp sensor_msgs std_msgs
# DEPENDS system_lib
DEPENDS eigen
DEPENDS eigen
)

add_library(polynomial include/pauvsi_trajectory/Polynomial.hpp)
Expand All @@ -69,5 +69,3 @@ target_link_libraries(unit_test ${catkin_LIBRARIES} ${Eigen_LIBRARIES} trajGen p

add_executable(virtual_flight_controller src/virtual-flight-controller.cpp)
target_link_libraries(virtual_flight_controller ${catkin_LIBRARIES} ${Eigen_LIBRARIES} ${Boost_LIBRARIES} trajGen polynomial)


File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<package>
<name>pauvsi_trajectory</name>
<version>0.0.0</version>
<description>The pauvsi_trajectory package</description>
<name>multirotor_trajectory</name>
<version>0.0.1</version>
<description>Minimum Time Actuator Constrained Multirotor Trajectory Generation and Control</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="[email protected]">Jane Doe</maintainer> -->
<maintainer email="[email protected]">kevin</maintainer>
<maintainer email="[email protected]">kevin</maintainer>


<!-- One license tag required, multiple allowed, one license per tag -->
Expand Down Expand Up @@ -49,12 +49,12 @@
<run_depend>std_msgs</run_depend>
<run_depend>nav_msgs</run_depend>
<build_depend>cmake_modules</build_depend>
<run_depend>cmake_modules</run_depend>
<run_depend>cmake_modules</run_depend>


<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->

</export>
</package>
</package>

0 comments on commit 75111f3

Please sign in to comment.