change default trajectory
This commit is contained in:
parent
6e865f0f56
commit
05bc586847
|
@ -8,6 +8,7 @@ set(CMAKE_CXX_FLAGS "$ENV{CXXFLAGS} -O3")
|
||||||
set(COMMUNICATION UDP) # UDP
|
set(COMMUNICATION UDP) # UDP
|
||||||
# set(COMMUNICATION ROS) # ROS
|
# set(COMMUNICATION ROS) # ROS
|
||||||
|
|
||||||
|
|
||||||
# ----------------------configurations----------------------
|
# ----------------------configurations----------------------
|
||||||
# COMMUNICATION
|
# COMMUNICATION
|
||||||
if(${COMMUNICATION} STREQUAL "UDP")
|
if(${COMMUNICATION} STREQUAL "UDP")
|
||||||
|
@ -59,7 +60,6 @@ include_directories(
|
||||||
|
|
||||||
link_directories(lib)
|
link_directories(lib)
|
||||||
|
|
||||||
|
|
||||||
# ----------------------add executable----------------------
|
# ----------------------add executable----------------------
|
||||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/../build) # EXECUTABLE:CMAKE_RUNTIME_OUTPUT_DIRECTORY
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/../build) # EXECUTABLE:CMAKE_RUNTIME_OUTPUT_DIRECTORY
|
||||||
add_executable(z1_ctrl main.cpp)
|
add_executable(z1_ctrl main.cpp)
|
||||||
|
|
|
@ -37,6 +37,7 @@ public:
|
||||||
bool isCollisionOpen;
|
bool isCollisionOpen;
|
||||||
double collisionTLimit;
|
double collisionTLimit;
|
||||||
bool isPlot;
|
bool isPlot;
|
||||||
|
int trajChoose = 1;
|
||||||
|
|
||||||
void geneObj();
|
void geneObj();
|
||||||
void writeData();
|
void writeData();
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue